ChessMod

ChessMod

104k Downloads

Fix ChessBoardBlockEntityRenderer issues

en4395 opened this issue ยท 2 comments

commented
  • Matrix3f, Matrix4f, and Vector3f not resolved
  • rotateForBoardFacing: pPoseStack.mulPose() method call error. Vector3f no longer contains YP variable.
commented

YP and rotationDegrees() moved to Axis class.

commented

Matrix3f, Matrix4f, and Vector3f issue resolved: files moved from com.mojang.math to org.joml package.