promotional bannermobile promotional banner

AE2 Draconic Fusion Autocrafter

Seamlessly Automate Fusion Crafting with the Power of AE2!

File Details

AE2 Draconic Fusion Autocrafter - 0.1.1

  • B
  • May 19, 2026
  • 95.34 KB
  • 778
  • 1.21.1
  • NeoForge

File Name

ae2-draconic-fusion-autocrafter-neoforge-mc1.21.1-0.1.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:ae2-draconic-fusion-autocrafter-1521464:8113129"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## [0.1.1] ### Fixed - **B011 – Items voided on craft cancellation**: When a craft was cancelled with insufficient injectors, items that had already been routed to injectors were permanently lost. The execution phase now performs a full rollback (clears injectors and catalyst from the core) and returns `false` so AE2 correctly keeps the items in the network. - **Code Quality**: Removed unnecessary `@SuppressWarnings` annotations and added explicit null-checks before `@Nonnull`-annotated API calls in `FusionRoutingService`. - **Code Quality**: Added missing `@Nonnull` annotations on `getCloneItemStack` parameters in `DraconicPatternProviderBlock` to match the inherited contract from `Block`.