Open henryjmin opened 10 months ago
I need to go back and remove GrossFabricHacks
from the latest 1.16.5 builds. Some of the APIs it uses are not available in modern Java versions (and, due to the way I compiled / the features I used, the original Java version that this mc 1.16.5 used also might not work... oops)
This'll have implications for command overloads (like same command, different arguments, and how they get resolved... (think how /tp
can be /tp x y z
or /tp playerName
). EC does the same with some of its commands... but I had to do a horrid modding of Brigadier, not Minecraft, to get this overloading to work the way it needed to. Which I couldn't do without GrossFabricHacks
at the time. New strategy needed...
Java version: openjdk 16.0.2