Tags
Creators
Details
All versions
1.4.0
Release
Create: Integrated Farming 1.4.0 for Create 1.21.1-6.0.10yesterday 847
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Create: Integrated Farming 1.4.0
Supported optional mod versions: Tide 2.1.1–2.x, Starcatcher 3.0.6–3.x, Confluence 1.2.4–1.x, Vanilla Backport 1.1.7.10–1.x, and Nether Depths Upgrade 3.2 or later.
Add
- Added Fishing Net support for fish and other catches from Tide, Starcatcher, and Confluence in both water and lava.
- Added dedicated Fishing Net Ponder examples for Nether Depths Upgrade, Tide, Starcatcher, and Confluence catches.
- Added Mechanical Harvester and Vacuum Harvester support for ten Confluence crops, including correct seed replanting.
- Added Confluence common duck and mallard Roosts. Both ducks can be captured and released, accept fish as food, and produce eggs.
- Added Vanilla Backport warm and cold Chicken Roosts, which produce brown and blue eggs respectively. Temperate chickens continue to use the normal Chicken Roost.
Update
- The Lava Fishing Net can now be crafted and used when Nether Depths Upgrade, Tide, Starcatcher, or Confluence is installed, instead of requiring Nether Depths Upgrade.
- Updated the modpack integration guide with the new Confluence crop and poultry behavior, Vanilla Backport poultry behavior, food inputs, products, and configurable loot tables.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| create-integrated-farming-1.4.0-sources.jar | Unknown | 462.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:U8F3RFrD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9k1pAsfR:U8F3RFrD"
}



