Tags
Creators
Details
All versions
1.4.2
Release
Create: Integrated Farming 1.4.2 for Create 1.21.1-6.0.102 days ago 1,932
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.2
Fix
- Fixed Vacuum Harvesters removing water and harvesting Farmer's Delight rice before its panicles mature. Harvesting now preserves the submerged rice plant.
- Fixed premature harvesting and incomplete handling of Supplementaries flax, Haunted Harvest corn, Autumnity foul berries, Atmospheric aloe, and Jaden's Nether Expansion warped wart. Multi-part crops are handled as one plant, with planting material consumed when replanting destroyed crops.
- Fixed Neapolitan mint producing extra sprouts while retaining its original density. Harvesters now pick its leaves without uprooting it.
- Fixed My Nether's Delight powdery crops being uprooted instead of having their ripe peppers harvested.
- Fixed Spouts failing to catalyze My Nether's Delight Leteos Compost. In ultra-warm dimensions, each 250 mB of lava advances one stage; the tenth application completes fresh compost. Insufficient fluid, invalid catalysts, and replaced targets no longer consume fluid. Custom catalysts can use
#mynethersdelight:leteos_booster. - Fixed Confluence duck roost model-loading errors when Confluence is not installed.
Compatibility
- Added optional harvesting integrations for Neapolitan 6.x (6.0.1+), Atmospheric 7.x (7.0.1+), Supplementaries 1.21.1-3.9.9+, Haunted Harvest 1.21-3.5.0+, and Jaden's Nether Expansion 2.x (2.4.1+).
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| create-integrated-farming-1.4.2-sources.jar | Unknown | 523.01 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:90PTskVE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9k1pAsfR:90PTskVE"
}

