diff options
author | Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> | 2022-07-29 22:26:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 23:26:26 +0200 |
commit | f02ee6da60a1c8f009b0e9d294d25dde06437e41 (patch) | |
tree | f1b2021a51f8ef86ef8fe6e1d082d51336a70686 /src/main/resources/assets/gregtech/textures/blocks | |
parent | a4a5a7966a66ca0f199c5f7e3237d81c6565c194 (diff) | |
download | GT5-Unofficial-f02ee6da60a1c8f009b0e9d294d25dde06437e41.tar.gz GT5-Unofficial-f02ee6da60a1c8f009b0e9d294d25dde06437e41.tar.bz2 GT5-Unofficial-f02ee6da60a1c8f009b0e9d294d25dde06437e41.zip |
New coil textures. Credit to GDCloud and BlueRaven. (#1170)
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
Diffstat (limited to 'src/main/resources/assets/gregtech/textures/blocks')
4 files changed, 2 insertions, 12 deletions
diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_ETERNAL.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_ETERNAL.png Binary files differindex 742a8717bf..b2332e480f 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_ETERNAL.png +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_ETERNAL.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_ETERNAL.png.mcmeta b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_ETERNAL.png.mcmeta index ce674fa692..6575dfcc65 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_ETERNAL.png.mcmeta +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_ETERNAL.png.mcmeta @@ -1,6 +1 @@ -{ - "animation": { - "frametime": 3, - "frames": [0,1,2,3,4,5,6,7,8] - } -} +{"animation": {"frametime": 3}} diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_HYPOGEN.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_HYPOGEN.png Binary files differindex acf82a69b1..fc373a0b6b 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_HYPOGEN.png +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_HYPOGEN.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_HYPOGEN.png.mcmeta b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_HYPOGEN.png.mcmeta index 2b44373763..a668e18a77 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_HYPOGEN.png.mcmeta +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_COIL_HYPOGEN.png.mcmeta @@ -1,6 +1 @@ -{ - "animation": { - "frametime": 1, - "frames": [0,1,2,3] - } -} +{"animation": {"frametime": 2}} |