A Forge 1.20.1 port of Create: Integrated Farming, originally developed for NeoForge 1.21.1 by DragonsPlusMinecraft.
Thanks to the following contributors for feedback and suggestions:
- @PhyX-Meow - Feature request discussion on Central Kitchen compatibility (#1)
This mod adds farming, fishing, and ranching automation to Create, with deep integration for Farmer's Delight and other food mods.
- Fishing Net - Attach to contraptions, moves through water to automatically catch fish
- Lava Fishing Net - Catches lava creatures (requires Nether Depths Upgrade)
- Biome-based catches - Different loot tables for rivers, oceans, swamps, and the Nether
- Enchantment support - Lure reduces wait time, Luck of the Sea improves catches
- Roost - Empty housing block for capturing animals via lead
- Chicken Roost - Automated egg production with configurable inventory
- Duck/Goose Roost - 9 variants matching Untitled Duck Mod breeds
- Belt/Hopper compatible - Auto-extract products, auto-feed via belt input
- Mechanical Arm - Works with FD Basket, Cooking Pot, Cutting Board
- Spout Composting - Pour water on Organic Compost to accelerate composting
- Blaze Stove - Blaze Burner directly heats FD Cooking Pot
- Enhanced Harvester - Harvests FD crops (tomatoes, rice, mushroom colonies)
- JSON-based chicken food system in
data/<namespace>/create_integrated_farming/chicken_food/ - Tag-based fallback via
#minecraft:chicken_food - Supports custom progress, cooldown (IntProvider), and item conversion
| Dependency | Version |
|---|---|
| Minecraft | 1.20.1 |
| Forge | 47.2.0+ |
| Create | 6.0.8+ |
| Create: Dragons Plus | 1.0.0+ |
| Mod | Features |
|---|---|
| Farmer's Delight | Arm interaction, harvester, spout, stove, recipes |
| Nether Depths Upgrade | Lava Fishing Net |
| Untitled Duck Mod | Duck/Goose roost variants |
| My Nether's Delight | Arm interaction, spout, Ponder |
| Crabber's Delight | Crab trap arm interaction |
| Corn Delight | High crop harvesting |
| Delight O' Flight | Cloudshroom colony harvesting |
| Create: Enchantable Machinery | Enchanted harvester/saw support |
- Install Forge 1.20.1, Create 6.0.8+, and Create: Dragons Plus 1.0.0+
- Place
forge-create-integrated-farming-1.0.0-mc1.20.1-all.jarin yourmods/folder - (Optional) Install any of the compatible mods listed above
- Launch the game
This project is licensed under LGPL-3.0-or-later.
- Original code: Copyright (C) 2025 DragonsPlusMinecraft
- Ported to Forge 1.20.1 under the same license
- Original project: https://github.com/DragonsPlusMinecraft/CreateIntegratedFarming
This port includes fixes for several bugs present in the original NeoForge version:
- Fixed ChickenFoodItem/ChickenFoodFluid
getCooldown()returning progress instead of cooldown - Fixed UntitledAnimalRoostBlockEntity
feedItem()not consuming food items - Fixed roost product extraction only reading slot 0 (now iterates all slots)
- Fixed occupied roost swallowing leashed adult animals
- Fixed
using_converts_toremainder item only working once (shared instance mutation)