Skip to content

Mike-U5/Magneticraft

 
 

Repository files navigation

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.

About

Magneticraft mod for minecraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 95.8%
  • Java 4.2%