Started by
Haikei
on
Topic category: Help with Minecraft modding (Java Edition)
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
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