A warp drive mod for minecraft
99221df636
- changed general color and controls styles - fixed keyboard responsiveness - added weapon controller's enum handler to common library - added accelerator controller - added autorefresh - fixed common library duplication - fixed confirmation input so 'enter' means 'yes' - implemented LUA API changes - improved inputs handling in weapon controller - removed eXit command in favor of terminate shortcut (Ctrl-T / Ctrl-C) - splitted ship controls into 3 different sections - added more explicit help on home page, input controls, confirmation popup, etc. - added workaround for CC internal Java crash while connected to an Enantiomorphic reactor |
||
---|---|---|
eclipse/mods | ||
gradle/wrapper | ||
libs | ||
src/main | ||
wiki | ||
.gitignore | ||
.travis.yml | ||
build.gradle | ||
build.properties | ||
Eclipse-nowrap.xml | ||
gradlew | ||
gradlew.bat | ||
ItelliJ IDEA-Code Style.xml | ||
ItelliJ IDEA-Inspection.xml | ||
README.md |
WarpDrive for 1.7
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
- Download WarpDrive.jar from the Curse website and put it in your mods folder
- You'll need either ComputerCraft or OpenComputer.
- 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:
- From the WarpDrive mod folder, type:
./gradlew setupDecompWorkspace
./gradlew eclipse
- 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.
- Import the code formating rules from Eclipse-nowrap.xml.
- Start Minecraft with
GradleStart
class