coalfromtrees/init.lua

7 lines
117 B
Lua
Raw Normal View History

2022-09-04 22:03:32 -07:00
minetest.register_craft({
output = "default:coal_lump",
type = "cooking",
recipe = "group:tree",
cooktime = 4
})