Make the liquid recipes work without functions.
This commit is contained in:
parent
d820a49197
commit
d18e98bfa2
6 changed files with 48 additions and 91 deletions
2
mobs.lua
2
mobs.lua
|
@ -388,7 +388,7 @@ if minetest.registered_entities["mobs:bee"] then
|
|||
drops = {
|
||||
{name = "mobs:honey", chance = 2, min = 1, max = 2},
|
||||
},
|
||||
water_damage = 1,
|
||||
water_damage = 0,
|
||||
lava_damage = 5,
|
||||
light_damage = 0,
|
||||
fall_damage = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue