Bonsai Trees 3

Bonsai Trees 3

51M Downloads

2.1.0.1 crashing 1.15.2 client on startup

kreezxil opened this issue · 3 comments

commented

I can't imagine how this can happen to be fair. It must be some weird mod interaction.

This code is triggered by the ColorHandlerEvent.Block event.
The line that's triggering the message causing the error provides two existing values, the color and the block. Both are non null. The only thing that could be the problem is the delegate property on the block instance: Minecraft is doing this when registering a blockcolor: this.colors.put(block.delegate, blockColor);
Not sure why that would be empty at that point.

commented

I am unable to reproduce this. Need more information.

commented