diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-07-22 16:24:36 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-07-22 16:24:36 +1000 |
commit | 3334e0f53753abe42d7810b703602039ee6f3b59 (patch) | |
tree | bb16c9e0f006240100aa9a53c4220c81a3509885 /src/resources/assets/ic2 | |
parent | a5a9ac9396595c984df39089076b74cd03b1f13b (diff) | |
download | GT5-Unofficial-3334e0f53753abe42d7810b703602039ee6f3b59.tar.gz GT5-Unofficial-3334e0f53753abe42d7810b703602039ee6f3b59.tar.bz2 GT5-Unofficial-3334e0f53753abe42d7810b703602039ee6f3b59.zip |
+ Added replacement rotors to replace the Energetic/Vibrant types if EnderIO is not installed.
+ Added support for ImmersiveEngineering's Coke Oven Block to be used in recipes & overall mod support now.
+ More work on the Solar Generators. (disabled for now though, for public builds)
$ Fixed the ExtraBees Checking.
Diffstat (limited to 'src/resources/assets/ic2')
-rw-r--r-- | src/resources/assets/ic2/lang/en_US.lang | 3 | ||||
-rw-r--r-- | src/resources/assets/ic2/textures/items/rotors/itemMagnaliumRotor.png | bin | 0 -> 3016 bytes | |||
-rw-r--r-- | src/resources/assets/ic2/textures/items/rotors/itemUltimetRotor.png | bin | 0 -> 3020 bytes | |||
-rw-r--r-- | src/resources/assets/ic2/textures/items/rotors/rotorMagnaliumModel.png | bin | 0 -> 3008 bytes | |||
-rw-r--r-- | src/resources/assets/ic2/textures/items/rotors/rotorUltimetModel.png | bin | 0 -> 3013 bytes |
5 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/assets/ic2/lang/en_US.lang b/src/resources/assets/ic2/lang/en_US.lang index 9c7cc74b39..8cdb748843 100644 --- a/src/resources/assets/ic2/lang/en_US.lang +++ b/src/resources/assets/ic2/lang/en_US.lang @@ -3,3 +3,6 @@ ic2.itemTungstenSteelRotor=Kinetic Gearbox Rotor (TungstenSteel) ic2.itemVibrantRotor=Kinetic Gearbox Rotor (Vibrant Alloy) ic2.itemIridiumRotor=Kinetic Gearbox Rotor (Iridium) +ic2.itemMagnaliumRotor=Kinetic Gearbox Rotor (Magnalium) +ic2.itemUltimetRotor=Kinetic Gearbox Rotor (Ultimet) + diff --git a/src/resources/assets/ic2/textures/items/rotors/itemMagnaliumRotor.png b/src/resources/assets/ic2/textures/items/rotors/itemMagnaliumRotor.png Binary files differnew file mode 100644 index 0000000000..0dd3ea84af --- /dev/null +++ b/src/resources/assets/ic2/textures/items/rotors/itemMagnaliumRotor.png diff --git a/src/resources/assets/ic2/textures/items/rotors/itemUltimetRotor.png b/src/resources/assets/ic2/textures/items/rotors/itemUltimetRotor.png Binary files differnew file mode 100644 index 0000000000..1bba301290 --- /dev/null +++ b/src/resources/assets/ic2/textures/items/rotors/itemUltimetRotor.png diff --git a/src/resources/assets/ic2/textures/items/rotors/rotorMagnaliumModel.png b/src/resources/assets/ic2/textures/items/rotors/rotorMagnaliumModel.png Binary files differnew file mode 100644 index 0000000000..e38602a83e --- /dev/null +++ b/src/resources/assets/ic2/textures/items/rotors/rotorMagnaliumModel.png diff --git a/src/resources/assets/ic2/textures/items/rotors/rotorUltimetModel.png b/src/resources/assets/ic2/textures/items/rotors/rotorUltimetModel.png Binary files differnew file mode 100644 index 0000000000..d0bdaa5ac7 --- /dev/null +++ b/src/resources/assets/ic2/textures/items/rotors/rotorUltimetModel.png |