diff options
author | Christina Berchtold <kekzdealer@gmail.com> | 2019-07-03 01:08:48 +0200 |
---|---|---|
committer | Christina Berchtold <kekzdealer@gmail.com> | 2019-07-03 01:08:48 +0200 |
commit | 0dea62f42b119b29611bec9fb85a993a8e2441d8 (patch) | |
tree | d8ee10733111c1ce23554d1e954afa6baa41352c /src/main/resources/assets/kekztech | |
parent | d4aa14440c7516cc2bf6613551c34da586fb4207 (diff) | |
download | GT5-Unofficial-0dea62f42b119b29611bec9fb85a993a8e2441d8.tar.gz GT5-Unofficial-0dea62f42b119b29611bec9fb85a993a8e2441d8.tar.bz2 GT5-Unofficial-0dea62f42b119b29611bec9fb85a993a8e2441d8.zip |
Added T.F.F.T, a kinda of multi fluid storage multi.
Diffstat (limited to 'src/main/resources/assets/kekztech')
-rw-r--r-- | src/main/resources/assets/kekztech/lang/en_US.lang | 5 | ||||
-rw-r--r-- | src/main/resources/assets/kekztech/textures/blocks/TFFTCasing.png | bin | 0 -> 601 bytes | |||
-rw-r--r-- | src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock1.png | bin | 0 -> 1036 bytes | |||
-rw-r--r-- | src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock2.png | bin | 0 -> 1037 bytes | |||
-rw-r--r-- | src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock3.png | bin | 0 -> 1038 bytes | |||
-rw-r--r-- | src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock4.png | bin | 0 -> 1340 bytes |
6 files changed, 5 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 3a7e5002d8..8a24d06bf3 100644 --- a/src/main/resources/assets/kekztech/lang/en_US.lang +++ b/src/main/resources/assets/kekztech/lang/en_US.lang @@ -75,3 +75,8 @@ item.kekztech_crafting_item.15.name=GDC Ceramic Plate tile.kekztech_gdcceramicelectrolyteunit_block.name=GDC Ceramic Electrolyte Unit tile.kekztech_yszceramicelectrolyteunit_block.name=YSZ Ceramic Electrolyte Unit + +tile.kekztech_tfftstoragefieldblock1_block.name=T.F.F.T Storage Field Block (Tier I) +tile.kekztech_tfftstoragefieldblock2_block.name=T.F.F.T Storage Field Block (Tier II) +tile.kekztech_tfftstoragefieldblock3_block.name=T.F.F.T Storage Field Block (Tier III) +tile.kekztech_tfftstoragefieldblock4_block.name=T.F.F.T Storage Field Block (Tier IV) diff --git a/src/main/resources/assets/kekztech/textures/blocks/TFFTCasing.png b/src/main/resources/assets/kekztech/textures/blocks/TFFTCasing.png Binary files differnew file mode 100644 index 0000000000..dba2574939 --- /dev/null +++ b/src/main/resources/assets/kekztech/textures/blocks/TFFTCasing.png diff --git a/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock1.png b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock1.png Binary files differnew file mode 100644 index 0000000000..f1abeacd4b --- /dev/null +++ b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock1.png diff --git a/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock2.png b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock2.png Binary files differnew file mode 100644 index 0000000000..cb5b27bc1d --- /dev/null +++ b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock2.png diff --git a/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock3.png b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock3.png Binary files differnew file mode 100644 index 0000000000..30185da496 --- /dev/null +++ b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock3.png diff --git a/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock4.png b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock4.png Binary files differnew file mode 100644 index 0000000000..638223af9b --- /dev/null +++ b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock4.png |