All versions
1.1.0
Release
Spiral Dungeon of Babel v1.1.0 | Universal4 days ago 202
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.1–1.20.6
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client-side
Client and server
Changes
🌍 Universal Mod (Forge, NeoForge, Fabric, Quilt) - v1.1.0
This version is now a unified package compatible with all major mod loaders!
✨ New Features & Updates:
- Full Minecraft 1.21+ Support: Internal formats have been updated to meet the strict 1.21 standards (updated pack formats, directory migrations from
structurestostructureandloot_tablestoloot_table). - Full Universal Support: The
.jarfile is now natively compatible with Forge, NeoForge, Fabric, and Quilt (for Quilt/Fabric, make sure to install the respective API to load datapacks). - Monolithic Architecture: To overcome the new strict Jigsaw engine limits in 1.21 (which cut off structures that were too tall), the 3 original pieces of the tower have been merged into a single massive
sdobuniversal.nbtfile (242 blocks high), loading smoothly in a single piece.
🛠️ Fixes & Balancing:
- High-Altitude Generation Fix: The tower now has a fixed absolute generation altitude (between Y=65 and Y=73). This prevents the tower from spawning on top of mountains and being "chopped off" by the world height limit (Y=319).
- Terraforming Fix (Beard Box): The surrounding terrain will now adapt smoothly to the base of the tower, creating a natural plateau and fixing the issue of squared holes and sharply cut chunk walls.
- Enchanted Books Fix (1.21): Fixed a critical Minecraft 1.21 bug where enchanted books in chests were generating without enchantments. Loot tables have been rewritten to use the new
minecraft:enchant_randomlylogic on normal books. - Rarity Increase: Given the epic value and gargantuan size of the structure, the generation rarity has been almost tripled (
spacing: 120,separation: 40). Finding it will be a true achievement!
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:5Zdqv8rG:bSfufT1H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5Zdqv8rG:bSfufT1H"
}

