How do I make a mob similar to the Wither Storm with its growths being an attribute?

Started by RedpikminMCreator on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a mob similar to the Wither Storm with its growths being an attribute?

So, I'm making a mod based on the Lego Storm, which is a Pokemon concept I made and I want its phases to be an attribute that determines its phase number and model. How do I do that?

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The Lego Storm pulls in…
Sat, 05/24/2025 - 22:57

The Lego Storm pulls in blocks too, so how do I make that possible?

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a procedure for each…
Mon, 07/14/2025 - 01:17

Make a procedure for each entity (phase entity) for On entity spawn, where you put a wait tick and put what time you want, and then type kill @e[type:yourmod:mob] for the command. then do Spawn entity (Phase)

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you need models too i can…
Mon, 07/14/2025 - 01:18

If you need models too i can sure help