How do I make a custom mob spawn in my custom structure?

Started by k1supiru on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a custom mob spawn in my custom structure?

I have seen stuff with spawners and making blocks that summon an enity and then dissapear, but that's not what I really want. I would like it to summon a random amount of the mob because I'm making a custom village.

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just make a block with a…
Tue, 07/30/2024 - 03:21

Just make a block with a random tick procedure that can randomize entity spawn if you can