Tags
Creators
Details
All versions
6.1.0
Release
Big Globe 6.1.0last month 2,157
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Added new sound modifier system.
- Currently used to make sounds echo while underground or in the nether, and to make sounds a bit more muted while underwater.
- Added big mushrooms to lush caves, to compensate for the fact that mushroom caves do not currently spawn anywhere.
- Sandstone and red sandstone are now a filler block instead of a cave floor/ceiling block in deserts and mesas.
- Increased
/bigglobe:locate structuresmax radius from 10k to 100k blocks. - Removed daylight cycle speed gamerule, since vanilla now has a direct replacement for it:
/time rate <rate>.- The associated network packet is also removed, so if you're using Big Globe on a server, then the server and client will both need to update for this version.
- Fixed inconsistencies between where beach terrain spawns and where beach biomes spawn.
- Fixed LOD rendering with view bobbing and nausea.
- Fixed a couple nether mobs not spawning.
- Tried to stop some structures from spawning too close to a river. Hopefully this works.
- Fixed log cabins rarely spawning with a different wood palette than spruce or dark oak.
- Added mixin to make biome temperatures not depend on Y level.
- Since this counts as a change to vanilla behavior, this mixin is disabled by default, and must be manually enabled in
.minecraft/config/bigglobe/mixins.properties.
- Since this counts as a change to vanilla behavior, this mixin is disabled by default, and must be manually enabled in
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:d9Hk5siL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xsng1aJf:d9Hk5siL"
}



