A warp drive mod for minecraft
Find a file
LemADEC 0dbe78e797 Adding OpenComputer support & API cleanup
Adding OpenComputer callbacks
Removed unused scanRay method in Radar API
Updated CloakingDeviceCore API:
- "enable" replaces enableCloakingField, disableCloakingField and
isEnabled
Updated Controller API:
- dim_positive replaces dim_getp and dim_setp
- dim_negative replaces dim_getn and dim_setn
- mode replaces set_mode
- distance replaces set_distance
- direction replaces set_direction
- getAttachedPlayers replaces get_attached_players with string and list
- summon now returns true on sucess instead of null, false on failure
instead of -1
- pos replaces get_x, get_y, get_z
- getEnergyLevel replaces get_energy_level and get_energy_max
- getEnergyRequired replaces get_energy_required
- jump replaces do_jump
- getShipSize replaces get_ship_size
- beaconFrequency replaces set_beacon_frequency
- getOrientation replaces get_dx and get_dz
- coreFrequency replaces set_core_frequency
- isInSpace replaces is_in_space
- isInHyperspace replaces is_in_hyperspace
- targetJumpgate replaces set_target_jumpgate
Renamed setFieldTier to tier in CloakingDeviceCore API
Renamed energy to getEnergyLevel in Lift and ShipScanner APIs
Updated all APIs to return current and max energy from getEnergyLevel
method
Added state to ShipScanner API
2014-10-05 17:46:44 +02:00
src Adding OpenComputer support & API cleanup 2014-10-05 17:46:44 +02:00
.gitattributes initial commit 2013-01-22 21:55:20 +04:00
.gitignore Fixing lost client proxy 2014-08-28 15:15:35 +02:00
README.md Merge branch 'master' of https://github.com/Cr0s/WarpDrive into Cr0s-master 2014-08-07 11:31:39 +02:00

WarpDrive

A warp drive mod for minecraft

See mcmod.info for credits

Minecraft forum: http://www.minecraftforum.net/topic/1938578-164-warpdrive-mod-ships-space-lasers

Mod Showcase: https://www.youtube.com/watch?v=9pUSZPEMc1g

Wiki: http://wiki.kubach.tk/

Installation

  1. Download fresh build: http://kubach.tk/1.6.4/WarpDrive.zip
  2. Download fresh Core build: http://kubach.tk/1.6.4/WarpDriveCore.jar
  3. Install last version of IC2, Applied Energistics and Computer Craft

Contact Us