2.0.14.1+neoforge-mc26.1.2
Compatibility
Changes
2.0.14.1+neoforge-mc26.1.2
Bug Fixes
- Fixed a bug where powering the composter had no effect on processing speed — it now runs 3x faster when powered
- Fixed Immersive Engineering fertilizer incorrectly using Fertilized Essence multipliers instead of its own
Capacitor
- Now accepts and outputs energy on all sides
Composter
- Runs without power at base speed; power is optional but significantly faster
- Tooltip on item and in GUI clarifying that power is not required
- Added dense compostables category (hay blocks, Farmer's Delight crates, etc.) with a configurable conversion rate (default 3:1)
- Added more mob drops as valid compostables (fermented spider eyes, rabbit hide, fish, etc.)
- The override TOML now supports a
[dense]section for adding custom dense compostables
Biomass Burner
- GUI now lists all accepted fuel types
Advanced Planter
- Added a separate config value for the advanced planter's base processing time
- Base processing speed increased by 50%
Modules
- All speed and yield module multipliers rebalanced with stronger values across all tiers (including penalties)
JEI
- Added a JEI category for the farmland tilling recipe
Config
- Fixed duplicate config keys for Crude Biomass fertilizer multipliers
dense_items_per_biomassadded to composter config (default: 3)advanced_base_processing_timeadded to planter config (default: 600 ticks)
Note: To apply the new compostable list and new processing and module values, backup and delete the following files from your config folder and restart the client: agritechevolved-common.toml, agritechevolved/compostable.json, agritechevolved/compostable_overrides/compostable_config_overrides.toml, and agritechevolved/plantables.json.
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:4dvZSdWl:8hfBGsUN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4dvZSdWl:8hfBGsUN"
}

