Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 years ago
All versions
1.0.4
Release
Bonzi Buddy 1.0.42 years ago 2,308
Uploaded by
Compatibility
Minecraft: Java Edition
1.21
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Bonzi Buddy 1.0.4 Changelog
"Snail Aboard!"
Bug fixes o' plenty!
- Added an image of a cute snail for use in ModFest's Scattered Shards mod.
- Made it so that the friend rooms are synced between clients even when the Friend Room screen is closed.
- This fixes a crash which was caused when a player in a friend room left, then another player in said friend room opens the Friend Room screen.
- Added some chat messages to a Friend Room update if the player is not in the Friend Room screen.
- Added a gamerule,
tripleChaosMaxOngoingGames, which can set the maximum amount of ongoing Triple Chaos minigames. - Added a feedback error message to a player attempting to start a minigame if a) the minigame could not find the spawn structure or b) the max amount of ongoing minigames has been met.
- Fixed all Bonzi enemies being scaled wayyyy too big when using GeckoLib 4.5.6+.
- Made it so that, if any Minigame hud does not get an update after 15 seconds, it automatically removes all huds.
- Changed some warning logs to error logs.
- Attempted to fix a bug where, if a player has died and the "One Player Left!" alert appears, but then they respawn, the alert didn't go away.
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:PqolNfCr:nKHEWxyr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PqolNfCr:nKHEWxyr"
}

