Nature's Appetite is a NeoForge 1.21.1 mod that automates animal feeding and breeding:
age == 0) to prevent continuous waste.Main keys in natures_appetite-server.toml:
enableAutoFeedenableAdultContinuousFeedingenableBabyContinuousFeedingscanRadiusscanIntervalMinscanIntervalMaxmaxCandidatesPerScanpathTimeoutTicksownerAttributionRangeenableQualitySystemenablePackBehaviorenableSpecialDropsOnly entities in whitelist are enabled; blacklist always overrides whitelist.
data/natures_appetite/tags/entity_type/auto_feed_animals.json
{
"replace": true,
"values": [
"minecraft:cow",
"minecraft:sheep",
"minecraft:pig",
"minecraft:chicken"
]
}
data/natures_appetite/tags/entity_type/auto_feed_blacklist.json
{
"replace": true,
"values": [
"minecraft:pig"
]
}
Apply datapack changes:
/reload
/datapack list