3.0+mod
Compatibility
Changes
Features
Added config menu, use /function usefulmobs:config
Pigs now dig up dirt and treasures when fed golden carrots
Feeding a pig grants the "Truffle Hunter" advancement
Squid ink now gives nearby players blindbness
Glow squid ink now gives nearby players glowing and night vision
Add translation support for advancements and config menu (Thanks, mpustovoi! Sorry it took so long)
Bugs
Fixed glow ink sac crafting recipe
Baby Polar Bears can no longer give strength
Project
Updated to 1.21.4 (Pack format to 48-61)
Compacted eating code, should be slightly more efficient
Renamed scoreboards and tags to be pack-specific
Note: This version deletes previously used scoreboards (BerryCount, BatEatingCooldown). The code for this deletion will be removed in the next update.
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:elYq283b:NkalVQGY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:elYq283b:NkalVQGY"
}

