SmithsGaming / Armory

Minecraft Mod named Armory, adds the Armors world to Minecraft
GNU Lesser General Public License v3.0
3 stars 1 forks source link
armory java minecraft

TC-Armory

Armors Mod for Minecraft

Last Build Status:

Nightly Builds:

http://mavenrepo.armory.orionminecraft.com/com/Orion/Armory/Armory/

Recommended:

SmithsModding - Weaponry -> Adds the TinkersConstruct Materials to Armory

Requirements:

Installation

Users:

  1. Download all the Dependencies and install those.
  2. Drop Armory in the mods folder.

Modders (JetBrains IDEA):

  1. Fork this Repository
  2. Download the fork
  3. Run on a commandline:
    1. gradlew setupDecompWorkspace
    2. gradlew copyChicken
    3. gradlew idea
  4. Inside IDEA:
    1. set ~/resources as 'Resources Root'
    2. set ~/src/api as 'Sources Root'
    3. Open the module settings and go to Module Dependencies
    4. Remove the extract options from all of ChickenBones mod: (CCC CCL NEI)
    5. Set the Scope off all of ChickenBones mods to provided.