All versions
1.1.0
Release
Monkeys and Others 1.1.02 days ago 8
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Monkeys and Others 1.1.0
Added
- Banana cake with custom textures and a crafting recipe.
- Banana peels, which sometimes remain after eating bananas.
- Composting support for bananas and banana peels.
- Three monkey coat variants: brown, golden, and gray.
- Baby monkeys inherit a coat variant from one of their parents.
- Adult monkeys can steal food from players, flee, and eat it.
- Injured adult monkeys flee from the player who attacked them.
- Social grooming between adult monkeys.
- Jungle poacher camps with a tent, loot, caged monkeys, and poachers.
- A custom poacher appearance with a bandana.
- Advancements for having food stolen and rescuing a captive monkey.
- Jungle's Distrust: killing 5 monkeys within 10 minutes causes nearby adults to attack with increased damage for 3 minutes. Baby monkeys do not participate. Milk removes the effect.
- Full Russian localization.
Improved
- Smoother sitting and grooming animations.
- Breathing and head movement while sitting.
- Custom status effect icon.
Fixed
- Monkey mask crafting recipe.
- Poacher camp generation.
- Banana and banana peel composting.
Notes
- For Minecraft 1.21.1 with NeoForge.
- Requires GeckoLib.
- Poacher camps generate in newly generated chunks.
- Back up your worlds before updating.
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:c3IUA9oJ:P1xwE1VT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c3IUA9oJ:P1xwE1VT"
}

