Started by
Kilotheseabunny
on
Topic category: Help with Minecraft modding (Java Edition)
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 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 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