1.2+mod
Compatibility
Changes
Only for newer versions for now ;(
for some reason mobs on older versions drop their food pre-cooked. I don't have time to fix this rn so just newer versions for now.
Genus Sus Farmin'
- Hoglins now drop 4-11 porkchops, and they drop 1-3 leather.
- Zoglins now drop 2-8 rotten flesh, and 2-6 bones.
- Pigs now drop 1-4 porkchops. (used to be 1-5)
Did you know you can breed hoglins? If you're ever in a pinch for food than either go hoglin hunting. Hoglin farming is also more on the table now since they give so much stuff. I might nerf their drops in the next update cause it kinda over shadows the other mobs. I also nerfed pigs because after killing a little pack of pigs I already had over 20 porkchops, which seemed a little unbalance to me since thats like 4 days worth of food gotten in under 15 seconds for very little effort. This doesn't really nerf your farms too much. Thats it have fun!
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:2eMF4i4q:jp5U2WMF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2eMF4i4q:jp5U2WMF"
}

