1.0.0
Compatibility
Changes
This mod is in Alpha phase, in this first version you can find the Peccary, an animal that lives in forests and plains, with the nametag "Bald" you will remove the hair from the poor creature (it only works on adults, if you put the tag on a baby you will have to wait)
New items:
Rotten Apple: Click on any type of mushroom (except mushroom entities) to make it rot, It is used to mate peccaries
Peccary Skin: When you kill this animal, it will give you its skin
Peccary Hood: This helmet is perfect for cold biomes, it is made with 5 peccary skin in the form of a helmet on the crafting table
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:l5bxc7Y5:eNxpAdF2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:l5bxc7Y5:eNxpAdF2"
}

