1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 07:20:33 +02: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:
Ombridride 2015-07-31 17:54:19 +02:00
parent 4d5607e849
commit 4f5f750135

View File

@ -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
-- --