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:
@ -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},
|
||||
|
Reference in New Issue
Block a user