Tags
Creators
Details
1.2.0
Compatibility
Required content
Changes
Translation
This mod becomes translatable now.
Official supports for en_us and zh_tw.
Easier way to config
Now players can put/drop an animal into/from the list by ALT(default)+right click the baby animal with food.
You can also set a key to temporarily feed babies (if the server side allows), or toggle the white/blacklist mode by a key.
Commands for server side
This mod is designed for client uses. However I still make this mod server-side usable.
To make it easier to server ops, I write commands.
Note: Outputs of commands are not translatable, and I have no plan to improve this.
List Mode
/nofeedingbaby mode [blacklist/whitelist/toggle]
Animal
/nofeedingbaby animal [add/remove/toggle/status] id
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| no-feeding-baby-1.2.0-sources.jar | Unknown | 24.12 KiB |
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:4TvoD1ot:f1cibZOX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4TvoD1ot:f1cibZOX"
}

