Closed unilock closed 4 months ago
Fixes the game crashing during startup due to intrusive holders not being registered.
I assume the crash is due to the constructor of LodestoneFuelItem registering itself to Fabric's FuelRegistry.
LodestoneFuelItem
FuelRegistry
Fixes the game crashing during startup due to intrusive holders not being registered.
I assume the crash is due to the constructor of
LodestoneFuelItem
registering itself to Fabric'sFuelRegistry
.