Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Processing Station
The Processing Station is a standalone crafting block. It processes items using researchcube:processing recipes and does not require any research to operate.
Right-click researchcube:processing_station to open the processing menu. Place the ingredients in the input slots and take the output. No Drive, Cube, or fluid is required.
One processing recipe ships with the mod:
| Recipe ID | Description |
|---|---|
researchcube:processing_iron_compression | Compresses iron ingots into a block |
Processing recipes use type researchcube:processing. Pack developers can add additional recipes via datapack see Processing Recipe Schema.
{
"type": "researchcube:processing",
"ingredients": [
{ "item": "minecraft:iron_ingot" }
],
"result": {
"id": "minecraft:iron_block",
"count": 1
}
}Processing recipes are visible in JEI and EMI under the ResearchCube Processing category when either mod is installed.
- Items & Blocks block stats
- Datapack Processing Recipe Schema add custom processing recipes
- JEI & EMI Integration
Getting Started
Game Mechanics
Mod Compatibility
For Pack Developers
- Datapack Guide
- Research Definition Schema
- Drive Crafting Recipe Schema
- Processing Recipe Schema
- Example Datapack
Reference