Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated 4 days ago
All versions
2.2.0
Release
Moog's Soaring Structures 2.2.0-1.21+ [UNIVERSAL]4 days ago 4,465
Compatibility
Minecraft: Java Edition
26.3
26.2
26.1.x
1.21.x
Platforms
Fabric
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
If you are up for a challenge, try out the arena with bad omen!

Added
- Every structure apart from the trees now has a working Preview button in Moog's Structure Lib's config screen
- Now supports Minecraft 26.2 and 26.3
- Structures can now generate in the new dappled forest biome
- A glow item frame now decorates the desert pyramid
- Decorated pots in the desert pyramid, jungle, mangrove, muddy water hole, small tower, taiga and volcano now hold loot that fits where they're found
Changed
- Villagers, pillagers and the arena's skeleton archers are now rolled fresh every time a structure generates, instead of every copy being identical
- Monster spawners now pick their mob each time a structure generates, and modpacks can change which mobs each structure's spawners use
- A few spawners that never spawned anything, in the arena, muddy water hole and red sand, are now active
- Trees are now spread more evenly instead of sometimes clustering together, and share a single toggle and spacing slider in Moog's Structure Lib's config screen
- The chest at the top of the castle tower has slightly toned-down loot to better match how easy it is to reach
- Barrels that form part of the white house's walls no longer hold loot
- The large tower and white house use leaves instead of green wool in their natural areas
- Now needs Moog's Structure Lib 3.0.0 or newer
- Trees, calcite houses, small ponds, nether portals, leaf hollows, small oak houses, castle ruins, small towers and castle towers generate less often, so the world feels less crowded
Fixed
- The arena's trial spawners now run a couple of waves of skeletons before usually handing over a trial key, and its vaults open with those keys for arena-only rewards
- The mod now loads on Minecraft 26.1.2 and newer
- Villagers in the white house and diorite house now offer proper trades
- The trees at the arena, large tower, white house and diorite house have their full leaves again
- Every structure has been rebuilt for each Minecraft version it supports, fixing a range of small visual and loading problems
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:RJCLIx7k:O20bIWkj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RJCLIx7k:O20bIWkj"
}

