coal from wood mod
in minecraft if you can't find coal you can make charcoal (coal_lump) from wood planks
anyway, here's the mod: - create a folder named coalfromwood into the mods folder then create a text file named init.lua inside that folder, then put the follwing into it
minetest.register_craft({
type = "cooking",
output = "default:coal_lump",
recipe = "default:wood",
})
save it, enable the mod, put something that burns into the furnace, then pop some wooden_planks into the top -> coal_lump
anyway, here's the mod: - create a folder named coalfromwood into the mods folder then create a text file named init.lua inside that folder, then put the follwing into it
minetest.register_craft({
type = "cooking",
output = "default:coal_lump",
recipe = "default:wood",
})
save it, enable the mod, put something that burns into the furnace, then pop some wooden_planks into the top -> coal_lump