Bug Closed · Resolved

Mob Option for Slime Size not working

#2129 opened by Unknown 5 years ago

Unknownreported this bug

Summary

Setting the SIZE option for slimes is having no effect. They are spawning in all vanilla sizes.

Steps to reproduce Define a slime mob with a size option as shown below in a mob config. Then use /mm m spawn Frog 10 and they will be assorted sizes: sm, med, lg and they should only be the defined size.

Frog:
  Type: SLIME
  Health: 20
  Damage: 1
  Size: 1

Current behavior

I'm currently trying to disguise a small slime (SIZE 1) as a frog using a head disguise. Larger slimes than size 1 make larger sounds, travel faster, and don't drop slimes.

Intended correct behavior

Setting the slime size should always result in that size slime.

Server log file

No errors in log.

Relevant Versions

MythicMobs v5.0.0-SNAPSHOT-5145f853

Paper-145

Minecraft 1.17.1

Debug log snippet

NA

Proposed fixes

Fix size option for slimes.

Unknowncommented

Put that option under mob options:

Mob:
  Type: SLIME
  Options:
    Size: 2
Unknowncommented

Oh gosh... I feel dumb now. I knew that.

Sign in to join the discussion.