ChessMod

ChessMod

104k Downloads

Fixing ChessPlay.java for 1.18 --> 1.20

riri404 opened this issue ยท 1 comments

commented

Errors found:

  • error: level has private access in Entity
  • error: incompatible types: possible lossy conversion from double to int
commented
  • changed .level to .level() which might return null

  • Casted in to the Double variable, I didnt want to change the data types of the variables in case it misses something up