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
## [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`.

