BlockCompressed doesn't use passed in parameter in getPickBlock
ichttt opened this issue · 1 comments
Hi,
your mod currently fetches the blockstate from the world directly instead of using the parameter passed in by the method. I don't see any reasons for this, but it breaks my mod
Please change it to use the IBlockState passed in by the method.