Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starter Structure could spawn structure in other Dimension #2343

Open
MoGoldenFish opened this issue May 5, 2024 · 4 comments
Open

Starter Structure could spawn structure in other Dimension #2343

MoGoldenFish opened this issue May 5, 2024 · 4 comments
Assignees
Labels
Feature Request New feature or request Mod: Starter Structure https://curseforge.com/minecraft/mc-mods/starter-structure

Comments

@MoGoldenFish
Copy link

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!

@MoGoldenFish MoGoldenFish added Feature Request New feature or request Mod Label Missing A new issue where the mod label has yet to be assigned. labels May 5, 2024
@ricksouth ricksouth added Mod: Starter Structure https://curseforge.com/minecraft/mc-mods/starter-structure and removed Mod Label Missing A new issue where the mod label has yet to be assigned. labels May 8, 2024
@MetalKnight56
Copy link

A way to set in which dimension to generate your starting structure would be perfect !

@ExpensiveKoala
Copy link

ExpensiveKoala commented Dec 30, 2024

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

@MoGoldenFish
Copy link
Author

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!

@MoGoldenFish
Copy link
Author

https://github.com/MoGoldenFish/Initial-house-mixed-starter-house/tree/main
If any one want to try this waaagh mod XD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request Mod: Starter Structure https://curseforge.com/minecraft/mc-mods/starter-structure
Projects
None yet
Development

No branches or pull requests

4 participants