Overview
- This mod turns AE2 Matter Condenser into a recipe-driven system.
- It no longer only outputs Matter Balls/Singularities with fixed behavior; both outputs and required power can be adjusted through recipe data packs.
- The same logic also supports ExtendedAE ME Void Cell.
Recipe Example
{
"type": "ae2mcr:condenser",
"result": {
"id": "minecraft:iron_ingot",
"count": 1
},
"required_power": 1024
}
KubeJS Recipe Support
ServerEvents.recipes((event) => {
event.recipes.ae2mcr.condenser('minecraft:diamond', 8192)
})
New Button
- The
> button opens a selector window where you can choose the target output from a list.

Selector Window
- The output list is scrollable, so browsing still works well when there are many outputs.

ME Void Cell Support

JEI / EMI / REI Compatibility
- Recipe pages are supported and display content based on current recipe data.
- JEI compatibility requires the AE2 JEI Integration mod.
