All versions
0.3.0-fabric
Release
Make Bubbles Pop v0.3.02 years ago 5,737
Uploaded by
Compatibility
Minecraft: Java Edition
1.18.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
- Support for Minecraft 1.21 ⚔️ (closes #13, #14, #15)
- Added config file and settings menu when installed alongside MidnightLib (closes #4)
🔎 In game screenshot
- Added entity interaction physics to bubbles (configurable)
🔎 In game demo
- Added biome dependent tint to all bubble types (configurable)
🔎 In game screenshot
- Fixed barrels opened by other players on servers not emitting bubbles (closes #11) (Thanks @Lunade)
- Adjusted current down bubbles to pop on top of magma blocks rather than inside them (closes #9)
🔎 In game demo
- Added varied pitch and volume to bubble pop and bubble swirl sounds (closes #8) (Thanks @Lunade)
- Barrel bubbling is now reliable on the client and will no longer bubble when a chunk with an already opened Barrel is loaded (Thanks @Lunade)
- Fixed checking incorrect side of barrels for bubble particles
- Changed the default behavior to not maintain bubble particle velocity when popping (configurable) (Thanks @Lunade)
- Tweaked explosion bubbles and used better variable names
- Restructured bubble particle logic and used better variable types
- Adjusted barrel bubble spawn locations
- Moved bubble pop logic to a separate utility class to reduce code duplication
- Simplified water checks to use the already provided helper function in world or level
- Fixed literal new line in fabric.mod.json after building (closes #12)
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:gPCdW0Wr:VIu5oLuy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gPCdW0Wr:VIu5oLuy"
}

