how do i make a mob that collects all the slimeballs and just poops all of the slimeballs inside?

Started by Kilotheseabunny on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make a mob that collects all the slimeballs and just poops all of the slimeballs inside?

How do I make this??

The mob is a fat alien slime thing that jumps and eats the slimes and gets fatter.

when its so fat, the fat alien slime just takes a large dump and gets skinnier again.

Use synced entity data to…
Sat, 02/28/2026 - 08:56

Use synced entity data to keep track of amount of slime balls

Use tick trigger to randomly spawn some slime balls and reduce count of slime balls

Use procedure that returns scale number based on amout of balles to resize entity

I suggest you check our…
Sat, 02/28/2026 - 08:56

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei