a spawn question..

Started by Haikei on

Topic category: Help with modding (Java Edition)

Last seen on 12:31, 9. Jun 2022
Joined Apr 2022
Points:

User statistics:

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

Last seen on 13:58, 21. Jan 2023
Joined Mar 2021
Points:

User statistics:

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