Tags
Creators
Details
All versions
5.0.8
Release
Big Globe-5.0.8-MC1.20.111 months ago 17K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
For normal players:
- Fixed log spam in pale gardens in the nether.
- Fixed voidmetal armor not being enchantable.
- Fixed mangrove trees grown from saplings not having mangrove propagules below any of the leaves.
- Short grass (the kind from big globe, not vanilla) can now be composted.
- Added ukrainian translation (provided by hyperix).
- Updated chinese translations (provided by AstralArclight9001).
- GL exceptions generated by other mods should no longer crash the game when Big Globe catches them.
For data pack developers:
- Added tile grids, for anyone who wants to make their world repeat after a certain number of blocks.
- Invalid block state properties in string literals are now a warning instead of an error.
- Delegating structures can now provide
max_radius_in_chunksto provide a hint to big globe about the maximum size of the structure being delegated to. - Invalid constant cast attempts are now caught at data pack validation time instead of at generation time.
- Invalid casts with
==.and related operators are no longer silently ignored.
- Invalid casts with
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:XbnCagkV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xsng1aJf:XbnCagkV"
}



