Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 years ago
All versions
1.1.0-mc1.20.1
Release
Sn0wfrog's Capybaras 1.1.02 years ago 17.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
General:
- Added portuguese (pt and br) and french translations (thank you pad!);
- Moved name space from neves' capybaras to sn0wfrog's capybaras;
- Added a showcase video for the mod;
Capybara changes:
- New variants:
- Red (the original texture with some tweaks);
- Brown;
- Dark (based on the lesser capybara);
- Albino (with 1% spawn chance);
- Capybara tower;
- New walking and idle animations;
- New sitting system;
- Rewritten AI, replacing the old goals system with a brain using SBL;
- New entity riding system.
- Made the hitbox dynamic.
Capybara's paradise changes:
- Some tweaks on what blocks generate on these structures;
Added geysers:
- A new structure found on swamps, mangrove swamps and mountains, using the other thermal spring functionality;
Thermal spring:
- Updated block and particles textures;
- Added pushing up interaction with player, when in geyser form;
Mandarin changes:
- Updated both leaves textures;
- Added mandarin flowers;
- You can now place mandarin bush saplings on pots;
Added advancements:
- Oh sweetie...: obtained when consuming a mandarin;
- The new black: obtained when placing a mandarin on a capybaras head.
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:oCTFqcH2:ueqkWwPD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oCTFqcH2:ueqkWwPD"
}

