Starter Structure could spawn structure in other Dimension
MoGoldenFish opened this issue · 4 comments
Information
Minecraft version: 1.20.1
Modloader: Forge
Mod name: Starter Structure
Feature description
A config to made the starter structure could spawn in other Dimension's spawnpoint, like the obsidian plate when player first entering the End.
I try to make a spawn lobby in a custom dimension, and I can start a new world in custom dimension by using UltimateSpawn mod. But I found that the starter structure was placed on the overworld dimension.
Could it be a registration order problem? Maybe your Set World Spawn Point mod can avoid this, if add features that are spawn in the specified dimension?
I really love your mods, Thanks a lot!
A way to set in which dimension to generate your starting structure would be perfect !
Thank you! I mixed and modified the two mods before, but I'm almost intuitive about programming, so I can only use it roughly. You're best!
https://github.com/MoGoldenFish/Initial-house-mixed-starter-house/tree/main
If any one want to try this waaagh mod XD.
This is possible with my new mod: https://modrinth.com/mod/spawn-point (at the time of writing, it's just now submitted and not approved yet.)
The reason other mods like UltimateSpawn have this issue is because they don't really set the world spawn dimension correctly. You'll notice in the startup logs when loading the world that it is loading overworld for spawn. My mod is a more complete implementation, so spawn chunks and world loading happens with the configured dimension on world creation/load.
I've tested it for compatibility and it does work, however with some quirks... #2817