Don't kill zombie pigmen in light

This commit is contained in:
Wuzzy 2017-03-01 23:18:24 +01:00
parent 74c38b112a
commit e3751d0931
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ mobs:register_mob("mobs_mc:pigman", {
},
drawtype = "front",
lava_damage = minetest.registered_nodes["mcl_core:lava_source"].damage_per_second,
light_damage = 1,
light_damage = 0,
fear_height = 3,
view_range = 16,
attack_type = "dogfight",