Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
1.2.0
Release
Processing Chamber 1.2.0last month 221
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Changes
Added
- Added support for Minecraft seed-based crops.
- Wheat Seeds now produce Wheat.
- Beetroot Seeds now produce Beetroot.
- Melon Seeds now produce Melon Slices.
- Pumpkin Seeds now produce Pumpkin.
- Torchflower Seeds now produce Torchflower.
- Pitcher Pods now produce Pitcher Plants.
- Added support for crop items that behave as their own seed, such as Carrots, Potatoes, Pumpkins, Apples, Sweet Berries, Glow Berries, Cocoa Beans, and Nether Wart.
- Added support for Cobblemon plant processing.
- Added support for Hearty Grains.
- Added configurable tag-based processing through
tag_processing.- Supports tags such as
#cobblemon:plants,#cobblemon:berries, and#cobblemon:apricorns.
- Supports tags such as
- Added configurable custom processing through
custom_processing.- Server owners can now add custom seed/item inputs and choose their outputs without updating the mod.
- Supports
"same"as an output to duplicate/process the inserted item.
- Added automatic downward output into inventories placed below the machine, such as chests and barrels.
- Added FE/RF wording across machine information and tooltips.
Changed
- Updated the Resource Processor GUI layout.
- Reworked the progress display into an animated frame around the processing slots.
- The center slot is now used for the input item.
- Output slots now surround the input slot.
- Updated the GUI texture with improved colors.
- Updated the battery position and alignment.
- Updated the battery display to use the new visual battery texture.
- Progress and energy tooltips now appear only when hovering the intended meter areas.
- Removed the visible
Inventorylabel from the GUI for a cleaner layout.
Fixed
- Fixed progress tooltip overlapping item tooltips inside the processing slots.
- Fixed several GUI alignment issues involving the battery, progress frame, slots, and inventory area.
- Fixed configured processing outputs so invalid item IDs safely fail instead of breaking the machine.
Removed
- Removed raw meat processing support.
- Food items are no longer broadly accepted just because they are edible. Only seed-based crops or configured items are accepted.
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:BMrs3WOf:qUU3Wi8O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BMrs3WOf:qUU3Wi8O"
}

