Skip to content

Compatibility and Limits

swear01 edited this page Jul 30, 2026 · 1 revision

Compatibility and Limits

Auto Storage supports deterministic recipes that can be simulated completely and committed atomically. Optional compatibility is loaded only when the owning mod is present.

Representative integrations include Mekanism, Botania, Iron Furnaces, Farmer's Delight, Modern Industrialization, Ars Nouveau, EvilCraft, Powah, Industrial Foregoing, Create, PneumaticCraft fail-closed coverage, and Extended Crafting.

General rule

A supported recipe must expose exact inputs, outputs, remainders, catalysts or tools, typed resource costs, and a deterministic station/work contract. Auto Storage never sends ingredients to an external machine and waits for world-state processing.

Explicit limits

Unsupported forms show a neutral message and do not guess. Examples include:

  • random or chance-dependent outputs
  • arbitrary world/player-state recipes
  • external-machine send-and-wait
  • brewing execution
  • unsupported multiblocks
  • recipes whose pressure, heat, Air, catalyst, or output cannot be simulated atomically
  • recursive multi-step autocrafting

EMI recipe trees may be used as client planning/reference UI, but they are not server authority.

Optional fixture versions are CI evidence, not exact player dependency pins. Report compatibility failures on the issue tracker.

Clone this wiki locally