Pablo Delgado
Pablo Delgado
Hello, thanks for the report! I looked into this and it should now be fixed in dev ;)
I've stumbled across the same issue. It can be easily fixed by replacing [these 4 lines](https://github.com/ReikaKalseki/RotaryCraft/blob/b8203ebfc4727306cf300c56336050d2afa56389/Auxiliary/BlockColorMapper.java#L580-L583) with the following: ``` ItemStack itemStack = ReikaItemHelper.lookupItem(key); Item item = itemStack.getItem(); Block block...
This might be true, but the issue still exists. Would love to see this fixed! The solution is already there.