Skip to content
View OroArmor's full-sized avatar

Organizations

@QuiltMC @KilnGraphics

Block or report OroArmor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
OroArmor/README.md

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

Pinned Loading

  1. OroArmorModding/Netherite-Plus-Mod OroArmorModding/Netherite-Plus-Mod Public

    Adds new Netherite features to Minecraft

    Java 43 6

  2. AdventOfCode AdventOfCode Public

    OroArmor's Advent of Code solutions

    Python

  3. QuiltMC/quilt-standard-libraries QuiltMC/quilt-standard-libraries Public

    A set of libraries to assist in making Quilt mods.

    Java 149 86

  4. QuiltMC/quilt-mappings QuiltMC/quilt-mappings Public

    Quilt's Mappings for Minecraft

    Java 98 77