[1.12.2][Crash] Game crash after breaking Sodalite ore
OneEyeMaker opened this issue ยท 0 comments
Mostly, the title says it all.
After breaking Sodalite Ore (which doesn't produce any drops!) game just crashes.
Crash log:
https://pastebin.com/JRF7eJjt
It looks like that you, guys, confuse 'aluminum' and 'aluminium'. There is aluminum dust registered in ItemDusts, but you request aluminium dust.
Just select one of this names or create class for name aliases (such as aluminum = aluminium).
And also: check whole source code by searching 'aluminium' and 'aluminum' (I guess, that this is not the only place where problem can occur).
P. S. And thank your for your work!