mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-06-29 23:10:28 +02:00
add "all" to immune_to table, optimized floating code
This commit is contained in:
@ -176,3 +176,9 @@ minetest.register_craft({
|
||||
recipe = "mobs:saddle",
|
||||
burntime = 7,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "mobs:fence_wood",
|
||||
burntime = 7,
|
||||
})
|
||||
|
Reference in New Issue
Block a user