All versions
1.4.0
Release
Mini Mob Trophy 1.4.02 years ago 56
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Client and server
Changes
1.4.0 (The Spin-Offs Update)
- Update to Minecraft version 1.21.4
- Added Recipe and DNA requirement to Creaking Trophy (32 Resin Clumps + 8 Creaking Hearts)
- 41 New Trophies:
- Chicken Variants (Warm, Cold)
- Beekeeper NPC
- Some Story Mode Mobs: Prison Zombie, Icy Spider, Giant Ghast, Prismarine Soldier, Magma Golem, Wither Storm
- Some Earth Mobs: Muddy Pig, Horned Sheep, Wooly Cow, Fancy Chicken, Tropical Slime, Viler Witch, Bone Spider, Skeleton Wolf, Jumbo Rabbit, Jolly Llama, Furnace Golem
- Some Dungeons Mobs: Key Golem, Diamond Key Golem, Baby Ghast, Whisperer, Wavewhisperer, Enchanter, Geomancer, Wraith, Redstone Golem, Fungus Thrower, Zombified Piglin Brute, Watchling, Squall Golem, Ancient Guardian, Arch-Illager
- Some Legends Mobs: Badger, Build Allay, Cobblestone Golem, Big Beak, Brilliant Beetle, Ancient Hoglin
- Fix Pufferfish Trophy hitbox being off center
- Fix the bottom of Elder Guardian Trophy being off center
- Swapped material order for Piglin Brute Trophy
- Decrease require material for Sniffer, Ghast, all Villagers with Profession, Beta Wandering Trader and NPC Trophy
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:PjaOXcj3:J9tmZ3Rf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PjaOXcj3:J9tmZ3Rf"
}

