Kill snow golems in rain

This commit is contained in:
Wuzzy 2018-05-30 12:01:53 +02:00
parent 69b3e19c1b
commit d575cf07b7
4 changed files with 16 additions and 0 deletions

View file

@ -101,6 +101,8 @@ mobs:register_mob("mobs_mc:snowman", {
end
end
end,
rain_damage = 4,
})
-- This is to be called when a pumpkin or jack'o lantern has been placed. Recommended: In the on_construct function