From 630014111d1f444ceb5f0d24609685ad489bcc8a Mon Sep 17 00:00:00 2001 From: HypherionMC Date: Sun, 31 Jul 2022 21:57:00 +0200 Subject: [PATCH] Remove Unused Dev Files --- .../hyperlighting/models/block/torch/black_torch.json | 6 ------ .../hyperlighting/models/block/torch/black_wall_torch.json | 6 ------ .../assets/hyperlighting/models/block/torch/blue_torch.json | 6 ------ .../hyperlighting/models/block/torch/blue_wall_torch.json | 6 ------ .../hyperlighting/models/block/torch/brown_torch.json | 6 ------ .../hyperlighting/models/block/torch/brown_wall_torch.json | 6 ------ .../assets/hyperlighting/models/block/torch/cyan_torch.json | 6 ------ .../hyperlighting/models/block/torch/cyan_wall_torch.json | 6 ------ .../assets/hyperlighting/models/block/torch/gray_torch.json | 6 ------ .../hyperlighting/models/block/torch/gray_wall_torch.json | 6 ------ .../hyperlighting/models/block/torch/green_torch.json | 6 ------ .../hyperlighting/models/block/torch/green_wall_torch.json | 6 ------ .../hyperlighting/models/block/torch/light_blue_torch.json | 6 ------ .../models/block/torch/light_blue_wall_torch.json | 6 ------ .../hyperlighting/models/block/torch/light_gray_torch.json | 6 ------ .../models/block/torch/light_gray_wall_torch.json | 6 ------ .../assets/hyperlighting/models/block/torch/lime_torch.json | 6 ------ .../hyperlighting/models/block/torch/lime_wall_torch.json | 6 ------ .../hyperlighting/models/block/torch/magenta_torch.json | 6 ------ .../models/block/torch/magenta_wall_torch.json | 6 ------ .../hyperlighting/models/block/torch/orange_torch.json | 6 ------ .../hyperlighting/models/block/torch/orange_wall_torch.json | 6 ------ .../assets/hyperlighting/models/block/torch/pink_torch.json | 6 ------ .../hyperlighting/models/block/torch/pink_wall_torch.json | 6 ------ .../hyperlighting/models/block/torch/purple_torch.json | 6 ------ .../hyperlighting/models/block/torch/purple_wall_torch.json | 6 ------ .../assets/hyperlighting/models/block/torch/red_torch.json | 6 ------ .../hyperlighting/models/block/torch/red_wall_torch.json | 6 ------ .../hyperlighting/models/block/torch/white_torch.json | 6 ------ .../hyperlighting/models/block/torch/white_wall_torch.json | 6 ------ .../hyperlighting/models/block/torch/yellow_torch.json | 6 ------ .../hyperlighting/models/block/torch/yellow_wall_torch.json | 6 ------ .../assets/hyperlighting/models/item/torch/black_torch.json | 6 ------ .../assets/hyperlighting/models/item/torch/blue_torch.json | 6 ------ .../assets/hyperlighting/models/item/torch/brown_torch.json | 6 ------ .../assets/hyperlighting/models/item/torch/cyan_torch.json | 6 ------ .../assets/hyperlighting/models/item/torch/gray_torch.json | 6 ------ .../assets/hyperlighting/models/item/torch/green_torch.json | 6 ------ .../hyperlighting/models/item/torch/light_blue_torch.json | 6 ------ .../hyperlighting/models/item/torch/light_gray_torch.json | 6 ------ .../assets/hyperlighting/models/item/torch/lime_torch.json | 6 ------ .../hyperlighting/models/item/torch/magenta_torch.json | 6 ------ .../hyperlighting/models/item/torch/orange_torch.json | 6 ------ .../assets/hyperlighting/models/item/torch/pink_torch.json | 6 ------ .../hyperlighting/models/item/torch/purple_torch.json | 6 ------ .../assets/hyperlighting/models/item/torch/red_torch.json | 6 ------ .../assets/hyperlighting/models/item/torch/white_torch.json | 6 ------ .../hyperlighting/models/item/torch/yellow_torch.json | 6 ------ 48 files changed, 288 deletions(-) delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/black_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/black_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/blue_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/blue_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/brown_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/brown_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/cyan_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/cyan_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/gray_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/gray_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/green_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/green_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/light_blue_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/light_blue_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/light_gray_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/light_gray_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/lime_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/lime_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/magenta_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/magenta_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/orange_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/orange_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/pink_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/pink_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/purple_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/purple_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/red_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/red_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/white_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/white_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/yellow_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/block/torch/yellow_wall_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/black_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/blue_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/brown_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/cyan_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/gray_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/green_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/light_blue_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/light_gray_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/lime_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/magenta_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/orange_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/pink_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/purple_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/red_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/white_torch.json delete mode 100644 src/main/resources/assets/hyperlighting/models/item/torch/yellow_torch.json diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/black_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/black_torch.json deleted file mode 100644 index 81b04ee..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/black_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/black" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/black_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/black_wall_torch.json deleted file mode 100644 index 69ec297..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/black_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/black" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/blue_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/blue_torch.json deleted file mode 100644 index abde180..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/blue_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/blue" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/blue_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/blue_wall_torch.json deleted file mode 100644 index 3b4aa14..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/blue_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/blue" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/brown_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/brown_torch.json deleted file mode 100644 index 9d3641c..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/brown_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/brown" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/brown_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/brown_wall_torch.json deleted file mode 100644 index 1d54b82..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/brown_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/brown" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/cyan_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/cyan_torch.json deleted file mode 100644 index 6513927..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/cyan_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/cyan" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/cyan_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/cyan_wall_torch.json deleted file mode 100644 index f830ae8..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/cyan_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/cyan" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/gray_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/gray_torch.json deleted file mode 100644 index 063aa69..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/gray_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/gray" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/gray_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/gray_wall_torch.json deleted file mode 100644 index 5d608e5..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/gray_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/gray" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/green_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/green_torch.json deleted file mode 100644 index bb136b7..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/green_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/green" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/green_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/green_wall_torch.json deleted file mode 100644 index 4246c55..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/green_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/green" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/light_blue_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/light_blue_torch.json deleted file mode 100644 index 2f031d6..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/light_blue_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/light_blue" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/light_blue_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/light_blue_wall_torch.json deleted file mode 100644 index 3dbd9b0..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/light_blue_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/light_blue" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/light_gray_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/light_gray_torch.json deleted file mode 100644 index dc61201..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/light_gray_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/light_gray" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/light_gray_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/light_gray_wall_torch.json deleted file mode 100644 index d6406b1..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/light_gray_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/light_gray" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/lime_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/lime_torch.json deleted file mode 100644 index bf3b3c5..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/lime_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/lime" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/lime_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/lime_wall_torch.json deleted file mode 100644 index 51facad..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/lime_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/lime" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/magenta_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/magenta_torch.json deleted file mode 100644 index ae3e0cd..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/magenta_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/magenta" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/magenta_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/magenta_wall_torch.json deleted file mode 100644 index 7325ba4..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/magenta_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/magenta" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/orange_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/orange_torch.json deleted file mode 100644 index 56ff798..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/orange_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/orange" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/orange_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/orange_wall_torch.json deleted file mode 100644 index 7dd8e85..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/orange_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/orange" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/pink_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/pink_torch.json deleted file mode 100644 index 636705a..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/pink_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/pink" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/pink_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/pink_wall_torch.json deleted file mode 100644 index 14c35f1..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/pink_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/pink" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/purple_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/purple_torch.json deleted file mode 100644 index e33c38e..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/purple_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/purple" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/purple_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/purple_wall_torch.json deleted file mode 100644 index aa925c6..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/purple_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/purple" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/red_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/red_torch.json deleted file mode 100644 index e7e18a5..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/red_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/red" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/red_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/red_wall_torch.json deleted file mode 100644 index 91f6d19..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/red_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/red" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/white_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/white_torch.json deleted file mode 100644 index 0d40880..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/white_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/white" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/white_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/white_wall_torch.json deleted file mode 100644 index 6308cd3..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/white_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/white" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/yellow_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/yellow_torch.json deleted file mode 100644 index 64dc39c..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/yellow_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/yellow" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/block/torch/yellow_wall_torch.json b/src/main/resources/assets/hyperlighting/models/block/torch/yellow_wall_torch.json deleted file mode 100644 index fffd518..0000000 --- a/src/main/resources/assets/hyperlighting/models/block/torch/yellow_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_wall_base", - "textures": { - "2": "hyperlighting:block/torch/color/yellow" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/black_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/black_torch.json deleted file mode 100644 index 81b04ee..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/black_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/black" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/blue_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/blue_torch.json deleted file mode 100644 index abde180..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/blue_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/blue" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/brown_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/brown_torch.json deleted file mode 100644 index 9d3641c..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/brown_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/brown" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/cyan_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/cyan_torch.json deleted file mode 100644 index 6513927..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/cyan_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/cyan" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/gray_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/gray_torch.json deleted file mode 100644 index 063aa69..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/gray_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/gray" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/green_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/green_torch.json deleted file mode 100644 index bb136b7..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/green_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/green" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/light_blue_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/light_blue_torch.json deleted file mode 100644 index 2f031d6..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/light_blue_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/light_blue" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/light_gray_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/light_gray_torch.json deleted file mode 100644 index dc61201..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/light_gray_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/light_gray" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/lime_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/lime_torch.json deleted file mode 100644 index bf3b3c5..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/lime_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/lime" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/magenta_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/magenta_torch.json deleted file mode 100644 index ae3e0cd..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/magenta_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/magenta" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/orange_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/orange_torch.json deleted file mode 100644 index 56ff798..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/orange_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/orange" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/pink_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/pink_torch.json deleted file mode 100644 index 636705a..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/pink_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/pink" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/purple_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/purple_torch.json deleted file mode 100644 index e33c38e..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/purple_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/purple" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/red_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/red_torch.json deleted file mode 100644 index e7e18a5..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/red_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/red" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/white_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/white_torch.json deleted file mode 100644 index 0d40880..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/white_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/white" - } -} diff --git a/src/main/resources/assets/hyperlighting/models/item/torch/yellow_torch.json b/src/main/resources/assets/hyperlighting/models/item/torch/yellow_torch.json deleted file mode 100644 index 64dc39c..0000000 --- a/src/main/resources/assets/hyperlighting/models/item/torch/yellow_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "hyperlighting:block/torch_base", - "textures": { - "1": "hyperlighting:block/torch/color/yellow" - } -}