From 0dea62f42b119b29611bec9fb85a993a8e2441d8 Mon Sep 17 00:00:00 2001 From: Christina Berchtold Date: Wed, 3 Jul 2019 01:08:48 +0200 Subject: Added T.F.F.T, a kinda of multi fluid storage multi. --- src/main/resources/assets/kekztech/lang/en_US.lang | 5 +++++ .../assets/kekztech/textures/blocks/TFFTCasing.png | Bin 0 -> 601 bytes .../kekztech/textures/blocks/TFFTStorageFieldBlock1.png | Bin 0 -> 1036 bytes .../kekztech/textures/blocks/TFFTStorageFieldBlock2.png | Bin 0 -> 1037 bytes .../kekztech/textures/blocks/TFFTStorageFieldBlock3.png | Bin 0 -> 1038 bytes .../kekztech/textures/blocks/TFFTStorageFieldBlock4.png | Bin 0 -> 1340 bytes 6 files changed, 5 insertions(+) create mode 100644 src/main/resources/assets/kekztech/textures/blocks/TFFTCasing.png create mode 100644 src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock1.png create mode 100644 src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock2.png create mode 100644 src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock3.png create mode 100644 src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock4.png (limited to 'src/main/resources') 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 new file mode 100644 index 0000000000..dba2574939 Binary files /dev/null and b/src/main/resources/assets/kekztech/textures/blocks/TFFTCasing.png differ diff --git a/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock1.png b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock1.png new file mode 100644 index 0000000000..f1abeacd4b Binary files /dev/null and b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock1.png differ diff --git a/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock2.png b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock2.png new file mode 100644 index 0000000000..cb5b27bc1d Binary files /dev/null and b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock2.png differ diff --git a/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock3.png b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock3.png new file mode 100644 index 0000000000..30185da496 Binary files /dev/null and b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock3.png differ diff --git a/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock4.png b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock4.png new file mode 100644 index 0000000000..638223af9b Binary files /dev/null and b/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock4.png differ -- cgit