Skip to content

OroArmor/OroArmor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

OroArmor

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

Gists

How to create a Maven Server

Useful commands

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published