Make the liquid recipes work without functions.

This commit is contained in:
Duane 2016-07-07 04:52:36 -05:00
parent d820a49197
commit d18e98bfa2
6 changed files with 48 additions and 91 deletions

View file

@ -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,