Kill snow golems in rain
This commit is contained in:
parent
69b3e19c1b
commit
d575cf07b7
4 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue