hilburn / NotEnoughResources

Adds resources to NEI
Other
20 stars 17 forks source link

Fixes NPE when latest Reliquary, NER and Galacticraft are in the same… #73

Closed P3pp3rF1y closed 7 years ago

P3pp3rF1y commented 7 years ago

See this stack trace pastebin http://pastebin.com/bf16z2LD

Basically the lightning bolt was null when charged creeper got created and struck by this null lightning and Galacticraft wasn't prepared for the source of attack to be null.

Replaced with datawatcher update to just set the powered bit which is cleaner anyway