Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
Automate Animal breeding via dispensers.
๐ Dispenser Breeding
Dispenser Breeding adds simple, server-side breeding automation to Minecraft (Server Side Only).
Dispensers can instantly feed nearby animals using their normal breeding food, and animals can also detect valid breeding items dropped on the ground, walk to them, and consume them automatically.
The result is a breeding system that feels vanilla, works naturally in farms, and requires no client-side installation.
๐ง Example use cases
- ๐ญ Fully automated animal breeding pens
- โก Redstone-powered breeding systems
- ๐พ Semi-automatic farms where food is dropped into enclosures
- ๐ Passive breeding setups without manual feeding
โจ Features
-
๐ Works with vanilla breeding rules
Animals only respond to their normal breeding food. -
โก Dispenser-based breeding
If a dispenser fires a valid breeding item at a nearby animal, the animal is fed instantly. -
๐พ Ground item breeding
Animals detect dropped breeding food, walk to it, consume one item, and enter love mode. -
๐ Supports all standard animals
Cows, sheep, pigs, chickens, and more โ no setup required. -
๐ฅ๏ธ Server-side only
No client install needed. -
โ๏ธ Configurable
Behaviour can be tuned via a JSON5 config file.
๐ง How it works
Dispenser feeding
When a dispenser fires:
- If a nearby animal can be bred โ it is fed instantly
- Otherwise โ the item is dispensed normally
Ground item feeding
Animals will:
- Detect nearby breeding items
- Walk towards valid food
- Consume one item from the stack
- Enter love mode โค๏ธ
Works with:
- Dispenser-dropped items
- Player-dropped items
๐ฆ Installation
Requirements
- Minecraft: 26.1
- Loader: Fabric
- Dependency: Fabric API
Standard installation
- Install Fabric
- Download the mod โ https://modrinth.com/mod/dispenser-breeding
- Drop the
.jarinto yourmodsfolder - Ensure Fabric API is installed
- Start your game/server
๐ณ Docker (itzg/minecraft-server)
- name: VERSION
value: "26.1.2"
- name: TYPE
value: "FABRIC"
- name: MODRINTH_PROJECTS
value: |
fabric-api
dispenserbreeding
โ๏ธ Configuration
A config file is generated automatically:
config/dispenserbreeding.json5
You can tweak:
- ๐ญ Dispenser range
- ๐ Enable/disable breeding features
- ๐พ Ground item detection radius
- โก Movement speed & scan frequency
๐ฅ Download
- Modrinth โ https://modrinth.com/mod/dispenser-breeding
- GitHub โ https://github.com/mattcoulter7/dispenser-breeding
๐ง Development status
Supported versions:
- 26.1
- 26.1.1
- 26.1.2
Built and published automatically via GitHub Actions.
โค๏ธ Credits
Built with Fabric and designed to feel as close to vanilla as possible.


