AE2: Automatic Requester
ModGPL-3.0-or-later

AE2: Automatic Requester

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.

168
Downloads
3
Followers
3 months ago
Updated
📦
3
Versions

📖About AE2: Automatic Requester

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

Demo

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