Client-side version:
- A big optimization of the mod code:
- Removed method invoke hook of
updateDelaywith custom method within patched class - Removed call to the
modIDfield with direct access viagetModID() - Removed a whole
MethodHandlescode as it's unnecessary now (+ more comptability between java versions)
- Removed method invoke hook of
- 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
- Better check code for obfuscated environment, previous one ended up crashing for absolutely no reason
- Field/method access init code is now only called once, not every call
- Put some Block construction methods within PatchBlockMobSpawner instead of accessing them outside, dumb me
- Using
MethodHandles.Lookupfor faster method invoke (but the mod is forced to Java 8 and beyond, no support for 6-7 sorry)
Initial release.



