Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 2.09 KB

README.md

File metadata and controls

44 lines (27 loc) · 2.09 KB

Support Server Invite Build Status

Magneticraft

Magneticraft mod, more info in curseforge https://minecraft.curseforge.com/projects/magneticraft

This mod is no longer being developed!

At October 10th 2018, the 4th year anniversary of the mod, we decided to stop the development of this mod.

If anyone wants to continue the mod, the License allow copy, modification and redistribution of the mod's code and assets.

Compiling the mod

This is a small tutorial for non-modders to get the last version of the mod from github, so you can play with alpha versions of the mod.

Prerequisites:

  • Have Java JDK installed, JRE it's not enough, you can get it here.

Steps:

  1. Download the project

alt text

  1. Extract the content of the zip file

alt text

  1. Open a terminal/cmd in the extracted folder

  2. Run the command ./gradlew setupDecompWorkspace

  3. Run the command ./gradlew build

alt text

  1. Wait until the mod is compiled

alt text

  1. Grab the mod jar from build/libs/<modname or something>.jar
  2. Profit!?!

Running the mod

To run the mod you will need it's dependencies:

  • Forgelin: or you will get a java.lang.NoClassDefFoundError: kotlin/TypeCastException
  • ModelLoader: you can found the last version in /libs/modelloader-1.x.x.jar or compile from here.