Tags
Creators
Details
All versions
1.3.0
Release
Create: Integrated Farming 1.3.0 for Create 1.21.1-6.0.103 weeks ago 2,201
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Create: Integrated Farming 1.3.0
Add
- Added optional Environmental duck and Autumnity turkey Roosts with native food tags, eggs, sounds, capture rules, and Ponder scenes.
- Added goggle countdowns and blocked-output status information to every occupied poultry Roost.
- Added the rotational Vacuum Harvester with a split animated model, RPM-scaled pressure charging, directional exhaust and suction, configurable range and stress impact, an 18-slot output inventory, safe pending-drop storage, Contraption actor mode, and dedicated Ponder scenes.
- Added a public area-harvesting API plus mature-crop support for vanilla crops, Farmer's Delight tomatoes and mushroom colonies, Corn Delight high crops, and Delight o' Flight cloudshrooms.
- Added dedicated Mechanical Harvester and Vacuum Harvester integrations for Cultural Delights, Hearth and Harvest, Windswept, Festive Delight, and Nether's Exoticism crops.
Fix
- Applied the configured chicken-food cooldown to both item and fluid feeding instead of reusing production progress.
- Fixed duck and goose roosts not consuming food accepted by hand feeding.
- Corrected Roost Ponder instructions to explain that poultry produces naturally and feeding accelerates the next output.
- Preserved roost production overflow by dropping remainders that do not fit after a partial inventory insertion.
- Prevented a client crash when the Sable integration receives a Create behaviour query without a block entity.
- Corrected Cultural Delights corn and fruiting avocado leaf drops and post-harvest states.
- Corrected Hearth and Harvest corn, grape trellises, berry bushes, and cotton drops and post-harvest states.
- Corrected Windswept wild berry and Festive Delight cinnamon harvesting.
- Corrected Nether's Exoticism jaboticaba, kiwano, Buddha's Hand, rambutan, and both pitaya harvest stages, including direction and waterlogging preservation.
- Stitched Environmental duck and Autumnity turkey textures into the block atlas so their Roosts render correctly.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| create-integrated-farming-1.3.0-sources.jar | Unknown | 391.97 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:9k1pAsfR:RHEv3F08"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9k1pAsfR:RHEv3F08"
}



