change armor levels to 100

This commit is contained in:
tenplus1
2025-01-01 11:04:09 +00:00
parent d76893ccb8
commit 3792d1cf3c
10 changed files with 17 additions and 22 deletions

View File

@ -10,9 +10,9 @@ mobs:register_mob("mobs_animal:cow", {
attack_npcs = false,
reach = 2,
damage = 4,
hp_min = 5,
hp_min = 10,
hp_max = 20,
armor = 200,
armor = 100,
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.2, 0.4},
visual = "mesh",
mesh = "mobs_cow.b3d",