mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-10 18:47:31 +01:00
Fix ghast's insane difficulty
This commit is contained in:
parent
5bf0b747cf
commit
2e3e92e393
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user