a spawn question..

Started by Haikei on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Apr 2022
Points:
409

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
a spawn question..

i made a dimension, added Vanilla ocean biome to my dimension
i want my entity to spawn in my Dimension's ocean, not overworld ocean, is it possible without creating a new ocean
i can create a new ocean too, but idk how so..

im using 1.12.2 btw

Active 2 years ago
Joined Mar 2021
Points:
659

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 190
just go into the entity and…
Fri, 05/13/2022 - 23:38

just go into the entity and find its  spawning condition then you can make a procedure that can just check the dimension ID then if it is your Dimensions ID then return true otherwise return false