Sky Archipelago

Sky Archipelago adds a new floating-islands world generation. High degree of configurability, such as island density, sizes, Y-spawn heights, ocean or void and much much more!

File Details

Sky Archipelago v1.3.3

  • R
  • May 25, 2026
  • 819.35 KB
  • 1.8K
  • 1.21.1
  • NeoForge

File Name

sky_archipelago-1.3.3.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:sky-archipelago-1528077:8144257"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

- [Added] Village placement on islands, 3 categories (Solo, hamlet and full) allowing for smaller villages/outposts, hamlets and full fledged villages to spawn. 
- [Added] Village filter for spawning of villages making it support modded villages. (Based on `village` existing in full id)
- [Added] Jigsaw structures spawning partially underground based on `start_height`
- [Added] Water based structure spawning on ocean layer *(OCEAN ENABLED ONLY, pending 1.4 for added support to floating islands)*
- [Added] New category `STRONGHOLD` to allow configuration for modded strongholds to use the island placement approach.
- [Added] Island overlapping logic in Advanced Settings
    - `void` => Destroys island overlap downward, existing approach
    - `overlap` => Overlap over an island keeping all terrain in tact
    - `crater` => Creates a crater in the shape of the island overlapping 
- [Added] Exposed category tokens to Dedicated & Singleplayer JSON configurations
    - `water`, `sky`, `ground`, `underground`, `village`, `stronghold` categories available.
    - Enables configuration by keyword (e.g: adding `minecraft` to `ground` would result in any `minecraft*` to spawn on the ground. `minecraft:stronghold` would spawn on the ground instead, or tries to)

- [Changed] Sky based placement migrated to v2 
- [Changed] Underground based placement migrated to v2

- [Fixed] Savanna spawning with coarse dirt only, now spawning with grass. (Leftover from testing) 
- [Fixed?] Chunk failing to be saved. Guard rail in place to stop it from occuring, from limited testing could not replicate, but more testing is required.