This commit is contained in:
KuacGraxa 2023-08-28 13:18:32 -03:00
parent e67dbc4771
commit 35f983f1a3

View File

@ -14,8 +14,8 @@ mobs:register_mob("spectrum:spectrum", {
pathfinding = true,
reach = 3,
damage = 6,
hp_min = 80,
hp_max = 80,
hp_min = 120,
hp_max = 120,
armor = 80,
collisionbox = {-0.4, -0, -0.4, 0.4, 1.9, 0.4},
visual = "mesh",