Changes

Summary

  1. Make the patcher a bit more modular - public instead of package-local, (commit: 0f7383f) (details)
Commit 0f7383f34fa4c794fe5e8c4f78da9f8250ae6f4b by rallanpcl
Make the patcher a bit more modular - public instead of package-local, allow changing the directories used by ClassRegistry, move shouldPatch() to PatchUtil instead of the patcher.

Signed-off-by: Ross Allan <[email protected]>
(commit: 0f7383f)
The file was modifiedsrc/common/me/nallar/tickthreading/patcher/PatchMain.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/TickThreading.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/patcher/PatchManager.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/patcher/ClassRegistry.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/util/PatchUtil.java (diff)