Custom mob spawn to a Vanilla build

Started by mrbanan0_ on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom mob spawn to a Vanilla build

Hello everyone, I need help for a custom mob I made, how do I get that mob to spawn in a specific "VANILLA" structure?

For example: A Mob that spawns in the nether fortresses.

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
so uh the comment above has…
Thu, 10/31/2024 - 16:12

so uh the comment above has no thought whatsoever. basically, you want to get the biomes the structure generates in. then configure your mob to spawn however often or not you want it to, and then make a custom spawn condition in the last tab. then put a "return <>" block in, and then a "<is block at x y-1 z []>" block in. once you've done that, save and test, and it SHOULD generate on the block you want it to, which is the main block of your structure. either that, or hide monster spawners in the structures.