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
40c624c832
commit
d9e50da65d
@ -205,3 +205,9 @@ minetest.register_node("mobs:dung", {
|
||||
end
|
||||
end
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "mobs:dung",
|
||||
burntime = "8",
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user