A NeoForge 1.21.x addon mod for Skyblock Builder that separates the spawn island into its own dedicated dimension.
Compatible with Sky GUIs.
In vanilla Skyblock Builder, the spawn island and player team islands all exist in the same overworld dimension. SkyDimensions changes this by:
skydimensions:spawn) using SB's skyblockbuilder:noise_based chunk generatorPlayers use the same commands as always — /skyblock spawn, /skyblock home, /skyblock create, etc. If Sky GUIs is installed, using /sky gui opens the team GUI exactly as before. The only difference is that the spawn island is in its own clean dimension.
Spawn protection is handled by Skyblock Builder's own config. Configure in config/skyblockbuilder/spawn.json5:
spawnProtectionRadius to the number of chunks to protect (default 0 = no protection)spawnProtectionEvents to control what is blocked (damage, block breaking, mob spawning, etc.)SkyDimensions extends SB's protection to the spawn dimension automatically.
SkyDimensions is designed to work out of the box. The spawn dimension is fully customizable via datapacks. Override the dimension JSON and dimension type JSON in your pack's data/skydimensions/ folder. For reference on how this works Skyblock Builder Wiki
The spawn island template can be customized via Skyblock Builder as shown here
MIT License.