# Auto Feeder - Automatic Animal Feeding Block
Tired of manually feeding animals?
The Auto Feeder is a block that automatically feeds and breeds animals. Just insert food, and it handles everything for you.
---
## What does it do?
Place the Auto Feeder near your animals, insert food via right-click, and it will automatically search for nearby animals and feed them every X seconds. If breeding is enabled, it will also put animals into love mode.
Before: Right-click each animal one by one
Now: Put food in the Feeder and relax
---
## Crafting Recipe
T = Oak Planks
H = Hay Bale
T T T
T H T
T T T
---
## Commands
/give @s autofeeder:feeder
/feeder give
/feeder give <player>
---
## Usage
- Right-click with food: insert food
- Right-click empty hand: show status
- Shift + Right-click: empty feeder
- Redstone signal: disable
---
## Configuration
File: config/autofeeder-server.toml
feedIntervalSeconds = 20
feedingRadius = 8
enableBreeding = true
maxAnimalsPerCycle = 5
---
## Features
- Automatic animal feeding
- Breeding support
- Redstone control
- Multiplayer compatible
- Optimized performance
---
## Supported Animals
Works with vanilla and modded animals that use isFood()
---
## Requirements
Minecraft 1.21.1
NeoForge 21.1.233+
---
Created by DeLaRosaPlay

