![SnowyLeavesPlus](https://media.forgecdn.net/avatars/thumbnails/533/560/256/256/637856295451047240.png)
Crash when rendering "leaf blocks" from Blockus
SplendidAlakey opened this issue ยท 2 comments
MC 1.18.2
Fabric API 0.50.0
SnowyLeavesPlus 0.1.0
Blockus 2.4.4
When SnowyLeavesPlus and Blockus are installed together, the game will crash on attempting to render certain "leaf blocks" from Blockus.
To reproduce:
- Join a world or create a new one
- Open creative inventory or REI (if installed)
- In creative inventory simply scroll down or type "hedge" into the search field; same with REI
- The game will crash as you are about to render a certain item from Blockus, in my case it's "blockus:oak_small_hedge"
Logs: https://gist.github.com/Footage2-Amply-Pounce/d2807b6f223f5de74cb069b564076ccd
Apologies, this is straight up bad error handling on my part. The game just seems to crash when it can't find the snowiness
property on a block. The intended solution would be for the game to just not modify the colour if it can't get the property, I'm implementing this right now
Fixed in 289794d, version 0.1.1