Source code for my Minecraft mod "Armor Expansion". This adds new armors into the game, granting players a potion effect when the full set is worn. This code is free for anyone to download, learn from or fork to develop your own mods! If releasing as a new mod, or using parts of this code, please credit Cookiehook and the version you forked from in your release.
- Select the branch you want to download from the top left Branch: menu. All branches named MC-### are functional code for that version of Minecraft.
- Click the Clone or Download button to get a copy of the code. If you're not sure what this "git" thingummy is, click download as Zip.
- Unzip the file, open a CMD window in that directory and run:
gradlew setupDecompWorkspace
gradlew eclipse
- The project is now ready to run. Open eclipse and import the project.
Requests for new features should be sent to my CurseForge Pages. For help with writing or understanding code, create a post on MinecraftForum then send me a message.