Changes

Summary

  1. Mostly update code to 1.12.1 - Sync on join is still broken - Removed (commit: 50d288c) (details)
  2. Update readme.md to reflect new location of old builds (commit: 662c7b7) (details)
  3. Fixed mystery of missing event (player login event for some reason (commit: 6ed6df9) (details)
  4. Fixed the keepstate functionality, the server no longer defaults out the (commit: cfd9b47) (details)
Commit 50d288c46dc1d74f1d5816faadd41cc8593a9f4d by Arthur Uzulin
Mostly update code to 1.12.1 - Sync on join is still broken - Removed
pub_build folder, those builds now live in Releases
(commit: 50d288c)
The file was modifiedsrc/fuj1n/recmod/client/event/EventRenderGame.java (diff)
The file was removedpub_build/RecStatusMod-v1.3.2-1.7.10.jar
The file was removedpub_build/RecStatusMod-v1.1-MC1.6.x.jar
The file was removedpub_build/RecStatusMod-v1.3.1-MC1.7.2.jar
The file was modifiedsrc/fuj1n/recmod/command/CommandRec.java (diff)
The file was removedpub_build/RecStatusMod-v1.4-1.7.10.jar
The file was removedpub_build/RecStatusMod-v1.5.1-1.8.9.jar
The file was modifiedsrc/fuj1n/recmod/network/packet/PacketEndOfInitialTransmission.java (diff)
The file was modifiedsrc/fuj1n/recmod/network/packet/PacketClientCommand.java (diff)
The file was modifiedsrc/fuj1n/recmod/network/packet/PacketPipeline.java (diff)
The file was removedpub_build/RecStatusMod-v1.4.2-1.7.10.jar
The file was removedpub_build/RecStatusMod-v1.4.2.1-1.7.10.jar
The file was modifiedsrc/fuj1n/recmod/client/event/EventClientEntityLogin.java (diff)
The file was removedpub_build/RecStatusMod-v1.3.2-1.7.2.jar
The file was modifiedsrc/fuj1n/recmod/client/event/EventClientTick.java (diff)
The file was modifiedsrc/fuj1n/recmod/client/gui/GuiSimple.java (diff)
The file was removedpub_build/RecStatusMod-v1.3-MC1.6.x.jar
The file was removedpub_build/RecStatusMod-v1.3-MC1.7.2.jar
The file was removedpub_build/RecStatusMod-v1.5-1.7.10.jar
The file was modifiedbuild.properties (diff)
The file was removedpub_build/RecStatusMod-v1.5-1.8.9.jar
The file was modifiedbuild.gradle (diff)
Commit 662c7b7fe83d007cb36cff1b35bdbac6acc8f30b by Arthur Uzulin
Update readme.md to reflect new location of old builds
(commit: 662c7b7)
The file was modifiedREADME.md (diff)
Commit 6ed6df9223e27cd3812fd0e1e0376394d84ae63a by Arthur Uzulin
Fixed mystery of missing event (player login event for some reason
having disappeared in the 1.9 era)
(commit: 6ed6df9)
The file was modifiedsrc/fuj1n/recmod/network/PlayerTracker.java (diff)
The file was modifiedsrc/fuj1n/recmod/network/packet/PacketUpdatePlayerStatus.java (diff)
Commit cfd9b47c2b17df033fcdc773e980a07283760b2d by Arthur Uzulin
Fixed the keepstate functionality, the server no longer defaults out the
player status
(commit: cfd9b47)
The file was modifiedsrc/fuj1n/recmod/client/event/EventClientTick.java (diff)
The file was modifiedsrc/fuj1n/recmod/network/PlayerTracker.java (diff)
The file was modifiedsrc/fuj1n/recmod/network/packet/PacketUpdatePlayerStatus.java (diff)