A warp drive mod for minecraft
Find a file
LemADEC 50369c715e Updated celestial objects configuration to use XML
Added explicit render options for sky objects
Added explicit gravity setting parameters
Added /wreload command to reload the mod configuration
Improved handling of asteroid fields world generation
Fixed XML child elements being read multiple times
Removed partial blocks from gravity pull (ladder will no longer push you down)
2017-04-02 09:00:41 +02:00
eclipse/mods Added DefenseTech to test environment 2016-07-14 15:37:21 +02:00
gradle/wrapper Moved to Forge 1.7.10 and fixed folder structure 2015-07-11 17:06:16 -07:00
libs Added DefenseTech API 2016-07-16 16:25:48 +02:00
src/main Updated celestial objects configuration to use XML 2017-04-02 09:00:41 +02:00
wiki Added Siren picture for the wiki 2016-08-21 14:03:22 +02:00
.gitignore Add IdeaJ make output to ignore list 2016-06-11 15:21:17 +02:00
.travis.yml Removed openjdk from travis 2016-06-16 01:34:07 +02:00
build.gradle Updated to Java 1.8 due to previous API change 2016-05-23 16:54:36 -04:00
build.properties Version bump to 1.3.30 2016-09-29 02:43:07 +02:00
Eclipse-nowrap.xml Added code formating rules 2015-09-08 00:40:08 +02:00
gradlew Fixed LaserMedium texture IndexOutOfBounds 2015-10-24 23:46:13 +03:00
gradlew.bat Moved to Forge 1.7.10 and fixed folder structure 2015-07-11 17:06:16 -07:00
ItelliJ IDEA-Code Style.xml Added IntelliJ settings 2016-08-17 11:42:05 +02:00
ItelliJ IDEA-Inspection.xml Added IntelliJ settings 2016-08-17 11:42:05 +02:00
README.md Added forum link to readme 2017-01-23 01:50:06 +01:00

WarpDrive for 1.7

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