1.0+mod
Compatibility
Changes
Item Changes:
-
Raw Rabbit & Cooked Rabbit have been changed to Morsels, Raw Morsels are dropped by these Mobs: Rabbits, Frogs, Foxes, Bats, Armadillos, and Turtles
-
Rabbit Hide has been changed to Pelt, Pelt is dropped by these mobs: Rabbit, Foxes, and Ocelots
-
Spider Eyes have been changed to Insect Eyes, Insect Eyes are dropped by these Mobs: Spiders, Bees, Silverfish, and Endermites
Balance Changes:
- Scutes can now be dropped by killing their respective mob however they are rare as a Rabbit's Foot
- Most animal-esc mobs now drop leather
New Niches:
- Cows have been buffed to be able to give more leather
- Pigs have been buffed to be able to give more porkchops
- Goats now drop mutton, leather, and wool
- Sniffers now drop tons of beef, leather, feathers, and red wool for those willing to farm them
Misc:
- Some Mobs now have special drops
Wolves drop Bones
Axolotls drop Tropical Fish
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:KjHn8FMi:GFjKAWHL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KjHn8FMi:GFjKAWHL"
}

