Skip to content

Files

Latest commit

Sep 26, 2014
e5d0735 · Sep 26, 2014

History

History
23 lines (17 loc) · 864 Bytes

readme.md

File metadata and controls

23 lines (17 loc) · 864 Bytes

Minecraft mod

Adds basic tools craftable with only sticks in the regular tool patterns.
Tools will get experience by using them on the proper blocks.
When a tool levels up a point can be spend by rightclicking with the tool.

To install

  1. Download 1.7.10-Recommended (Src) from -> http://files.minecraftforge.net/
  2. Copy the contents to a decent directory
  3. Open console in that directory
  4. enter the command:** gradlew setupDecompWorkspace --refresh-dependencies**
  5. Fix your IDE. For Intellij see below; for other IDE's seehttp://www.minecraftforge.net/wiki/Installation/Source
  6. clone the repository

For Intellij only:

  1. Open intellij
  2. Import project and navigate to the workspace and click the build.gradle
  3. close intellij
  4. open the console in the root directory
  5. enter the command: gradlew genIntellijRuns