Industrial Reborn

Industrial Reborn

234k Downloads

Crashing with IC2 Classic

Christofmeg opened this issue ยท 4 comments

commented

Describe the bug
Latest version of mod caught exception during event FMLCommonSetupEvent

To Reproduce
Steps to reproduce the behavior:

  1. Install the following:
  • Forge 1.19.2 - 43.1.47
  • indreb-1.19.2-0.14.0
  • IC2Classic-1.19.2-2.0.0

Expected behavior
Not crash?

https://hastebin.com/mijebixilo.sql

commented

Info from my side.
Basically the Irrigation Terraformer Blue Print tries to map logs to leaves that way a tree can be properly constructed.
Issue is RNG isn't really viable with that, so I am throwing in a null to get a default state.

commented

Thank you for the information. I will just add check if RandomSource is null and it should fix the crash issue.

commented

Fixed in 0.14.1

commented

Ty for the understanding ^^