A warp drive mod for minecraft
Find a file
Unknown 554b0149ee Added tier system for items
Added plasma torch (wip)
2018-08-12 14:23:12 +02:00
gradle/wrapper Updated gradle to 2.14 2016-12-04 15:46:09 +01:00
libs Updated forge to 14.23.4.2744, mappings to 20180729 2018-08-01 23:21:01 +02:00
run/mods-ref Updated build script and dependencies to 1.12 2018-06-14 02:07:24 +02:00
src Added tier system for items 2018-08-12 14:23:12 +02:00
wiki
.gitignore Added jar signing (untested) 2018-07-01 04:05:11 +02:00
.travis.yml
build.gradle Updated forge to 14.23.4.2744, mappings to 20180729 2018-08-01 23:21:01 +02:00
build.properties Updated forge to 14.23.4.2744, mappings to 20180729 2018-08-01 23:21:01 +02:00
Eclipse-nowrap.xml
gradlew Fixed Unix compilation script to be Unix, not Mac 2018-06-02 15:30:29 +02:00
gradlew.bat
ItelliJ IDEA-Code Style.xml
ItelliJ IDEA-Inspection.xml
README.md Merge branch 'MC1.10' into 20170128 2017-01-28 20:03:32 +01:00

WarpDrive for 1.10

Build Status

An update to the WarpDrive mod. Currently in progress. Will work almost exactly like the original, but with improvements!

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. You'll need either ComputerCraft or OpenComputer.
  3. EU and RF power are supported (including but not limited to IC2, Gregtech, AdvancedSolarPanel, AtomicScience, 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
./gradlew eclipse
  1. Copy the WarpDrive/eclipse/mods folder to your target mods folder. Specificaly, you need the fake WarpDriveCore-dev.jar; it'll force FML to run the integrated coremod which is required to enable gravity and breathing hooks.
  2. Import the code formating rules from Eclipse-nowrap.xml.
  3. Start Minecraft with GradleStart class