Skip to content

Version 0.3

Latest

Choose a tag to compare

@tracystacktrace tracystacktrace released this 27 Nov 22:28

Client-side version:

  • A big optimization of the mod code:
    • Removed method invoke hook of updateDelay with custom method within patched class
    • Removed call to the modID field with direct access via getModID()
    • Removed a whole MethodHandles code as it's unnecessary now (+ more comptability between java versions)
  • Fancier log with patch progress

Server-side version:

  • Initial server-side version of this mod, a port of client-side 0.3 version at this point