Crashing With Creative Tab.
KXIIIS opened this issue ยท 2 comments
Whenever I try to click on the creative tab for compact ores, the game crashes.
crash-2020-04-12_17.00.46-client.txt
The tooltip that is added by Project MMO was causing the crash because it didn't supply a block state to the getBlockHardness method. Instead of crashing when there is no block state, compact ores now returns the hardness of stone. This does however mean that the tooltip is not accurate.