Make dmg particles proportional to dmg

This commit is contained in:
Wuzzy 2019-10-03 11:53:26 +02:00
parent 5bd19c03f6
commit d9424ad82e
19 changed files with 45 additions and 44 deletions

View file

@ -81,7 +81,6 @@ mobs:register_mob("mobs_mc:witherskeleton", {
attack_type = "dogfight",
dogshoot_switch = 1,
dogshoot_count_max =0.5,
blood_amount = 0,
fear_height = 4,
})