
ModsJava
Nature's Appetite
Animals automatically eat dropped breeding food, enter love mode, and support quality-based advanced husbandry gameplay.
⬇ Download on ModrinthNature's Appetite
Overview
Nature's Appetite is a Forge 1.20.1 mod that automates animal feeding and breeding:
- Animals can seek and eat dropped breeding food automatically.
- Adult feeding is gated by breeding cooldown (
age == 0) to prevent continuous waste. - Baby animals can continuously eat (configurable) to speed up growth.
- Food quality is data-driven and can add healing, love-time bonus, growth bonus, extra baby chance, herd signals, and temporary special drops.
Current Features
- Auto-feed goal injection for whitelist animals.
- Tag-driven whitelist/blacklist control.
- Owner attribution for breeding credit.
- Reloadable JSON-based quality system (
data_maps/item/food_quality.json). - Per-level dropped-item candidate tracker for better farm performance.
- GameTest + unit test scaffolding.
Server Config Keys
Main keys in natures_appetite-server.toml:
enableAutoFeedenableAdultContinuousFeedingenableBabyContinuousFeedingscanRadiusscanIntervalMinscanIntervalMaxmaxCandidatesPerScanpathTimeoutTicksownerAttributionRangeenableQualitySystemenablePackBehaviorenableSpecialDrops
Datapack Tags
Only 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
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as natures_appetite-1.0.0.jar — drop this file into the mods folder
- Download size: 36 KB
- Download link checked 7 Sept 2026 — working
These come from our own check of the pack file, not from the source page.