Railcraft

Railcraft

34M Downloads

Crash on startup after disabling structures module

laserlemons opened this issue ยท 1 comments

commented

Description of the Bug
The game crashes on startup after disabling the structures module.
https://pastebin.com/YBCR4zNb

Environment

  • Railcraft 12.0.0-beta-2
  • Forge version 2796
  • I also have the whole suite of COFH mods. (Thermal Expansion)
commented

This has been confirmed by a few other users as well.

if (BrickTheme.INFERNAL.getBlock() != null)

Should be replaced by an isLoaded() fix.