A warp drive mod for minecraft
Find a file
2020-05-08 01:43:46 +02:00
.github/ISSUE_TEMPLATE Code cleanup 2019-12-23 23:06:50 +01:00
gradle/wrapper Updated gradle-wrapper to 4.8.1 2019-09-15 15:21:58 +02:00
libs Updated IC2 lib to 2.8.188 2020-04-26 04:51:28 +02:00
run/mods-ref Fixed SGCraft compatibility with 1.12.2 2019-08-28 23:34:29 +02:00
src Updated zh_cn (Chinese) translations by scikirbypoke (#451) 2020-05-08 01:43:46 +02:00
wiki Added Siren picture for the wiki 2016-08-21 14:03:22 +02:00
.gitignore Added jar signing (untested) 2018-07-01 04:05:11 +02:00
.travis.yml Updated Travis build to use trusty 2019-09-17 05:06:09 +02:00
build.gradle Fixed #413 Galacticraft oxygen remaining active within our celestial map 2020-04-26 04:51:29 +02:00
build.properties Version bump to 1.5.13 2020-04-28 08:57:41 +02:00
Eclipse-nowrap.xml Added code formating rules 2015-09-08 00:40:08 +02:00
gradlew Updated gradle-wrapper to 4.8.1 2019-09-15 15:21:58 +02:00
gradlew.bat Updated gradle-wrapper to 4.8.1 2019-09-15 15:21:58 +02:00
IntelliJ IDEA-Code Style.xml Code cleanup (readme) 2019-04-13 19:58:18 +02:00
IntelliJ IDEA-Inspection.xml Code cleanup (readme) 2019-04-13 19:58:18 +02:00
README.md Code cleanup 2019-12-25 03:37:34 +01:00

WarpDrive for 1.12.2

WarpDrive Curse statistics Build Status Codacy Badge

An update to the WarpDrive mod. Currently in progress. Adds so many new features, you won't recognize it from the original!

If you would like to help, find an issue and then fork the repository. If you can fix it, submit a pull request and we will accept it! This is valid even if you dont know how to code, modifications to textures, resources, wikis, and everything else are up for improvment.

See mcmod.info for credits.

See the official forum here.

Installation

  1. Download WarpDrive.jar from the Curse website and put it in your mods folder.

  2. To move your ship, you'll need either ComputerCraft or OpenComputer.

  3. FE/µI, EU and RF power are supported (including but not limited to IC2, GregTech, AdvancedSolarPanel, BigReactors, EnderIO, Thermal Expansion, ImmersiveEngineering). ICBM, MFFS, Advanced Repulsion System, Advanced Solar Panels and GraviSuite are supported.

Developping

To setup you development environment:

  1. From the WarpDrive mod folder, type:
./gradlew setupDecompWorkspace
  1. Start IdeaJ.
  2. Import the gradle project.
  3. Import the code formating & inspection rules from IntelliJ IDEA-Code Style.xml and IntelliJ IDEA-Inspection.xml.
  4. Create run configuration using gradle, select the gradle project, enter the task runClient or runServer.