Introduce snowball_vulnerable armor group

This commit is contained in:
Wuzzy 2020-01-30 16:12:25 +01:00
parent be04de084b
commit c234b273ad
4 changed files with 17 additions and 18 deletions

View file

@ -21,6 +21,7 @@ mobs:register_mob("mobs_mc:blaze", {
textures = {
{"mobs_mc_blaze.png"},
},
armor = { fleshy = 100, snowball_vulnerable = 100 },
visual_size = {x=3, y=3},
sounds = {
random = "mobs_mc_blaze_breath",