Fix ghast's insane difficulty

This commit is contained in:
jordan4ibanez 2021-04-22 22:58:32 -04:00
parent 5bf0b747cf
commit 2e3e92e393
1 changed files with 3 additions and 2 deletions

View File

@ -17,9 +17,10 @@ mobs:register_mob("mobs_mc:ghast", {
hostile = true, hostile = true,
hp_min = 10, hp_min = 10,
hp_max = 10, hp_max = 10,
rotate = 270,
xp_min = 5, xp_min = 5,
xp_max = 5, xp_max = 5,
reach = 60, reach = 20,
eye_height = 3, eye_height = 3,
collisionbox = {-2, 0, -2, 2, 4, 2}, collisionbox = {-2, 0, -2, 2, 4, 2},
visual = "mesh", visual = "mesh",
@ -53,7 +54,7 @@ mobs:register_mob("mobs_mc:ghast", {
}, },
fall_damage = 0, fall_damage = 0,
view_range = 100, view_range = 28,
attack_type = "projectile", attack_type = "projectile",
arrow = "mobs_mc:fireball", arrow = "mobs_mc:fireball",
floats=1, floats=1,