diff options
author | Martin Robertz <dream-master@gmx.net> | 2021-04-29 21:20:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 21:20:38 +0200 |
commit | c24dee8429df1eca4d41e97730b831f76c16fdab (patch) | |
tree | f66235c0d7b00ee53cdb3a4054376686a582c77d /src/main/resources/assets | |
parent | 7c526103068c562590eb2a45a42528c3eaf180ce (diff) | |
parent | 3db66d3a7850b955868fff2ad5e628afa7c81534 (diff) | |
download | GT5-Unofficial-c24dee8429df1eca4d41e97730b831f76c16fdab.tar.gz GT5-Unofficial-c24dee8429df1eca4d41e97730b831f76c16fdab.tar.bz2 GT5-Unofficial-c24dee8429df1eca4d41e97730b831f76c16fdab.zip |
Merge pull request #12 from Prometheus0000/cap-change
Add EV and empty capacitors
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/kekztech/lang/en_US.lang | 2 | ||||
-rw-r--r-- | src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit6_side.png | bin | 0 -> 279 bytes | |||
-rw-r--r-- | src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit6_top.png | bin | 0 -> 259 bytes | |||
-rw-r--r-- | src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit7_side.png | bin | 0 -> 279 bytes | |||
-rw-r--r-- | src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit7_top.png | bin | 0 -> 276 bytes |
5 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/kekztech/lang/en_US.lang b/src/main/resources/assets/kekztech/lang/en_US.lang index 174c4863b1..13fc831a0c 100644 --- a/src/main/resources/assets/kekztech/lang/en_US.lang +++ b/src/main/resources/assets/kekztech/lang/en_US.lang @@ -140,6 +140,8 @@ tile.kekztech_lapotronicenergyunit_block.2.name=Lapotronic Capacitor (LuV) tile.kekztech_lapotronicenergyunit_block.3.name=Lapotronic Capacitor (ZPM) tile.kekztech_lapotronicenergyunit_block.4.name=Lapotronic Capacitor (UV) tile.kekztech_lapotronicenergyunit_block.5.name=Ultimate Capacitor (UHV) +tile.kekztech_lapotronicenergyunit_block.6.name=Empty Capacitor (-) +tile.kekztech_lapotronicenergyunit_block.7.name=Lapotron Capacitor (EV) tile.kekztech_lapotronicenergyunit_block.desc=Part of the Lapotronic Super Capacitor # -------- Thaumium Reinforced Jar: Block diff --git a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit6_side.png b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit6_side.png Binary files differnew file mode 100644 index 0000000000..852873db1d --- /dev/null +++ b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit6_side.png diff --git a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit6_top.png b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit6_top.png Binary files differnew file mode 100644 index 0000000000..c5034dfd93 --- /dev/null +++ b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit6_top.png diff --git a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit7_side.png b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit7_side.png Binary files differnew file mode 100644 index 0000000000..852873db1d --- /dev/null +++ b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit7_side.png diff --git a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit7_top.png b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit7_top.png Binary files differnew file mode 100644 index 0000000000..06a1bd064f --- /dev/null +++ b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit7_top.png |