Game crashes when mining emerald block
Opened this issue ยท 2 comments
It's because of this broken mixin in Portal Crafter that tries to inject into getMaterial
but actually injects into getHardness
for some reason: https://github.com/PalgamingHD/End-Portal-Creater/blob/610c16de25ac0da1415a7703bc1ac76cf802b1bd/src/main/java/net/portalcrafter/mixins/BlockMaterialMixin.java#L14
Not an issue with Sodium AFAIK.