1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 00:10:33 +02:00

Made cow dung able to burn during 8 seconds

This commit is contained in:
LeMagnesium 2015-05-20 17:30:19 +02:00
parent cbe20a81b8
commit 9a0547a54e

View File

@ -205,3 +205,9 @@ minetest.register_node("mobs:dung", {
end
end
})
minetest.register_craft({
type = "fuel",
recipe = "mobs:dung",
burntime = "8",
})