1
0
mirror of https://github.com/HybridDog/nether-pack.git synced 2025-07-15 14:20:35 +02:00

Version MFF.

This commit is contained in:
sys4-fr
2018-09-08 14:10:05 +02:00
parent 163bd4a021
commit 71236002de
139 changed files with 350 additions and 839 deletions

2
nether/crafting.lua Normal file → Executable file
View File

@ -214,7 +214,7 @@ minetest.register_craft({
minetest.register_craft({
type = "cooking",
output = "default:coal",
output = "default:coal_lump",
recipe = "nether:tree",
})