Hello there!
I program a lot of things, mostly in Java. My interests are in Minecraft Modding, AI, Game Dev, and Robotics.
Some notable projects of mine are in the pins.
If you wish to support me, my Patreon is patreon.com/oroarmor
for file in *.jar; do if ( unzip -c "$file" | grep -q "ExampleMixin"); then echo "$file"; fi; done
-> Searches a set of jars for the example mixin. useful for debugging modpacks with this issue