File Details
AE2 Draconic Fusion Autocrafter - 0.1.4
- B
- Jun 25, 2026
- 99.10 KB
- 6.2K
- 1.21.1
- NeoForge
File Name
ae2-draconic-fusion-autocrafter-neoforge-mc1.21.1-0.1.4.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
[0.1.4] - 2026-06-25
Fixed
- Grid Reconnection Bug: Resolved a critical issue where the ME Draconic Pattern Provider would lose its connection to the ME network upon server restart/chunk reload, which previously required the block to be broken and replaced. The
IInWorldGridNodeHostcapability is now properly registered for the block entity.
Changed
- Code Refactor: Removed unnecessary
@SuppressWarnings("null")annotations inFusionRoutingService.java. - Code Refactor: Suppressed a benign
Null type mismatchIDE warning inModBlocks.javarelated to block entity builder types. - Git: Added
.eclipsedirectory to.gitignore.