diff options
author | Technus <daniel112092@gmail.com> | 2017-03-31 18:58:16 +0200 |
---|---|---|
committer | Technus <daniel112092@gmail.com> | 2017-03-31 18:58:16 +0200 |
commit | 667f75eb88f21acd4dd1742200afac8d1acbb63e (patch) | |
tree | e8bbb68598d55450c4877001e4974a9a84a69d00 /src/main/resources | |
parent | bd363451d14e99e748c78408c60d97d3c030d096 (diff) | |
download | GT5-Unofficial-667f75eb88f21acd4dd1742200afac8d1acbb63e.tar.gz GT5-Unofficial-667f75eb88f21acd4dd1742200afac8d1acbb63e.tar.bz2 GT5-Unofficial-667f75eb88f21acd4dd1742200afac8d1acbb63e.zip |
Some unused resources and minor fix.
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_BAR.png | bin | 1166 -> 1166 bytes | |||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_BAR_ACTIVE.png | bin | 0 -> 16790 bytes | |||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_BAR_ACTIVE.png.mcmeta | 5 | ||||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_CANDY_ACTIVE.png | bin | 0 -> 4286 bytes | |||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_CANDY_ACTIVE.png.mcmeta | 5 |
5 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_BAR.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_BAR.png Binary files differindex b555f62ec8..34bb4464d0 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_BAR.png +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_BAR.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_BAR_ACTIVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_BAR_ACTIVE.png Binary files differnew file mode 100644 index 0000000000..53faf7d37c --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_BAR_ACTIVE.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_BAR_ACTIVE.png.mcmeta b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_BAR_ACTIVE.png.mcmeta new file mode 100644 index 0000000000..97596ba817 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_BAR_ACTIVE.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime":2 + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_CANDY_ACTIVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_CANDY_ACTIVE.png Binary files differnew file mode 100644 index 0000000000..bb123c5e6e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_CANDY_ACTIVE.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_CANDY_ACTIVE.png.mcmeta b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_CANDY_ACTIVE.png.mcmeta new file mode 100644 index 0000000000..97596ba817 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_CANDY_ACTIVE.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime":2 + } +}
\ No newline at end of file |