Changes

Summary

  1. Some partially implemented patching code - new strategy, patch (commit: 82efe57) (details)
Commit 82efe5785c78696c8554bae034f78aa6cadeaded by rallanpcl
Some partially implemented patching code - new strategy, patch everything at runtime after the first attempt to load a class which needs patched.

Signed-off-by: Ross Allan <[email protected]>
(commit: 82efe57)
The file was addedsrc/common/nallar/tickthreading/patcher/PatchHook.java
The file was modifiedsrc/common/javassist/ClassloaderPool.java (diff)
The file was modifiedsrc/common/nallar/patched/storage/PatchChunk.java (diff)
The file was modifiedsrc/common/net/minecraft/launchwrapper/LaunchClassLoader.java (diff)
The file was addedsrc/common/nallar/tickthreading/patcher/Patcher.java
The file was modifiedsrc/common/nallar/tickthreading/patcher/PatchLauncher.java (diff)