From 97081a8e939e9490d4da255e7db847888e8ddcb3 Mon Sep 17 00:00:00 2001 From: BlueHero233 <87818077+BlueHero233@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:16:39 -0300 Subject: Waterline Texture Work (#2834) * Updated T8 Casing Textures --- .../iconsets/BLOCK_QUARK_CONTAINMENT_CASING.png | Bin 1147 -> 736 bytes .../textures/blocks/iconsets/BLOCK_QUARK_PIPE.png | Bin 4286 -> 1029 bytes .../blocks/iconsets/BLOCK_QUARK_PIPE.png.mcmeta | 2 +- .../blocks/iconsets/BLOCK_QUARK_RELEASE_CHAMBER.png | Bin 1166 -> 949 bytes 4 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_CONTAINMENT_CASING.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_CONTAINMENT_CASING.png index 3116b8973c..e63b48bbca 100644 Binary files a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_CONTAINMENT_CASING.png and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_CONTAINMENT_CASING.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_PIPE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_PIPE.png index 2686522d15..2e7e8274e1 100644 Binary files a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_PIPE.png and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_PIPE.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_PIPE.png.mcmeta b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_PIPE.png.mcmeta index 60af678259..24c3794bf6 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_PIPE.png.mcmeta +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_PIPE.png.mcmeta @@ -1,5 +1,5 @@ { "animation":{ - "frametime":4 + "frametime": 3 } } \ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_RELEASE_CHAMBER.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_RELEASE_CHAMBER.png index a623e9f1d5..faf8e90d76 100644 Binary files a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_RELEASE_CHAMBER.png and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_QUARK_RELEASE_CHAMBER.png differ -- cgit