1
0
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:
TenPlus1
2018-05-30 10:55:39 +01:00
parent 82c8386eb3
commit 12a3c8975f
5 changed files with 43 additions and 10 deletions

View File

@ -176,3 +176,9 @@ minetest.register_craft({
recipe = "mobs:saddle",
burntime = 7,
})
minetest.register_craft({
type = "fuel",
recipe = "mobs:fence_wood",
burntime = 7,
})