1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2025-07-12 05:10:28 +02:00

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

@ -28,7 +28,7 @@ mobs:register_mob("mobs_animal:kitten", {
passive = false,
hp_min = 5,
hp_max = 10,
armor = 200,
armor = 100,
collisionbox = {-0.3, -0.3, -0.3, 0.3, 0.1, 0.3},
visual = "mesh",
visual_size = {x = 0.5, y = 0.5},