XU2-Patcher is a mod that allows for easy modification of the Extra Utilities 2 code at runtime.
Special thanks to @Ridanisaurus for the great logo, @Su5eD for the IC2-Patcher project, and @Darkhax for NoTemaStahp mod, and to people that created PRs to the Extra Utilities 2 repository!
- Fixes XU2 Screens not being able to download imgur images anymore.
- Allows for re-enabling Slime Spawning in the flat worlds (Part of NoTemaStahp integration)
- Allows for disabling op anvil effects for few XU2 tools (Part of NoTemaStahp integration)
- Allows for disabling Tema "little small advantage" in code 😋 (Part of NoTemaStahp integration)
- Fixes a crash when a villager profession was disabled, and you tried to open the book entry of that profession.
(Fixes #42 / Impl #390) - Fixes a crash when radar wasn't able to check inventory of some blocks (it will log it at debug level now if something happens).
(Fixes #293 / Impl #381) - Fixes Villager Profession names being corrupted.
(Fixes #325 #363 / Impl #366) - Fixes a crash with a builder incorrectly placing a machine, causing a crash.
(Impl #302)
W.I.P. However tasks in Gradle setup should be self explanatory 😄
Entire project, except cases specified below, are licensed under MIT License, which can be found here.
Parts of the code which are marked as @author @Su5eD
are part of a public domain, as of the IC2-Patcher license The Unlicense
which can be found here.
Package com.kanzaji.xu2patcher.asm.BinPatchManager
is a modified version of MinecraftForge's ClassPatchManager class, and is licensed under the GNU Lesser General Public License version 2.1, which can be found here.
Extra Utilities 2 Source code is ALl Rights Reserved
, so you can't include it in this repository or share compiled binaries of it. This is also the reason this mod exists, and not a recompiled version of XU2.