KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

java.lang.NullPointerException: Initializing game [...] at knightminer.inspirations.building.BuildingClientProxy.registerItemColors(BuildingClientProxy.java:132) ~[?:1.14.4-1.0.2] {re:classloading} #160

Closed Spooqi-Software closed 4 years ago

Spooqi-Software commented 4 years ago

Describe the bug:

Crashing upon launch, apparently during registration of item colors.

Versions:

Other mods required:

Unknown if related to mod compatibility - but mod pack is quite large (see crash report for mod list)

Attachments

crash-2020-04-23_03.10.33-client.txt

KnightMiner commented 4 years ago

Post your full game log. This crash is caused by another mod breaking something during initialization. Forge instead of showing the useful crash decides to continue trying to register stuff when it never registered blocks.

KnightMiner commented 4 years ago

Closing for lack of response. Duplicate of #152 for the record.