Tags
Creators
Details
All versions
1.4.3
Release
Create: Integrated Farming 1.4.3 for Create 1.21.1-6.0.103 days ago 1,641
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Create: Integrated Farming 1.4.3
Feature
- Combined crop farming, animal husbandry, and fishing Ponder tutorials under Farming Appliances.
- Grouped occupied Roost variants in the farming and Mechanical Arm target categories. Scroll through a group to select an animal and open its tutorial. Added missing tutorials for compatible duck Roosts.
Fix
- Fixed crashes and corn harvesting with Cultural Delights 0.18.1+. Vacuum Harvesters and Mechanical Harvesters now collect the entire three-block plant from any height, clear its upper sections, and consume a corn kernel when replanting.
- Added Glow Berry harvesting that leaves the cave vines intact.
Compatibility
- Expanded Vacuum Harvester and Mechanical Harvester support for Atmospheric oranges, blood oranges, passion fruit, dragon fruit, yucca fruit bundles, and hanging currants.
- Added harvesting for Neapolitan banana bundles, vanilla vines, and adzuki sprouts. Replanting vanilla retains its growing end and support.
- Added Cultural Delights bean pod harvesting, including rope and stick variants, and Mint harvesting. Bean vines retain or restore their supports as appropriate.
- Added Jaden's Nether Expansion Cerebrage and Sorrowsquash harvesting.
- Added Upgrade Aquatic 7.x (7.0.2+) mulberry harvesting, preserving single and double vines, and Cook's Collection 0.5.8+ lemon harvesting from ripe fruiting leaves.
- Added Ender's Delight 1.x (1.3.1+) Amberveil, Chorus Flame, Ethereal Saffron, and Voidpepper harvesting. Picked fruit can grow again; Voidpepper retains its spreading origin.
- Disable harvester replanting to collect Cultural Delights Mint, Amberveil, and Ethereal Saffron as whole plants; otherwise their drops are used to replant them.
Requirements
- Requires Create: Dragons Plus 1.11.9 or newer.
- Cultural Delights compatibility now requires 0.18.1 or newer, together with its required Cook's Collection dependency (0.5.8+).
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| create-integrated-farming-1.4.3-sources.jar | Unknown | 544.3 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:EWfVwbHy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9k1pAsfR:EWfVwbHy"
}

