diff options
author | Léa Gris <lea.gris@noiraude.net> | 2021-05-06 15:07:22 +0200 |
---|---|---|
committer | Léa Gris <lea.gris@noiraude.net> | 2021-05-21 13:38:33 +0200 |
commit | 3c45b88fecb0a429f8d777d9ffe486ff6104a893 (patch) | |
tree | 8e3deb323b55863c57b802af41e23fa9c729d1e2 /src/main/resources/assets/gregtech/textures/blocks | |
parent | bc60f1ccba587198aaf0e316cc5b1d4ff301aa3d (diff) | |
download | GT5-Unofficial-3c45b88fecb0a429f8d777d9ffe486ff6104a893.tar.gz GT5-Unofficial-3c45b88fecb0a429f8d777d9ffe486ff6104a893.tar.bz2 GT5-Unofficial-3c45b88fecb0a429f8d777d9ffe486ff6104a893.zip |
feat(render): active replicator front glow
Diffstat (limited to 'src/main/resources/assets/gregtech/textures/blocks')
4 files changed, 6 insertions, 5 deletions
diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_REPLICATOR_ACTIVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_REPLICATOR_ACTIVE.png Binary files differindex 32f1bf2713..c259006a11 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_REPLICATOR_ACTIVE.png +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_REPLICATOR_ACTIVE.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_REPLICATOR_ACTIVE.png.mcmeta b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_REPLICATOR_ACTIVE.png.mcmeta deleted file mode 100644 index 24f9c2fae3..0000000000 --- a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_REPLICATOR_ACTIVE.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 1 - } -} diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_REPLICATOR_ACTIVE_GLOW.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_REPLICATOR_ACTIVE_GLOW.png Binary files differnew file mode 100644 index 0000000000..c67b898167 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_REPLICATOR_ACTIVE_GLOW.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_REPLICATOR_ACTIVE_GLOW.png.mcmeta b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_REPLICATOR_ACTIVE_GLOW.png.mcmeta new file mode 100644 index 0000000000..26bb55e207 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_REPLICATOR_ACTIVE_GLOW.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 1 + } +} + |