From 2e3e92e39337e5c4ecba13855f134af1bd672ae6 Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Thu, 22 Apr 2021 22:58:32 -0400 Subject: [PATCH] Fix ghast's insane difficulty --- mods/ENTITIES/mobs_mc/ghast.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mods/ENTITIES/mobs_mc/ghast.lua b/mods/ENTITIES/mobs_mc/ghast.lua index 5bcab0522..81a551712 100644 --- a/mods/ENTITIES/mobs_mc/ghast.lua +++ b/mods/ENTITIES/mobs_mc/ghast.lua @@ -17,9 +17,10 @@ mobs:register_mob("mobs_mc:ghast", { hostile = true, hp_min = 10, hp_max = 10, + rotate = 270, xp_min = 5, xp_max = 5, - reach = 60, + reach = 20, eye_height = 3, collisionbox = {-2, 0, -2, 2, 4, 2}, visual = "mesh", @@ -53,7 +54,7 @@ mobs:register_mob("mobs_mc:ghast", { }, fall_damage = 0, - view_range = 100, + view_range = 28, attack_type = "projectile", arrow = "mobs_mc:fireball", floats=1,