Currently studying Software Engineering at Brigham Young University.
I created a texture pack that changes the tetxure of one block in the entire game, to be used with popular Minecraft mod called Immersive Portals. Sometimes simplicity is best. Obsidian-Wood Resource Pack
I often run Minecraft servers for friends or family. It is common for bots to crawl through Minecraft servers and flag any that don't have a whitelist, adding them to lists for anyone to come join unsolicited. To prevent this, I created a mod that hosts a web server alongside a whitelisted Minecraft server using Javalin. When a player tries to join for the first time, they are given an error message saying to visit the URL in their browser to add themselves to the whitelist.
As part of the Discrete Data Structures course at BYU, I made a datalog interpreter in C++. It reads and parses a datalog file and evaluates the rules and queries based on the schemes and facts.