Tags
Creators
Details
1.7.0
Compatibility
Required content
Changes
As we wait for the 1.21.10 hotfix to release and mods to finish updating to The Copper Age drop, I have done a little bit of cleaning up and bugfixing for 1.21.6 through 8!
If you want to use Sodium 0.7.0, you will need to install this version of Blocky Bubbles else the game'll crash on startup.
🌐 Translators' Note
zh_TW still needs translations for the following tags:
blocky-bubbles.options.opaque_facesblocky-bubbles.options.opaque_faces.tooltip
Also, "Bubble Columns" (blocky-bubbles.options.quality) changed to simply "Bubbles" in this update. I have updated this for all supported languages already.
🔧 Changes
- Moved the Sodium subsettings menu to its own tab rather than sharing the content of the Quality page.
- Reduced the verbosity of some translation tags.
- I have updated these for all supported languages already.
🐛 Fixes
- #16: Updated to Sodium version 0.7.0.
- The quality option (of type
SodiumGameOptions$GraphicsQuality) has now been moved to its own separate enumerator,BubblesQuality. This also means 3 new translation tags per language file, which I have already added simply by copying from vanilla.
- The quality option (of type
- The game now requires at least fabric loader version 0.17.2.
- Added Reese's Sodium Options to the mod runtime environment.
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:fakOky1J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9pubtjcn:fakOky1J"
}


