mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 07:20:31 +01:00
Add a commented craft recipe for ...
https://github.com/MinetestForFun/minetest-minetestforfun-server/issues/181 Need to finish the work !
This commit is contained in:
parent
4d5607e849
commit
4f5f750135
|
@ -910,6 +910,13 @@ minetest.register_craft({
|
||||||
recipe = "default:clay",
|
recipe = "default:clay",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
--minetest.register_craft({
|
||||||
|
-- type = "cooking",
|
||||||
|
-- cooktime = 5,
|
||||||
|
-- output = "default:coal_lump",
|
||||||
|
-- recipe = "group:wood", need "group:tree_trunk"
|
||||||
|
--})
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Fuels
|
-- Fuels
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue
Block a user