1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2025-07-23 18:40:25 +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

@ -8,7 +8,7 @@ mobs:register_mob("mobs_animal:bee", {
passive = true,
hp_min = 1,
hp_max = 2,
armor = 200,
armor = 100,
collisionbox = {-0.2, -0.01, -0.2, 0.2, 0.5, 0.2},
visual = "mesh",
mesh = "mobs_bee.b3d",