Automate your Applied Energistics 2 crafting with intelligent, condition-based rules.

Features
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 equal
Example Rules
Maintain 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 < 3000 AND Sand >= 1000
Overflow Processing
Convert excess Cobblestone: Craft Stone when Cobblestone > 10000
Crafting Recipe
┌─────────────┬─────────────┬─────────────┐
│ 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