SnowyLeavesPlus

SnowyLeavesPlus

3k Downloads

Crash when rendering "leaf blocks" from Blockus

SplendidAlakey opened this issue ยท 2 comments

commented

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:

  1. Join a world or create a new one
  2. Open creative inventory or REI (if installed)
  3. In creative inventory simply scroll down or type "hedge" into the search field; same with REI
  4. 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

commented

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

commented

Fixed in 289794d, version 0.1.1