Tags
Creators
Details
All versions
5.2.0
Release
Big Globe-5.2.0-MC1.20.17 months ago 21.8K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
For normal people
- Ported to MC 1.21.11.
- Fixed trial chambers spawning inside volcanoes in the islands world preset.
- This was technically fixed in V5.1.1, but now the fix is available for all supported MC versions.
- Ocean monuments are now slightly rarer.
- Some structures have terrain adaptation in a larger area around them now.
- Increased default LOD quad count from 20M to 50M. The max is still 100M.
- Does not retroactively apply to existing config files.
- Fixed endermen not spawning on the ender dragon's nest.
- Fixed name on voidmetal upgrade item.
For data pack developers
- Column value overriders can now pre-filter which structures they want to intercept.
- Column value overriders can now have access to structures that are further away from the current chunk.
- Nether and end root feature dispatchers are now a tag instead of a group.
- Added a "noop" feature dispatcher type, for anyone who wants an easy way to disable an existing feature dispatcher.
Optional dependencies
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:xsng1aJf:B1QYERvz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xsng1aJf:B1QYERvz"
}



