Tags
Creators
Details
All versions
6.2.0
Release
Big Globe 6.2.0last month 5,218
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
- Fixed bug causing everyone to get mostly the same world regardless of the world seed.
- This bug primarily affects noise generation, which contributes the most to terrain shape.
- Other smaller things like erosion patterns, structure placement positions, and so on are not affected, as they use the correct world seed.
- This bug went un-noticed for quite some time due to the fact that the player spawn radius is so large by default, so everyone spawned in a different area of the same world.
- A config option has been provided to keep this behavior un-changed to avoid breaking old worlds.
- It defaults to the old (broken) behavior if you updated from a version containing this bug, and defaults to the new (fixed) behavior if you are running a fresh install.
- This bug primarily affects noise generation, which contributes the most to terrain shape.
- Now compatible with Launchpad by default. Launchpad is basically "Sinytra Connector lite", and may be more stable than Sinytra Connector is.
- I haven't personally tested this, but at least one user claims it works. Let me know if you have any issues with it.
Optional dependencies
Any compatible version
Any compatible version
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:Kb11tohL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xsng1aJf:Kb11tohL"
}

