From f178b1431113bf7925ec5d75da29a14529b2efb0 Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Thu, 25 Jun 2020 18:01:02 +0200 Subject: [PATCH] Fix models with missing frames Those models are not needed to show the animation of the overlayed texture. --- assets/minecraft/textures/block/beacon.png.mcmeta | 7 ------- assets/minecraft/textures/block/structure_block.png.mcmeta | 6 ------ .../textures/block/structure_block_corner.png.mcmeta | 6 ------ .../textures/block/structure_block_data.png.mcmeta | 6 ------ .../textures/block/structure_block_load.png.mcmeta | 6 ------ .../textures/block/structure_block_save.png.mcmeta | 6 ------ assets/minecraft/textures/item/ender_eye.png.mcmeta | 7 ------- assets/minecraft/textures/item/ender_pearl.png.mcmeta | 7 ------- assets/minecraft/textures/item/phantom_membrane.png.mcmeta | 7 ------- assets/minecraft/textures/item/potion_overlay.png.mcmeta | 7 ------- assets/minecraft/textures/item/totem_of_undying.png.mcmeta | 7 ------- 11 files changed, 72 deletions(-) delete mode 100644 assets/minecraft/textures/block/beacon.png.mcmeta delete mode 100644 assets/minecraft/textures/block/structure_block.png.mcmeta delete mode 100644 assets/minecraft/textures/block/structure_block_corner.png.mcmeta delete mode 100644 assets/minecraft/textures/block/structure_block_data.png.mcmeta delete mode 100644 assets/minecraft/textures/block/structure_block_load.png.mcmeta delete mode 100644 assets/minecraft/textures/block/structure_block_save.png.mcmeta delete mode 100644 assets/minecraft/textures/item/ender_eye.png.mcmeta delete mode 100644 assets/minecraft/textures/item/ender_pearl.png.mcmeta delete mode 100644 assets/minecraft/textures/item/phantom_membrane.png.mcmeta delete mode 100644 assets/minecraft/textures/item/potion_overlay.png.mcmeta delete mode 100644 assets/minecraft/textures/item/totem_of_undying.png.mcmeta diff --git a/assets/minecraft/textures/block/beacon.png.mcmeta b/assets/minecraft/textures/block/beacon.png.mcmeta deleted file mode 100644 index f08f462..0000000 --- a/assets/minecraft/textures/block/beacon.png.mcmeta +++ /dev/null @@ -1,7 +0,0 @@ -{ - "animation": { - "frametime": 100, - "interpolate": true, - "frames": [0, 1, 2, 3, 4, 5] - } -} diff --git a/assets/minecraft/textures/block/structure_block.png.mcmeta b/assets/minecraft/textures/block/structure_block.png.mcmeta deleted file mode 100644 index 2486f07..0000000 --- a/assets/minecraft/textures/block/structure_block.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "interpolate": false, - "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] - } -} diff --git a/assets/minecraft/textures/block/structure_block_corner.png.mcmeta b/assets/minecraft/textures/block/structure_block_corner.png.mcmeta deleted file mode 100644 index 2486f07..0000000 --- a/assets/minecraft/textures/block/structure_block_corner.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "interpolate": false, - "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] - } -} diff --git a/assets/minecraft/textures/block/structure_block_data.png.mcmeta b/assets/minecraft/textures/block/structure_block_data.png.mcmeta deleted file mode 100644 index 2486f07..0000000 --- a/assets/minecraft/textures/block/structure_block_data.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "interpolate": false, - "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] - } -} diff --git a/assets/minecraft/textures/block/structure_block_load.png.mcmeta b/assets/minecraft/textures/block/structure_block_load.png.mcmeta deleted file mode 100644 index 2486f07..0000000 --- a/assets/minecraft/textures/block/structure_block_load.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "interpolate": false, - "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] - } -} diff --git a/assets/minecraft/textures/block/structure_block_save.png.mcmeta b/assets/minecraft/textures/block/structure_block_save.png.mcmeta deleted file mode 100644 index 2486f07..0000000 --- a/assets/minecraft/textures/block/structure_block_save.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "interpolate": false, - "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] - } -} diff --git a/assets/minecraft/textures/item/ender_eye.png.mcmeta b/assets/minecraft/textures/item/ender_eye.png.mcmeta deleted file mode 100644 index 45589dc..0000000 --- a/assets/minecraft/textures/item/ender_eye.png.mcmeta +++ /dev/null @@ -1,7 +0,0 @@ -{ - "animation": { - "frametime": 3, - "interpolate": false, - "frames": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] - } -} diff --git a/assets/minecraft/textures/item/ender_pearl.png.mcmeta b/assets/minecraft/textures/item/ender_pearl.png.mcmeta deleted file mode 100644 index b0524f6..0000000 --- a/assets/minecraft/textures/item/ender_pearl.png.mcmeta +++ /dev/null @@ -1,7 +0,0 @@ -{ - "animation": { - "frametime": 3, - "interpolate": false, - "frames": [0, 1, 2, 3] - } -} diff --git a/assets/minecraft/textures/item/phantom_membrane.png.mcmeta b/assets/minecraft/textures/item/phantom_membrane.png.mcmeta deleted file mode 100644 index 1f8e6d9..0000000 --- a/assets/minecraft/textures/item/phantom_membrane.png.mcmeta +++ /dev/null @@ -1,7 +0,0 @@ -{ - "animation": { - "frametime": 3, - "interpolate": false, - "frames": [0, 1, 2] - } -} diff --git a/assets/minecraft/textures/item/potion_overlay.png.mcmeta b/assets/minecraft/textures/item/potion_overlay.png.mcmeta deleted file mode 100644 index 2c82547..0000000 --- a/assets/minecraft/textures/item/potion_overlay.png.mcmeta +++ /dev/null @@ -1,7 +0,0 @@ -{ - "animation": { - "frametime": 3, - "interpolate": false, - "frames": [0, 1, 2, 3, 4, 5] - } -} diff --git a/assets/minecraft/textures/item/totem_of_undying.png.mcmeta b/assets/minecraft/textures/item/totem_of_undying.png.mcmeta deleted file mode 100644 index f08f462..0000000 --- a/assets/minecraft/textures/item/totem_of_undying.png.mcmeta +++ /dev/null @@ -1,7 +0,0 @@ -{ - "animation": { - "frametime": 100, - "interpolate": true, - "frames": [0, 1, 2, 3, 4, 5] - } -}