
Add conditional auto-crafting to your AE2 ME network. Configure rules with multiple conditions to automatically maintain stock levels, manage production chains, and convert excess resources.
Automate your Applied Energistics 2 crafting with intelligent, condition-based rules.

Conditional Auto-Crafting: Create rules that trigger crafting jobs only when specific conditions are met. Each rule can have multiple conditions that must ALL be true before crafting begins.
Flexible operators: Use any comparison operator to define your conditions:
< Less than<= Less than or equal> Greater than>= Greater than or equal= Equal!= Not equalMaintain Minimum Stock
Keep at least 1000 Iron Ingots: Craft 64 Iron Ingots when
Iron Ingot < 1000
Resource-Limited Crafting
Craft Glass only when Sand is abundant: Craft when
Glass < 3000ANDSand >= 1000
Overflow Processing
Convert excess Cobblestone: Craft Stone when
Cobblestone > 10000
┌─────────────┬─────────────┬─────────────┐
│ Logic │ Engineering │ Logic │
│ Processor │ Processor │ Processor │
├─────────────┼─────────────┼─────────────┤
│ Calculation │ Pattern │ Calculation │
│ Processor │ Provider │ Processor │
├─────────────┼─────────────┼─────────────┤
│ Logic │ Engineering │ Logic │
│ Processor │ Processor │ Processor │
└─────────────┴─────────────┴─────────────┘
Total cost: 2x Engineering Processor, 2x Calculation Processor, 4x Logic Processor, 1x Pattern Provider