Problem custom structure custom mob spawning

Started by Rupo on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Problem custom structure custom mob spawning

Hello everybody, I would be so grateful if somebody helps me. I'm trying to make a mod that contains custom mobs, that spawn in custom structures. I saved the structure with the structure block, and allowed to save the mobs too, but my custom mobs weren't saved. and I don't want to put a spawner because it would ruin my structure, not just how it looks but the idea of the structure.

I tried to put an procedure, to make the mobs spawn, but I didn't work either, any ideas?

 

I'm very grateful if you leave your idea

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When you saved your…
Tue, 09/24/2024 - 01:12

When you saved your structure you set include entities to ON and that they were in the outlined box. Are you definitely sure because that should just work. For spawning them with your structure depends on how your spawning your structure, if its naturally generating I doubt you could spawn the custom mobs manually for each one. If nothing works you can make a custom block which is in your structure which as soon as its generated it will spawn your mob and then destroy itself.