Mineuniverse
Log in Register
Mods

Nature's Appetite

Animals automatically eat dropped breeding food, enter love mode, and support quality-based advanced husbandry gameplay.
by miyakko_de
Download Claim this project
210 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Automation Farming Food Utility & QoL

Nature's Appetite

Overview

Nature's Appetite is a NeoForge 1.21.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.
  • Data Map based quality system.
  • Per-level dropped-item candidate tracker for better farm performance.
  • GameTest + unit test scaffolding.

Server Config Keys

Main keys in natures_appetite-server.toml:

  • enableAutoFeed
  • enableAdultContinuousFeeding
  • enableBabyContinuousFeeding
  • scanRadius
  • scanIntervalMin
  • scanIntervalMax
  • maxCandidatesPerScan
  • pathTimeoutTicks
  • ownerAttributionRange
  • enableQualitySystem
  • enablePackBehavior
  • enableSpecialDrops

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
natures_appetite-1.0.0.jar
MC 1.20.1, Forge
Release 2026-04-09 Get
natures_appetite-1.0.0.jar
MC 1.21.1, NeoForge
Release 2026-04-09 Get

More from miyakko_de

Touhou Maid: Affection
29,547

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998