1.5.0
Compatibility
Changes
Mob Mondays - 9/18/23
This week's mob: Monkeys
Monkey
- Spawns in Jungles.
- They can be tamed with different fruit like apples, berries, melon, and a new fruit: Banana.
- Different fruits will have different effects on the monkeys when they eat them. For Example: golden apples will give them absorption and regeneration. Glow berries will make them glow. Chorus Fruit will make them teleport.
- Monkeys will attack wolves on sight. This is a reference to a news story where monkeys and dogs were at war in a village.
Banana is a new fruit item. Monkeys drop them after dying. But they can also be obtained by trading a monkey an apple for a banana. Bananas give you a banana peel when eaten. The peels can be placed and will be slippery to walk on.
Ender Monkey
- A rare monkey variant that can be created when a monkey eats a chorus fruit.
- They can teleport when hurt. And will attack other monkeys.
**Bonus I added the Smurf Cat from the meme.
Smurf Cat
- Can be tamed with mushrooms. They don't spawn naturally but can be created as an easter egg when you right-click a diamond on a warped meowshroom.
Warped Meowshroom
- The natural spawning variant of Smurf Cat. Originally meant to spawn in Warped Forest. But for whatever reason when I try making new mobs to spawn in the Nether or End. They end up not spawning. So I made a new nether biome where Warped Meowshrooms can be found. The Warped Plains.
Warped Plains (New Nether Biome)
- Similar to the Warped Forest, but without the trees.
- Smurf Cat houses, farms, and fortresses can spawn naturally here.
- Bastions and Nether Fortresses spawn here too.
- Wither Mooblooms and Endermen spawn as well.
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:hlXAql9o:3rPylyZ8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hlXAql9o:3rPylyZ8"
}

