diff --git a/src/main/resources/data/c/tags/blocks/dyed/black.json b/src/main/resources/data/c/tags/blocks/dyed/black.json new file mode 100644 index 0000000..703f18a --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/black.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:black_stained_glass_slab", + "mo_glass:black_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/blue.json b/src/main/resources/data/c/tags/blocks/dyed/blue.json new file mode 100644 index 0000000..107fc58 --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/blue.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:blue_stained_glass_slab", + "mo_glass:blue_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/brown.json b/src/main/resources/data/c/tags/blocks/dyed/brown.json new file mode 100644 index 0000000..c7eda47 --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/brown.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:brown_stained_glass_slab", + "mo_glass:brown_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/cyan.json b/src/main/resources/data/c/tags/blocks/dyed/cyan.json new file mode 100644 index 0000000..046b4aa --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/cyan.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:cyan_stained_glass_slab", + "mo_glass:cyan_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/gray.json b/src/main/resources/data/c/tags/blocks/dyed/gray.json new file mode 100644 index 0000000..c70058d --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/gray.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:gray_stained_glass_slab", + "mo_glass:gray_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/green.json b/src/main/resources/data/c/tags/blocks/dyed/green.json new file mode 100644 index 0000000..a449faf --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/green.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:green_stained_glass_slab", + "mo_glass:green_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/light_blue.json b/src/main/resources/data/c/tags/blocks/dyed/light_blue.json new file mode 100644 index 0000000..2b5e2e3 --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/light_blue.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:light_blue_stained_glass_slab", + "mo_glass:light_blue_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/light_gray.json b/src/main/resources/data/c/tags/blocks/dyed/light_gray.json new file mode 100644 index 0000000..40bc94b --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/light_gray.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:light_gray_stained_glass_slab", + "mo_glass:light_gray_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/lime.json b/src/main/resources/data/c/tags/blocks/dyed/lime.json new file mode 100644 index 0000000..13e2470 --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/lime.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:lime_stained_glass_slab", + "mo_glass:lime_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/magenta.json b/src/main/resources/data/c/tags/blocks/dyed/magenta.json new file mode 100644 index 0000000..b23400e --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/magenta.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:magenta_stained_glass_slab", + "mo_glass:magenta_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/orange.json b/src/main/resources/data/c/tags/blocks/dyed/orange.json new file mode 100644 index 0000000..643b8ec --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/orange.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:orange_stained_glass_slab", + "mo_glass:orange_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/pink.json b/src/main/resources/data/c/tags/blocks/dyed/pink.json new file mode 100644 index 0000000..759882a --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/pink.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:pink_stained_glass_slab", + "mo_glass:pink_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/purple.json b/src/main/resources/data/c/tags/blocks/dyed/purple.json new file mode 100644 index 0000000..23faa44 --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/purple.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:purple_stained_glass_slab", + "mo_glass:purple_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/red.json b/src/main/resources/data/c/tags/blocks/dyed/red.json new file mode 100644 index 0000000..ff419b2 --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/red.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:red_stained_glass_slab", + "mo_glass:red_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/white.json b/src/main/resources/data/c/tags/blocks/dyed/white.json new file mode 100644 index 0000000..8f894a9 --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/white.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:white_stained_glass_slab", + "mo_glass:white_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/blocks/dyed/yellow.json b/src/main/resources/data/c/tags/blocks/dyed/yellow.json new file mode 100644 index 0000000..32cf59a --- /dev/null +++ b/src/main/resources/data/c/tags/blocks/dyed/yellow.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:yellow_stained_glass_slab", + "mo_glass:yellow_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/black_glass.json b/src/main/resources/data/c/tags/items/black_glass.json deleted file mode 100644 index f6f0840..0000000 --- a/src/main/resources/data/c/tags/items/black_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:black_glass_blocks", - "#c:black_glass_panes", - "#c:black_glass_slabs", - "#c:black_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/blue_glass.json b/src/main/resources/data/c/tags/items/blue_glass.json deleted file mode 100644 index a1ee5be..0000000 --- a/src/main/resources/data/c/tags/items/blue_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:blue_glass_blocks", - "#c:blue_glass_panes", - "#c:blue_glass_slabs", - "#c:blue_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/brown_glass.json b/src/main/resources/data/c/tags/items/brown_glass.json deleted file mode 100644 index 1bc2d27..0000000 --- a/src/main/resources/data/c/tags/items/brown_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:brown_glass_blocks", - "#c:brown_glass_panes", - "#c:brown_glass_slabs", - "#c:brown_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/clear_glass.json b/src/main/resources/data/c/tags/items/clear_glass.json deleted file mode 100644 index f8160f6..0000000 --- a/src/main/resources/data/c/tags/items/clear_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:clear_glass_blocks", - "#c:clear_glass_panes", - "#c:clear_glass_slabs", - "#c:clear_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/colored_glass.json b/src/main/resources/data/c/tags/items/colored_glass.json deleted file mode 100644 index d002233..0000000 --- a/src/main/resources/data/c/tags/items/colored_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:colored_glass_blocks", - "#c:colored_glass_panes", - "#c:colored_glass_slabs", - "#c:colored_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/cyan_glass.json b/src/main/resources/data/c/tags/items/cyan_glass.json deleted file mode 100644 index 5c259f7..0000000 --- a/src/main/resources/data/c/tags/items/cyan_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:cyan_glass_blocks", - "#c:cyan_glass_panes", - "#c:cyan_glass_slabs", - "#c:cyan_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dark_glass.json b/src/main/resources/data/c/tags/items/dark_glass.json deleted file mode 100644 index 76a9591..0000000 --- a/src/main/resources/data/c/tags/items/dark_glass.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dark_glass_blocks", - "#c:dark_glass_slabs", - "#c:dark_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/black.json b/src/main/resources/data/c/tags/items/dyed/black.json new file mode 100644 index 0000000..703f18a --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/black.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:black_stained_glass_slab", + "mo_glass:black_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/blue.json b/src/main/resources/data/c/tags/items/dyed/blue.json new file mode 100644 index 0000000..107fc58 --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/blue.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:blue_stained_glass_slab", + "mo_glass:blue_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/brown.json b/src/main/resources/data/c/tags/items/dyed/brown.json new file mode 100644 index 0000000..c7eda47 --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/brown.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:brown_stained_glass_slab", + "mo_glass:brown_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/cyan.json b/src/main/resources/data/c/tags/items/dyed/cyan.json new file mode 100644 index 0000000..046b4aa --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/cyan.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:cyan_stained_glass_slab", + "mo_glass:cyan_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/gray.json b/src/main/resources/data/c/tags/items/dyed/gray.json new file mode 100644 index 0000000..c70058d --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/gray.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:gray_stained_glass_slab", + "mo_glass:gray_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/green.json b/src/main/resources/data/c/tags/items/dyed/green.json new file mode 100644 index 0000000..a449faf --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/green.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:green_stained_glass_slab", + "mo_glass:green_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/light_blue.json b/src/main/resources/data/c/tags/items/dyed/light_blue.json new file mode 100644 index 0000000..2b5e2e3 --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/light_blue.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:light_blue_stained_glass_slab", + "mo_glass:light_blue_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/light_gray.json b/src/main/resources/data/c/tags/items/dyed/light_gray.json new file mode 100644 index 0000000..40bc94b --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/light_gray.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:light_gray_stained_glass_slab", + "mo_glass:light_gray_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/lime.json b/src/main/resources/data/c/tags/items/dyed/lime.json new file mode 100644 index 0000000..13e2470 --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/lime.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:lime_stained_glass_slab", + "mo_glass:lime_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/magenta.json b/src/main/resources/data/c/tags/items/dyed/magenta.json new file mode 100644 index 0000000..b23400e --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/magenta.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:magenta_stained_glass_slab", + "mo_glass:magenta_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/orange.json b/src/main/resources/data/c/tags/items/dyed/orange.json new file mode 100644 index 0000000..643b8ec --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/orange.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:orange_stained_glass_slab", + "mo_glass:orange_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/pink.json b/src/main/resources/data/c/tags/items/dyed/pink.json new file mode 100644 index 0000000..759882a --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/pink.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:pink_stained_glass_slab", + "mo_glass:pink_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/purple.json b/src/main/resources/data/c/tags/items/dyed/purple.json new file mode 100644 index 0000000..23faa44 --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/purple.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:purple_stained_glass_slab", + "mo_glass:purple_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/red.json b/src/main/resources/data/c/tags/items/dyed/red.json new file mode 100644 index 0000000..ff419b2 --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/red.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:red_stained_glass_slab", + "mo_glass:red_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/white.json b/src/main/resources/data/c/tags/items/dyed/white.json new file mode 100644 index 0000000..8f894a9 --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/white.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:white_stained_glass_slab", + "mo_glass:white_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/dyed/yellow.json b/src/main/resources/data/c/tags/items/dyed/yellow.json new file mode 100644 index 0000000..32cf59a --- /dev/null +++ b/src/main/resources/data/c/tags/items/dyed/yellow.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mo_glass:yellow_stained_glass_slab", + "mo_glass:yellow_stained_glass_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/glass.json b/src/main/resources/data/c/tags/items/glass.json deleted file mode 100644 index b6c1a4a..0000000 --- a/src/main/resources/data/c/tags/items/glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:glass_blocks", - "#c:glass_panes", - "#c:glass_slabs", - "#c:glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/glass_blocks.json b/src/main/resources/data/c/tags/items/glass_blocks.json index 424074a..9c67d4e 100644 --- a/src/main/resources/data/c/tags/items/glass_blocks.json +++ b/src/main/resources/data/c/tags/items/glass_blocks.json @@ -2,7 +2,7 @@ "replace": false, "values": [ "#c:clear_glass_blocks", - "#c:colored_glass_blocks", - "#c:dark_glass_blocks" + "#c:stained_glass_blocks", + "#c:tinted_glass_blocks" ] } \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/glass_panes.json b/src/main/resources/data/c/tags/items/glass_panes.json index 7b25bb4..c4e1d06 100644 --- a/src/main/resources/data/c/tags/items/glass_panes.json +++ b/src/main/resources/data/c/tags/items/glass_panes.json @@ -2,6 +2,6 @@ "replace": false, "values": [ "#c:clear_glass_panes", - "#c:colored_glass_panes" + "#c:stained_glass_panes" ] } \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/gray_glass.json b/src/main/resources/data/c/tags/items/gray_glass.json deleted file mode 100644 index 16de7a4..0000000 --- a/src/main/resources/data/c/tags/items/gray_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:gray_glass_blocks", - "#c:gray_glass_panes", - "#c:gray_glass_slabs", - "#c:gray_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/green_glass.json b/src/main/resources/data/c/tags/items/green_glass.json deleted file mode 100644 index cb17b4b..0000000 --- a/src/main/resources/data/c/tags/items/green_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:green_glass_blocks", - "#c:green_glass_panes", - "#c:green_glass_slabs", - "#c:green_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/light_blue_glass.json b/src/main/resources/data/c/tags/items/light_blue_glass.json deleted file mode 100644 index e1927c3..0000000 --- a/src/main/resources/data/c/tags/items/light_blue_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:light_blue_glass_blocks", - "#c:light_blue_glass_panes", - "#c:light_blue_glass_slabs", - "#c:light_blue_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/light_gray_glass.json b/src/main/resources/data/c/tags/items/light_gray_glass.json deleted file mode 100644 index 574f0e1..0000000 --- a/src/main/resources/data/c/tags/items/light_gray_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:light_gray_glass_blocks", - "#c:light_gray_glass_panes", - "#c:light_gray_glass_slabs", - "#c:light_gray_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/lime_glass.json b/src/main/resources/data/c/tags/items/lime_glass.json deleted file mode 100644 index cf1374d..0000000 --- a/src/main/resources/data/c/tags/items/lime_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:lime_glass_blocks", - "#c:lime_glass_panes", - "#c:lime_glass_slabs", - "#c:lime_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/magenta_glass.json b/src/main/resources/data/c/tags/items/magenta_glass.json deleted file mode 100644 index 95bba04..0000000 --- a/src/main/resources/data/c/tags/items/magenta_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:magenta_glass_blocks", - "#c:magenta_glass_panes", - "#c:magenta_glass_slabs", - "#c:magenta_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/orange_glass.json b/src/main/resources/data/c/tags/items/orange_glass.json deleted file mode 100644 index f628b77..0000000 --- a/src/main/resources/data/c/tags/items/orange_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:orange_glass_blocks", - "#c:orange_glass_panes", - "#c:orange_glass_slabs", - "#c:orange_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/pink_glass.json b/src/main/resources/data/c/tags/items/pink_glass.json deleted file mode 100644 index 2859434..0000000 --- a/src/main/resources/data/c/tags/items/pink_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:pink_glass_blocks", - "#c:pink_glass_panes", - "#c:pink_glass_slabs", - "#c:pink_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/purple_glass.json b/src/main/resources/data/c/tags/items/purple_glass.json deleted file mode 100644 index 681e997..0000000 --- a/src/main/resources/data/c/tags/items/purple_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:purple_glass_blocks", - "#c:purple_glass_panes", - "#c:purple_glass_slabs", - "#c:purple_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/red_glass.json b/src/main/resources/data/c/tags/items/red_glass.json deleted file mode 100644 index 9e57508..0000000 --- a/src/main/resources/data/c/tags/items/red_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:red_glass_blocks", - "#c:red_glass_panes", - "#c:red_glass_slabs", - "#c:red_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/colored_glass_blocks.json b/src/main/resources/data/c/tags/items/stained_glass_blocks.json similarity index 100% rename from src/main/resources/data/c/tags/items/colored_glass_blocks.json rename to src/main/resources/data/c/tags/items/stained_glass_blocks.json diff --git a/src/main/resources/data/c/tags/items/colored_glass_panes.json b/src/main/resources/data/c/tags/items/stained_glass_panes.json similarity index 100% rename from src/main/resources/data/c/tags/items/colored_glass_panes.json rename to src/main/resources/data/c/tags/items/stained_glass_panes.json diff --git a/src/main/resources/data/c/tags/items/colored_glass_slabs.json b/src/main/resources/data/c/tags/items/stained_glass_slabs.json similarity index 100% rename from src/main/resources/data/c/tags/items/colored_glass_slabs.json rename to src/main/resources/data/c/tags/items/stained_glass_slabs.json diff --git a/src/main/resources/data/c/tags/items/colored_glass_stairs.json b/src/main/resources/data/c/tags/items/stained_glass_stairs.json similarity index 100% rename from src/main/resources/data/c/tags/items/colored_glass_stairs.json rename to src/main/resources/data/c/tags/items/stained_glass_stairs.json diff --git a/src/main/resources/data/c/tags/items/dark_glass_blocks.json b/src/main/resources/data/c/tags/items/tinted_glass_blocks.json similarity index 100% rename from src/main/resources/data/c/tags/items/dark_glass_blocks.json rename to src/main/resources/data/c/tags/items/tinted_glass_blocks.json diff --git a/src/main/resources/data/c/tags/items/dark_glass_slabs.json b/src/main/resources/data/c/tags/items/tinted_glass_slabs.json similarity index 100% rename from src/main/resources/data/c/tags/items/dark_glass_slabs.json rename to src/main/resources/data/c/tags/items/tinted_glass_slabs.json diff --git a/src/main/resources/data/c/tags/items/dark_glass_stairs.json b/src/main/resources/data/c/tags/items/tinted_glass_stairs.json similarity index 100% rename from src/main/resources/data/c/tags/items/dark_glass_stairs.json rename to src/main/resources/data/c/tags/items/tinted_glass_stairs.json diff --git a/src/main/resources/data/c/tags/items/white_glass.json b/src/main/resources/data/c/tags/items/white_glass.json deleted file mode 100644 index 15772d2..0000000 --- a/src/main/resources/data/c/tags/items/white_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:white_glass_blocks", - "#c:white_glass_panes", - "#c:white_glass_slabs", - "#c:white_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/c/tags/items/yellow_glass.json b/src/main/resources/data/c/tags/items/yellow_glass.json deleted file mode 100644 index aff9fee..0000000 --- a/src/main/resources/data/c/tags/items/yellow_glass.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:yellow_glass_blocks", - "#c:yellow_glass_panes", - "#c:yellow_glass_slabs", - "#c:yellow_glass_stairs" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/mo_glass/tags/items/glass_slabs.json b/src/main/resources/data/mo_glass/tags/items/glass_slabs.json index fbe55f2..f80560f 100644 --- a/src/main/resources/data/mo_glass/tags/items/glass_slabs.json +++ b/src/main/resources/data/mo_glass/tags/items/glass_slabs.json @@ -2,7 +2,7 @@ "replace": false, "values": [ "mo_glass:glass_slab", - "#mo_glass:colored_glass_slabs", + "#mo_glass:stained_glass_slabs", "mo_glass:tinted_glass_slab" ] } \ No newline at end of file diff --git a/src/main/resources/data/mo_glass/tags/items/glass_stairs.json b/src/main/resources/data/mo_glass/tags/items/glass_stairs.json index 117fc8b..838389b 100644 --- a/src/main/resources/data/mo_glass/tags/items/glass_stairs.json +++ b/src/main/resources/data/mo_glass/tags/items/glass_stairs.json @@ -2,7 +2,7 @@ "replace": false, "values": [ "mo_glass:glass_stairs", - "#mo_glass:colored_glass_stairs", + "#mo_glass:stained_glass_stairs", "mo_glass:tinted_glass_stairs" ] } \ No newline at end of file diff --git a/src/main/resources/data/mo_glass/tags/items/colored_glass_slabs.json b/src/main/resources/data/mo_glass/tags/items/stained_glass_slabs.json similarity index 100% rename from src/main/resources/data/mo_glass/tags/items/colored_glass_slabs.json rename to src/main/resources/data/mo_glass/tags/items/stained_glass_slabs.json diff --git a/src/main/resources/data/mo_glass/tags/items/colored_glass_stairs.json b/src/main/resources/data/mo_glass/tags/items/stained_glass_stairs.json similarity index 100% rename from src/main/resources/data/mo_glass/tags/items/colored_glass_stairs.json rename to src/main/resources/data/mo_glass/tags/items/stained_glass_stairs.json