SlimeDog / AggressiveAnimals

Those cute little animals can kill you
GNU General Public License v3.0
4 stars 1 forks source link

Add armadillo #83

Closed SlimeDog closed 4 months ago

SlimeDog commented 10 months ago

Is your feature request related to a problem? Please describe. Per a Mojang announcement, Armadillo will be introduced in MC 1.20.5.

Describe the solution you'd like Add AggressiveAnimals-managed mob-type.

config.yml addition

...
mobs:
...
  armadillo:
    enabled: false
    speed-multiplier: 1.25
...

Testing suggests the speed adjustment; IRL armadillos can move surprisingly fast.

SlimeDog commented 10 months ago

While you are there, please re-alphabetize the list in ./core/src/main/java/dev/ratas/aggressiveanimals/aggressive/settings/MobType.java

SlimeDog commented 4 months ago

Added in code but not enabled, due to behavioral issues. There is no API for state: idle so armadillo attacks in rolled-up state.