Custom mob spawn to a Vanilla build

Started by mrbanan0_ on

Topic category: Help with Minecraft modding (Java Edition)

Active 9 months ago
Joined Oct 2024
Points:
52

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
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.

Active 5 months ago
Joined Mar 2021
Points:
1014

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
You can't  
Thu, 10/17/2024 - 15:37

You can't

 

Active 1 week ago
Joined Aug 2024
Points:
140

User statistics:

  • Modifications: 1
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 37
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.