Tags
Creators
Details
All versions
2.0.0
Release
Blocky Bubbles 2.0.0 (1.21.11) - Independence Day7 months ago 6,469
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Happy holidays! Here's a gift just for you 🎁 💞
🔧 Changes
- Sodium is now truly optional in light of its new config API, specifically designed with addons in mind!
- All configuration options are now available in the vanilla video settings screen as well as Sodium's redirected counterpart.
- The master graphics presets will affect the bubble column quality setting when applied.
Top Face Culling Methodhas been renamed toCullface Method. In theory it now supports all directions for custom block models that supply cullface arguments.- The codebase now uses official Mojang mappings in preparation (and practice!) for 26.1.
- Added tooltips for Cullface Method settings and updated many of the localization strings. Translators will need to make sure their languages have up-to-date entries.
➖ Removals
Cullface Method > Offhas been removed. Resource packs should be used instead if you wish to turn off block face culling entirely.
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:9pubtjcn:zkTSoUJU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9pubtjcn:zkTSoUJU"
}


