Tags
Creators
Details
All versions
1.3.3
Release
Create: Integrated Farming 1.3.3 for Create 1.21.1-6.0.10last week 1,123
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Create: Integrated Farming 1.3.3
Compatibility requirement: Nether Depths Upgrade 3.2 or later is required when Nether Depths Upgrade is installed.
Add
- Added Sable support for Spouts targeting Chicken Roosts, Farmer's Delight Organic Compost, and My Nether's Delight Letios Compost across the main world and moving sub-levels.
- Added cross-level crop harvesting for both stationary and contraption-mounted Vacuum Harvesters, including rotated sub-levels, replanting, shared inventories, and bounded suction particles.
- Added fishing support for Fishing Nets mounted in Sable sub-levels. Nets can now fish while moving through main-world water or fluid in neighboring sub-levels, including Nether Depths Upgrade Lava Fishing Nets when installed.
- Added cross-level aquatic creature capture for Fishing Nets, preserving the existing creature rules, loot, experience nuggets, and game-rule behavior.
- Added optional Simulated Auger collection for entire connected, coplanar Fishing Net panels, with round-robin distribution between multiple valid Augers.
Fix
- Updated Nether Depths Upgrade compatibility to 3.2 and removed its obsolete fishing-event integration, preventing startup crashes with current releases.
- Spouts now revalidate cross-level targets when processing completes, preventing fluid consumption when a target has moved away.
- Cross-level Vacuum Harvester scans now use exact source-space filtering, preventing rotated sub-level bounding boxes from harvesting blocks outside the configured range.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| create-integrated-farming-1.3.3-sources.jar | Unknown | 410.13 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:oVQYb02P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9k1pAsfR:oVQYb02P"
}



