diff options
author | Prometheus0000 <prometheus0000000@gmail.com> | 2021-04-13 10:05:22 -0400 |
---|---|---|
committer | Prometheus0000 <prometheus0000000@gmail.com> | 2021-04-13 10:05:22 -0400 |
commit | 3fa74247ea38efc082584e5bfe398d03386b5e90 (patch) | |
tree | ac0a7aedc0e53dee18ffda792ee08bd935acca3e /src/main/resources/assets | |
parent | 00e22eaa8a11feb41c6de1c9621da36afbd8085a (diff) | |
download | GT5-Unofficial-3fa74247ea38efc082584e5bfe398d03386b5e90.tar.gz GT5-Unofficial-3fa74247ea38efc082584e5bfe398d03386b5e90.tar.bz2 GT5-Unofficial-3fa74247ea38efc082584e5bfe398d03386b5e90.zip |
Clean up some things
Fix localization of hex tile
Hide unused blocks and items
Switch capacitor block icons so they match the lapo used to make them
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/LapotronicEnergyUnit2_side.png | bin | 279 -> 280 bytes | |||
-rw-r--r-- | src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit2_top.png | bin | 295 -> 296 bytes | |||
-rw-r--r-- | src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit3_side.png | bin | 279 -> 279 bytes | |||
-rw-r--r-- | src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit3_top.png | bin | 296 -> 295 bytes | |||
-rw-r--r-- | src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit4_side.png | bin | 280 -> 279 bytes | |||
-rw-r--r-- | src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit4_top.png | bin | 296 -> 296 bytes |
7 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/kekztech/lang/en_US.lang b/src/main/resources/assets/kekztech/lang/en_US.lang index 3f50a5ee0e..174c4863b1 100644 --- a/src/main/resources/assets/kekztech/lang/en_US.lang +++ b/src/main/resources/assets/kekztech/lang/en_US.lang @@ -173,7 +173,7 @@ tile.kekztech_spaceelevatorcapacitor_block.desc=The see-through is good for your tile.kekztech_spaceelevatortether_block.name=Space Elevator Tether # -------- Cosmetic Blocks -tile.kekztech_largehextile_block=Large Hex Tile +tile.kekztech_largehextile_block.name=Large Hex Tile # -------- Beam Transmitter tile.kekztech_beamtransmitter_block=Beam Transmitter diff --git a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit2_side.png b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit2_side.png Binary files differindex a8894d382e..d462a774a1 100644 --- a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit2_side.png +++ b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit2_side.png diff --git a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit2_top.png b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit2_top.png Binary files differindex 96d56ac6a6..2f1f4299eb 100644 --- a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit2_top.png +++ b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit2_top.png diff --git a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit3_side.png b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit3_side.png Binary files differindex 3827b174c0..a8894d382e 100644 --- a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit3_side.png +++ b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit3_side.png diff --git a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit3_top.png b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit3_top.png Binary files differindex 68e03929d8..96d56ac6a6 100644 --- a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit3_top.png +++ b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit3_top.png diff --git a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit4_side.png b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit4_side.png Binary files differindex d462a774a1..3827b174c0 100644 --- a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit4_side.png +++ b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit4_side.png diff --git a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit4_top.png b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit4_top.png Binary files differindex 2f1f4299eb..68e03929d8 100644 --- a/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit4_top.png +++ b/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit4_top.png |