diff options
author | basdxz <tudurap.com@gmail.com> | 2020-07-11 13:38:09 +0100 |
---|---|---|
committer | basdxz <tudurap.com@gmail.com> | 2020-07-11 13:38:09 +0100 |
commit | 011cfd255f5324dad9cf53e4efe1b0c455257152 (patch) | |
tree | 7cacf137f80d10de5f96fb833c4200f352a09810 /src/main/resources/assets/tectech | |
parent | 3b388cd947255ccef57215862591228cb4421997 (diff) | |
download | GT5-Unofficial-011cfd255f5324dad9cf53e4efe1b0c455257152.tar.gz GT5-Unofficial-011cfd255f5324dad9cf53e4efe1b0c455257152.tar.bz2 GT5-Unofficial-011cfd255f5324dad9cf53e4efe1b0c455257152.zip |
Expand Tesla tiers
We now have ZPM Tier primary coils and LuV and ZPM tier capacitors, props to the madlads at the BigFlex MegaPlex for planning on using it with their fusion reactors
Diffstat (limited to 'src/main/resources/assets/tectech')
-rw-r--r-- | src/main/resources/assets/tectech/lang/en_US.lang | 3 | ||||
-rw-r--r-- | src/main/resources/assets/tectech/textures/items/itemCapacitorLuV.png | bin | 0 -> 570 bytes | |||
-rw-r--r-- | src/main/resources/assets/tectech/textures/items/itemCapacitorZPM.png | bin | 0 -> 563 bytes |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index 3b8bc433ed..dc4af9970b 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -64,6 +64,8 @@ item.tm.teslaCoilCapacitor.1.name=MV Tesla Capacitor item.tm.teslaCoilCapacitor.2.name=HV Tesla Capacitor item.tm.teslaCoilCapacitor.3.name=EV Tesla Capacitor item.tm.teslaCoilCapacitor.4.name=IV Tesla Capacitor +item.tm.teslaCoilCapacitor.5.name=LuV Tesla Capacitor +item.tm.teslaCoilCapacitor.6.name=ZPM Tesla Capacitor item.tm.teslaCoilCapacitor.desc.0=Stores item.tm.teslaCoilCapacitor.desc.1=EU in a tesla tower at item.tm.teslaCoilCapacitor.desc.2=Yeet this broken item into some spicy water! @@ -518,6 +520,7 @@ gt.blockcasingsBA0.2.name=HV Superconductor Primary Tesla Windings gt.blockcasingsBA0.3.name=EV Superconductor Primary Tesla Windings gt.blockcasingsBA0.4.name=IV Superconductor Primary Tesla Windings gt.blockcasingsBA0.5.name=LuV Superconductor Primary Tesla Windings +gt.blockcasingsBA0.9.name=ZPM Superconductor Primary Tesla Windings gt.blockcasingsBA0.0.desc.0=Handles up to gt.blockcasingsBA0.0.desc.1=What one man calls God, another calls the laws of physics. gt.blockcasingsBA0.6.name=Tesla Base Casing diff --git a/src/main/resources/assets/tectech/textures/items/itemCapacitorLuV.png b/src/main/resources/assets/tectech/textures/items/itemCapacitorLuV.png Binary files differnew file mode 100644 index 0000000000..0801e3f0d7 --- /dev/null +++ b/src/main/resources/assets/tectech/textures/items/itemCapacitorLuV.png diff --git a/src/main/resources/assets/tectech/textures/items/itemCapacitorZPM.png b/src/main/resources/assets/tectech/textures/items/itemCapacitorZPM.png Binary files differnew file mode 100644 index 0000000000..29b30dc63e --- /dev/null +++ b/src/main/resources/assets/tectech/textures/items/itemCapacitorZPM.png |