TradeStuffs adds coins, safes and banks to Minecraft. This mod is a entry for ModJam 2013.
More information will come soon...
IMPORTANT: Please report any issues you have, there might be some problems with the documentation!
- WARNING: Make sure you know EXACTLY what you're doing! It's not any of our faults if your OS crashes, becomes corrupted, etc.
- Download and install the Java JDK here. Scroll down, accept the
Oracle Binary Code License Agreement for Java SE, and download the one pertaining to your OS (necessary for GMCP).
- Go to
Control Panel\System and Security\System, and click onAdvanced System Settingson the left-hand side.- Click on
Environment Variables.
- Click on
- Under
System Variables, clickNew. - For
Variable Name, inputJAVA_HOME. - For
Variable Value, input something similar to;C:\Program Files (x86)\Java\jdk1.7.0_25exactly as shown to the end (or wherever your Java JDK installation is), and clickOk. - Scroll down to a variable named
Path, and double-click on it. - Append
;C:\Program Files (x86)\Java\jdk1.7.0_25\bin(or your Java JDK installation directory\bin), and clickOk.
- Download Gradle here.
- Extract the files anywhere you want, eg
C:\Gradle.
- Extract the files anywhere you want, eg
- Again, go to
Environment Variablesjust like you did for the Java JDK. - Under
System Variables, clickNew. - For
Variable Name, inputGRADLE_HOME. - For
Variable Value, inputC:\Gradle\gradle-1.7-rc-2(or your Gradle directory\gradle-1.7-rc-2). - Scroll down to
Path, and double-click on it. - Append
;C:\gradle\binexactly as shown to the end (or your Gadle directory\gradle-1.7-rc-2\bin).
- Download and install Github here (Windows) or here (Mac OS X 10.7+). For Linux, you can use a different Git application. NOTE: Github For Windows/Mac is OPTIONAL. You can use your own Git application.
- Create an account.
- Scroll to the top of this page, login at the top-right, and then click
Clone to Windows/Macat the bottom of the right-hand toolbar. - You should see Github flash and
CCM-Modding/Modjamappear. (The local repository on Windows defaults toC:\Users\(username)\Documents\GitHub\Modjam, you can change it if you want but then you have to find it again on Github).
- Open a Command Prompt
- Type
cd PATH_TO_Modjamwhich is the path to were ever you cloned Trade Stuffs into - Press Enter
- Type
gradle clean build - Press Enter
- Wait for everything to download and set up
- Enjoy!