mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-17 15:58:26 +01:00
Made cow dung able to burn during 8 seconds
This commit is contained in:
parent
cbe20a81b8
commit
9a0547a54e
@ -205,3 +205,9 @@ minetest.register_node("mobs:dung", {
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "fuel",
|
||||||
|
recipe = "mobs:dung",
|
||||||
|
burntime = "8",
|
||||||
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user