Projects

Arc Lib

Arc Lib

Arc Lib is a Minecraft modding library created for my Jobs+ mod but is now used by many of my other mods. It allows players to create actions with rewards and conditions (ARC). These actions can be made using a simple JSON format. And can then be used by mods like Jobs+ to give experience points for completing the action, such as mining a block.

MinecraftJavaLibrary Mods
Item Restrictions

Item Restrictions

Item Restrictions is a Minecraft library created for my Jobs+ mod but is now used by many other developers. It allows players to create restrictions for items. These restrictions can be made using a simple JSON format. And can then be used by mods like Jobs+ to restrict players from using or crafting certain items.

MinecraftJavaLibrary Mods
UI Lib

UI Lib

UI Lib is a Minecraft modding library created to make it easier to create user interfaces in Minecraft. The Minecraft GUI system was very hard to work with for new developers. So I created a library that makes it easier to create user interfaces in Minecraft with a component system and click, scroll and drag functionality. It comes with pre-made components like buttons, texture components, text components, and scrollable components.

MinecraftJavaLibrary Mods