Tags
Creators
Details
3.0.2
Compatibility
Required content
Changes
Improved mod compat for the Supporter Hat toggle in the Skin Customization menu.
v3.0.1 Patch Notes:
This update adds the supporter hat for players who bought a limited Ribbits plushie! If you redeemed your code in the Bonsai Studios discord, you should be able to toggle your hat in-game in the vanilla "Skin Customization" menu.
Other major features and changes:
- Ribbits should no longer despawn at all!
- Ribbits will now stop and stare at nearby frogs.
- Rebalanced Merchant trades. All blocks & items from the mod that were previously hard to collect are now guaranteed trades.
- Plants are no longer available in the Merchant trades, but can be bonemeal'd to grow more.
- Ribbits can now swim faster and breathe underwater.
- Ribbits now passively heal half a heart every 30 seconds.
- Ribbits now have dedicated falling animations.
- Sorcerer Ribbits now summon cool special particles when casting a buff on the player!
Other adjustments and additions:
- Add Turkish, Chinese, Polish, Russian, and Ukrainian localizations!
- Add various missing vanilla block and item tags.
- Mossy Oak blocks are now flammable and able to be ignited by lava.
- Mossy Oak Planks can now also be crafted with a vine instead of a moss block.
- Fixed Mossy Oak Doors not dropping when mined.
- Dispensers should now spawn the correct Ribbit type for spawn eggs.
- Middle clicking a Ribbit in creative mode should now give the correct spawn egg.
- Catfish from Alex's Mobs will no longer eat Ribbits.
- Fixed various rare crashes.
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:8YcE8y4T:15vB3aE9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8YcE8y4T:15vB3aE9"
}

