1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2025-07-26 03:50:22 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2025-03-20 12:25:20 +01:00
18 changed files with 138 additions and 55 deletions

View File

@ -13,9 +13,9 @@ mobs:register_mob("mobs_animal:pumba", {
attack_npcs = false,
reach = 2,
damage = 2,
hp_min = 5,
hp_min = 10,
hp_max = 15,
armor = 200,
armor = 100,
collisionbox = {-0.4, -0.01, -0.4, 0.4, 0.95, 0.4},
visual = "mesh",
mesh = "mobs_pumba.b3d",