Dimensional Spawn
Dimensional Spawn
Dimensional Spawn is a concise game addition that solves one specific task: using mixins technology, it allows changing the default spawn dimension for players in the world. To do this, you just need to specify the required dimension ID in the configuration file.
## Main Features
- Uses the original safe spawn algorithm from Minecraft developers - The /setworldspawn command works correctly in the new spawn dimension - Full compatibility with any dimensions, including those added by other mods
The mod has purposeful functionality without unnecessary frills!
## Known Operational Features
- Mojang's signature algorithm for finding safe spawn locations doesn't always perform perfectly. Although it works correctly most of the time, there's a small chance that a suitable spawn point won't be found. This problem could potentially be solved by writing custom code for spawn point searching, but the current implementation is considered quite functional.
- It's important to understand that the found spawn location won't always be optimal. This particularly applies to dimensions like the Nether, but more commonly occurs when a player spawns in a completely isolated cave. During testing, such cases happen significantly less frequently than successful spawns, but this possibility should be considered.
## Frequently Asked Questions
Will additional spawn location settings beyond dimension selection be added? I don't rule out this possibility, but currently it's not part of the mod's core functionality. If you have specific improvement suggestions or a ready-made solution - you can propose it on GitHub.
Is Fabric supported? Porting to Fabric would be a relatively simple task thanks to the use of mixins, but I don't plan to do this myself. Since the project has open source code, anyone can make a port themselves.
Can the mod be used in modpacks? This tool is specifically designed for use in modpacks, so the answer is obvious.
## Acknowledgments
Jaquobia - provided invaluable assistance in mastering mixins technology.