From c1c3120825bba6c7a31765cea8d24e85f0fee288 Mon Sep 17 00:00:00 2001 From: Andrew-71 Date: Sat, 16 Sep 2023 14:52:16 +0300 Subject: [PATCH 1/8] Move door models & blockstates to Datagen --- .../blockstates/chiseled_birch_door.json | 0 .../blockstates/chiseled_mangrove_door.json | 0 .../blockstates/chiseled_oak_door.json | 0 .../blockstates/chiseled_spruce_door.json | 0 .../chiseled_birch_door_bottom_left.json | 7 ++++ .../chiseled_birch_door_bottom_left_open.json | 7 ++++ .../chiseled_birch_door_bottom_right.json | 7 ++++ ...chiseled_birch_door_bottom_right_open.json | 7 ++++ .../block/chiseled_birch_door_top_left.json | 7 ++++ .../chiseled_birch_door_top_left_open.json | 7 ++++ .../block/chiseled_birch_door_top_right.json | 7 ++++ .../chiseled_birch_door_top_right_open.json | 7 ++++ .../chiseled_mangrove_door_bottom_left.json | 7 ++++ ...iseled_mangrove_door_bottom_left_open.json | 7 ++++ .../chiseled_mangrove_door_bottom_right.json | 7 ++++ ...seled_mangrove_door_bottom_right_open.json | 7 ++++ .../chiseled_mangrove_door_top_left.json | 7 ++++ .../chiseled_mangrove_door_top_left_open.json | 7 ++++ .../chiseled_mangrove_door_top_right.json | 7 ++++ ...chiseled_mangrove_door_top_right_open.json | 7 ++++ .../block/chiseled_oak_door_bottom_left.json | 7 ++++ .../chiseled_oak_door_bottom_left_open.json | 7 ++++ .../block/chiseled_oak_door_bottom_right.json | 7 ++++ .../chiseled_oak_door_bottom_right_open.json | 7 ++++ .../block/chiseled_oak_door_top_left.json | 7 ++++ .../chiseled_oak_door_top_left_open.json | 7 ++++ .../block/chiseled_oak_door_top_right.json | 7 ++++ .../chiseled_oak_door_top_right_open.json | 7 ++++ .../chiseled_spruce_door_bottom_left.json | 7 ++++ ...chiseled_spruce_door_bottom_left_open.json | 7 ++++ .../chiseled_spruce_door_bottom_right.json | 7 ++++ ...hiseled_spruce_door_bottom_right_open.json | 7 ++++ .../block/chiseled_spruce_door_top_left.json | 7 ++++ .../chiseled_spruce_door_top_left_open.json | 7 ++++ .../block/chiseled_spruce_door_top_right.json | 7 ++++ .../chiseled_spruce_door_top_right_open.json | 7 ++++ .../models/item/chiseled_birch_door.json | 2 +- .../models/item/chiseled_mangrove_door.json | 2 +- .../models/item/chiseled_oak_door.json | 2 +- .../models/item/chiseled_spruce_door.json | 2 +- .../new_soviet/tags/blocks/post_lamps.json | 9 ++++++ .../su/a71/new_soviet/DataGeneration.java | 30 ++++++++++++++++-- .../NSE_ToolMaterials.java | 2 +- .../new_soviet/registration/NSE_Items.java | 2 +- .../chiseled_birch_door_bottom_left.json | 7 ---- .../chiseled_birch_door_bottom_left_open.json | 7 ---- .../chiseled_birch_door_bottom_right.json | 7 ---- ...chiseled_birch_door_bottom_right_open.json | 7 ---- .../block/chiseled_birch_door_top_left.json | 7 ---- .../chiseled_birch_door_top_left_open.json | 7 ---- .../block/chiseled_birch_door_top_right.json | 7 ---- .../chiseled_birch_door_top_right_open.json | 7 ---- .../chiseled_mangrove_door_bottom_left.json | 7 ---- ...iseled_mangrove_door_bottom_left_open.json | 7 ---- .../chiseled_mangrove_door_bottom_right.json | 7 ---- ...seled_mangrove_door_bottom_right_open.json | 7 ---- .../chiseled_mangrove_door_top_left.json | 7 ---- .../chiseled_mangrove_door_top_left_open.json | 7 ---- .../chiseled_mangrove_door_top_right.json | 7 ---- ...chiseled_mangrove_door_top_right_open.json | 7 ---- .../block/chiseled_oak_door_bottom_left.json | 7 ---- .../chiseled_oak_door_bottom_left_open.json | 7 ---- .../block/chiseled_oak_door_bottom_right.json | 7 ---- .../chiseled_oak_door_bottom_right_open.json | 7 ---- .../block/chiseled_oak_door_top_left.json | 7 ---- .../chiseled_oak_door_top_left_open.json | 7 ---- .../block/chiseled_oak_door_top_right.json | 7 ---- .../chiseled_oak_door_top_right_open.json | 7 ---- .../chiseled_spruce_door_bottom_left.json | 7 ---- ...chiseled_spruce_door_bottom_left_open.json | 7 ---- .../chiseled_spruce_door_bottom_right.json | 7 ---- ...hiseled_spruce_door_bottom_right_open.json | 7 ---- .../block/chiseled_spruce_door_top_left.json | 7 ---- .../chiseled_spruce_door_top_left_open.json | 7 ---- .../block/chiseled_spruce_door_top_right.json | 7 ---- .../chiseled_spruce_door_top_right_open.json | 7 ---- .../block/doors/chiseled_birch_door_lower.png | Bin 371 -> 0 bytes ..._upper.png => chiseled_birch_door_top.png} | Bin ....png => chiseled_mangrove_door_bottom.png} | Bin ...per.png => chiseled_mangrove_door_top.png} | Bin ...lower.png => chiseled_oak_door_bottom.png} | Bin ...or_upper.png => chiseled_oak_door_top.png} | Bin ...er.png => chiseled_spruce_door_bottom.png} | Bin ...upper.png => chiseled_spruce_door_top.png} | Bin ...nce_lower.png => door_entrance_bottom.png} | Bin ...trance_upper.png => door_entrance_top.png} | Bin ...front1_lower.png => door_front_bottom.png} | Bin ...or_front1_upper.png => door_front_top.png} | Bin 88 files changed, 266 insertions(+), 233 deletions(-) rename src/main/{resources => generated}/assets/new_soviet/blockstates/chiseled_birch_door.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/chiseled_mangrove_door.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/chiseled_oak_door.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/chiseled_spruce_door.json (100%) create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_left.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_left_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_right.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_right_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_left.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_left_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_right.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_right_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_left.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_left_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_right.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_right_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_left.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_left_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_right.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_right_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_left.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_left_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_right.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_right_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_left.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_left_open.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_right.json create mode 100644 src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_right_open.json rename src/main/{resources => generated}/assets/new_soviet/models/item/chiseled_birch_door.json (52%) rename src/main/{resources => generated}/assets/new_soviet/models/item/chiseled_mangrove_door.json (50%) rename src/main/{resources => generated}/assets/new_soviet/models/item/chiseled_oak_door.json (52%) rename src/main/{resources => generated}/assets/new_soviet/models/item/chiseled_spruce_door.json (51%) create mode 100644 src/main/generated/data/new_soviet/tags/blocks/post_lamps.json rename src/main/java/su/a71/new_soviet/{Materials => materials}/NSE_ToolMaterials.java (97%) delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_left.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_left_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_right.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_right_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_left.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_left_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_right.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_right_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_left.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_left_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_right.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_right_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_left.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_left_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_right.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_right_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_left.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_left_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_right.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_right_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_left.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_left_open.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_right.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_right_open.json delete mode 100644 src/main/resources/assets/new_soviet/textures/block/doors/chiseled_birch_door_lower.png rename src/main/resources/assets/new_soviet/textures/block/doors/{chiseled_birch_door_upper.png => chiseled_birch_door_top.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/doors/{chiseled_mangrove_door_lower.png => chiseled_mangrove_door_bottom.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/doors/{chiseled_mangrove_door_upper.png => chiseled_mangrove_door_top.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/doors/{chiseled_oak_door_lower.png => chiseled_oak_door_bottom.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/doors/{chiseled_oak_door_upper.png => chiseled_oak_door_top.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/doors/{chiseled_spruce_door_lower.png => chiseled_spruce_door_bottom.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/doors/{chiseled_spruce_door_upper.png => chiseled_spruce_door_top.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/doors/{door_entrance_lower.png => door_entrance_bottom.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/doors/{door_entrance_upper.png => door_entrance_top.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/doors/{door_front1_lower.png => door_front_bottom.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/doors/{door_front1_upper.png => door_front_top.png} (100%) diff --git a/src/main/resources/assets/new_soviet/blockstates/chiseled_birch_door.json b/src/main/generated/assets/new_soviet/blockstates/chiseled_birch_door.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/chiseled_birch_door.json rename to src/main/generated/assets/new_soviet/blockstates/chiseled_birch_door.json diff --git a/src/main/resources/assets/new_soviet/blockstates/chiseled_mangrove_door.json b/src/main/generated/assets/new_soviet/blockstates/chiseled_mangrove_door.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/chiseled_mangrove_door.json rename to src/main/generated/assets/new_soviet/blockstates/chiseled_mangrove_door.json diff --git a/src/main/resources/assets/new_soviet/blockstates/chiseled_oak_door.json b/src/main/generated/assets/new_soviet/blockstates/chiseled_oak_door.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/chiseled_oak_door.json rename to src/main/generated/assets/new_soviet/blockstates/chiseled_oak_door.json diff --git a/src/main/resources/assets/new_soviet/blockstates/chiseled_spruce_door.json b/src/main/generated/assets/new_soviet/blockstates/chiseled_spruce_door.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/chiseled_spruce_door.json rename to src/main/generated/assets/new_soviet/blockstates/chiseled_spruce_door.json diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_left.json b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_left.json new file mode 100644 index 0000000..fbdf05c --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_left.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_left", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_birch_door_bottom", + "top": "new_soviet:block/doors/chiseled_birch_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_left_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_left_open.json new file mode 100644 index 0000000..5fe67a0 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_left_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_left_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_birch_door_bottom", + "top": "new_soviet:block/doors/chiseled_birch_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_right.json b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_right.json new file mode 100644 index 0000000..2fe50b4 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_right.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_right", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_birch_door_bottom", + "top": "new_soviet:block/doors/chiseled_birch_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_right_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_right_open.json new file mode 100644 index 0000000..b9b4363 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_bottom_right_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_right_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_birch_door_bottom", + "top": "new_soviet:block/doors/chiseled_birch_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_left.json b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_left.json new file mode 100644 index 0000000..9433ed6 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_left.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_left", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_birch_door_bottom", + "top": "new_soviet:block/doors/chiseled_birch_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_left_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_left_open.json new file mode 100644 index 0000000..8825378 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_left_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_left_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_birch_door_bottom", + "top": "new_soviet:block/doors/chiseled_birch_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_right.json b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_right.json new file mode 100644 index 0000000..960fd0d --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_right.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_right", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_birch_door_bottom", + "top": "new_soviet:block/doors/chiseled_birch_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_right_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_right_open.json new file mode 100644 index 0000000..8361b9e --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_birch_door_top_right_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_right_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_birch_door_bottom", + "top": "new_soviet:block/doors/chiseled_birch_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left.json b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left.json new file mode 100644 index 0000000..1a4dd9a --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_left", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_mangrove_door_bottom", + "top": "new_soviet:block/doors/chiseled_mangrove_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left_open.json new file mode 100644 index 0000000..977ea4a --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_left_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_mangrove_door_bottom", + "top": "new_soviet:block/doors/chiseled_mangrove_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right.json b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right.json new file mode 100644 index 0000000..4c52e15 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_right", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_mangrove_door_bottom", + "top": "new_soviet:block/doors/chiseled_mangrove_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right_open.json new file mode 100644 index 0000000..47fbbda --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_right_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_mangrove_door_bottom", + "top": "new_soviet:block/doors/chiseled_mangrove_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_left.json b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_left.json new file mode 100644 index 0000000..80b93fa --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_left.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_left", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_mangrove_door_bottom", + "top": "new_soviet:block/doors/chiseled_mangrove_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_left_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_left_open.json new file mode 100644 index 0000000..6430721 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_left_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_left_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_mangrove_door_bottom", + "top": "new_soviet:block/doors/chiseled_mangrove_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_right.json b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_right.json new file mode 100644 index 0000000..86815bc --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_right.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_right", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_mangrove_door_bottom", + "top": "new_soviet:block/doors/chiseled_mangrove_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_right_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_right_open.json new file mode 100644 index 0000000..b11fbfa --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_mangrove_door_top_right_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_right_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_mangrove_door_bottom", + "top": "new_soviet:block/doors/chiseled_mangrove_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_left.json b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_left.json new file mode 100644 index 0000000..9c25b53 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_left.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_left", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_oak_door_bottom", + "top": "new_soviet:block/doors/chiseled_oak_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_left_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_left_open.json new file mode 100644 index 0000000..ecfd7ff --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_left_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_left_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_oak_door_bottom", + "top": "new_soviet:block/doors/chiseled_oak_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_right.json b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_right.json new file mode 100644 index 0000000..6d50dc2 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_right.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_right", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_oak_door_bottom", + "top": "new_soviet:block/doors/chiseled_oak_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_right_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_right_open.json new file mode 100644 index 0000000..4827c8e --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_bottom_right_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_right_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_oak_door_bottom", + "top": "new_soviet:block/doors/chiseled_oak_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_left.json b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_left.json new file mode 100644 index 0000000..b87429b --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_left.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_left", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_oak_door_bottom", + "top": "new_soviet:block/doors/chiseled_oak_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_left_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_left_open.json new file mode 100644 index 0000000..2d0ed4b --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_left_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_left_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_oak_door_bottom", + "top": "new_soviet:block/doors/chiseled_oak_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_right.json b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_right.json new file mode 100644 index 0000000..53f66c4 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_right.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_right", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_oak_door_bottom", + "top": "new_soviet:block/doors/chiseled_oak_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_right_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_right_open.json new file mode 100644 index 0000000..7636c49 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_oak_door_top_right_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_right_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_oak_door_bottom", + "top": "new_soviet:block/doors/chiseled_oak_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left.json b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left.json new file mode 100644 index 0000000..e88a45e --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_left", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_spruce_door_bottom", + "top": "new_soviet:block/doors/chiseled_spruce_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left_open.json new file mode 100644 index 0000000..5a53ff0 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_left_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_spruce_door_bottom", + "top": "new_soviet:block/doors/chiseled_spruce_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right.json b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right.json new file mode 100644 index 0000000..6136612 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_right", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_spruce_door_bottom", + "top": "new_soviet:block/doors/chiseled_spruce_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right_open.json new file mode 100644 index 0000000..915d553 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_right_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_spruce_door_bottom", + "top": "new_soviet:block/doors/chiseled_spruce_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_left.json b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_left.json new file mode 100644 index 0000000..172002a --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_left.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_left", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_spruce_door_bottom", + "top": "new_soviet:block/doors/chiseled_spruce_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_left_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_left_open.json new file mode 100644 index 0000000..db0874a --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_left_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_left_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_spruce_door_bottom", + "top": "new_soviet:block/doors/chiseled_spruce_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_right.json b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_right.json new file mode 100644 index 0000000..5153b65 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_right.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_right", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_spruce_door_bottom", + "top": "new_soviet:block/doors/chiseled_spruce_door_top" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_right_open.json b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_right_open.json new file mode 100644 index 0000000..2bfaa10 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/chiseled_spruce_door_top_right_open.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_right_open", + "textures": { + "bottom": "new_soviet:block/doors/chiseled_spruce_door_bottom", + "top": "new_soviet:block/doors/chiseled_spruce_door_top" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/chiseled_birch_door.json b/src/main/generated/assets/new_soviet/models/item/chiseled_birch_door.json similarity index 52% rename from src/main/resources/assets/new_soviet/models/item/chiseled_birch_door.json rename to src/main/generated/assets/new_soviet/models/item/chiseled_birch_door.json index 840e835..d4958b0 100644 --- a/src/main/resources/assets/new_soviet/models/item/chiseled_birch_door.json +++ b/src/main/generated/assets/new_soviet/models/item/chiseled_birch_door.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "new_soviet:item/doors/chiseled_birch_door" + "layer0": "new_soviet:item/chiseled_birch_door" } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/chiseled_mangrove_door.json b/src/main/generated/assets/new_soviet/models/item/chiseled_mangrove_door.json similarity index 50% rename from src/main/resources/assets/new_soviet/models/item/chiseled_mangrove_door.json rename to src/main/generated/assets/new_soviet/models/item/chiseled_mangrove_door.json index 656b93d..804c9d5 100644 --- a/src/main/resources/assets/new_soviet/models/item/chiseled_mangrove_door.json +++ b/src/main/generated/assets/new_soviet/models/item/chiseled_mangrove_door.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "new_soviet:item/doors/chiseled_mangrove_door" + "layer0": "new_soviet:item/chiseled_mangrove_door" } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/chiseled_oak_door.json b/src/main/generated/assets/new_soviet/models/item/chiseled_oak_door.json similarity index 52% rename from src/main/resources/assets/new_soviet/models/item/chiseled_oak_door.json rename to src/main/generated/assets/new_soviet/models/item/chiseled_oak_door.json index d7ecb12..c1b2467 100644 --- a/src/main/resources/assets/new_soviet/models/item/chiseled_oak_door.json +++ b/src/main/generated/assets/new_soviet/models/item/chiseled_oak_door.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "new_soviet:item/doors/chiseled_oak_door" + "layer0": "new_soviet:item/chiseled_oak_door" } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/chiseled_spruce_door.json b/src/main/generated/assets/new_soviet/models/item/chiseled_spruce_door.json similarity index 51% rename from src/main/resources/assets/new_soviet/models/item/chiseled_spruce_door.json rename to src/main/generated/assets/new_soviet/models/item/chiseled_spruce_door.json index 2e11366..6b503ca 100644 --- a/src/main/resources/assets/new_soviet/models/item/chiseled_spruce_door.json +++ b/src/main/generated/assets/new_soviet/models/item/chiseled_spruce_door.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "new_soviet:item/doors/chiseled_spruce_door" + "layer0": "new_soviet:item/chiseled_spruce_door" } } \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/tags/blocks/post_lamps.json b/src/main/generated/data/new_soviet/tags/blocks/post_lamps.json new file mode 100644 index 0000000..3c02194 --- /dev/null +++ b/src/main/generated/data/new_soviet/tags/blocks/post_lamps.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "new_soviet:caged_post_lamp", + "new_soviet:vintage_post_lamp", + "new_soviet:modern_post_lamp", + "new_soviet:big_post_lamp" + ] +} \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/DataGeneration.java b/src/main/java/su/a71/new_soviet/DataGeneration.java index 4458b5a..2c2f8c7 100644 --- a/src/main/java/su/a71/new_soviet/DataGeneration.java +++ b/src/main/java/su/a71/new_soviet/DataGeneration.java @@ -11,8 +11,7 @@ import net.fabricmc.fabric.api.datagen.v1.provider.FabricRecipeProvider; import net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider; import net.minecraft.block.Block; import net.minecraft.block.Blocks; -import net.minecraft.data.client.BlockStateModelGenerator; -import net.minecraft.data.client.ItemModelGenerator; +import net.minecraft.data.client.*; import net.minecraft.data.server.recipe.RecipeJsonProvider; import net.minecraft.data.server.recipe.RecipeProvider; import net.minecraft.data.server.recipe.ShapedRecipeJsonBuilder; @@ -21,9 +20,11 @@ import net.minecraft.item.ItemConvertible; import net.minecraft.item.Items; import net.minecraft.recipe.Ingredient; import net.minecraft.recipe.book.RecipeCategory; +import net.minecraft.registry.Registries; import net.minecraft.registry.RegistryWrapper; import net.minecraft.registry.tag.BlockTags; import net.minecraft.registry.tag.ItemTags; +import net.minecraft.util.Identifier; import net.minecraft.util.Util; import su.a71.new_soviet.registration.NSE_Blocks; import su.a71.new_soviet.registration.NSE_Custom; @@ -1785,17 +1786,40 @@ public class DataGeneration implements DataGeneratorEntrypoint { } } - // This is often used once to generate some model and then move it into "proper" assets folder private static class ModelGenerator extends FabricModelProvider { private ModelGenerator(FabricDataOutput generator) { super(generator); } + // Helper method since "normal" registerDoor doesn't account for non-flat texture dir + public void registerDoor(BlockStateModelGenerator blockStateModelGenerator, Block doorBlock) { + TextureMap textureMap = TextureMap.topBottom( + Registries.BLOCK.getId(doorBlock).withPath((path) -> "block/doors/" + path + "_top"), + Registries.BLOCK.getId(doorBlock).withPath((path) -> "block/doors/" + path + "_bottom")); + Identifier identifier = Models.DOOR_BOTTOM_LEFT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + Identifier identifier2 = Models.DOOR_BOTTOM_LEFT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + Identifier identifier3 = Models.DOOR_BOTTOM_RIGHT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + Identifier identifier4 = Models.DOOR_BOTTOM_RIGHT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + Identifier identifier5 = Models.DOOR_TOP_LEFT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + Identifier identifier6 = Models.DOOR_TOP_LEFT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + Identifier identifier7 = Models.DOOR_TOP_RIGHT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + Identifier identifier8 = Models.DOOR_TOP_RIGHT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + blockStateModelGenerator.registerItemModel(doorBlock.asItem()); + blockStateModelGenerator.blockStateCollector.accept(BlockStateModelGenerator.createDoorBlockState(doorBlock, identifier, identifier2, identifier3, identifier4, identifier5, identifier6, identifier7, identifier8)); + } + @Override public void generateBlockStateModels(BlockStateModelGenerator blockStateModelGenerator) { +// BlockStateModelGenerator.createSingletonBlockState(NSE_Blocks.SAND_TILES, new Identifier("new_soviet", "block/sand_tiles")); // BlockStateModelGenerator.createSlabBlockState() // BlockStateModelGenerator.createWallBlockState() // BlockStateModelGenerator.createStairsBlockState(NSE_Blocks.SAND_TILES_STAIRS, new Identifier(NewSoviet.MOD_ID, "sand_tiles_stairs")); + registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_BIRCH_DOOR); + registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_SPRUCE_DOOR); + registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_OAK_DOOR); + registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_MANGROVE_DOOR); + +// blockStateModelGenerator.register(); } @Override diff --git a/src/main/java/su/a71/new_soviet/Materials/NSE_ToolMaterials.java b/src/main/java/su/a71/new_soviet/materials/NSE_ToolMaterials.java similarity index 97% rename from src/main/java/su/a71/new_soviet/Materials/NSE_ToolMaterials.java rename to src/main/java/su/a71/new_soviet/materials/NSE_ToolMaterials.java index 213d571..011fc1e 100644 --- a/src/main/java/su/a71/new_soviet/Materials/NSE_ToolMaterials.java +++ b/src/main/java/su/a71/new_soviet/materials/NSE_ToolMaterials.java @@ -1,4 +1,4 @@ -package su.a71.new_soviet.Materials; +package su.a71.new_soviet.materials; import net.fabricmc.yarn.constants.MiningLevels; import net.minecraft.item.Items; diff --git a/src/main/java/su/a71/new_soviet/registration/NSE_Items.java b/src/main/java/su/a71/new_soviet/registration/NSE_Items.java index 7e22dcf..48689ab 100644 --- a/src/main/java/su/a71/new_soviet/registration/NSE_Items.java +++ b/src/main/java/su/a71/new_soviet/registration/NSE_Items.java @@ -10,7 +10,7 @@ import net.minecraft.text.Text; import net.minecraft.util.Identifier; import net.minecraft.util.Rarity; -import su.a71.new_soviet.Materials.NSE_ToolMaterials; +import su.a71.new_soviet.materials.NSE_ToolMaterials; import su.a71.new_soviet.items.CigaretteItem; import su.a71.new_soviet.items.DiceItem; import su.a71.new_soviet.items.RakeItem; diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_left.json deleted file mode 100644 index d24d8fa..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_left", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_birch_door_lower", - "top": "new_soviet:block/doors/chiseled_birch_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_left_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_left_open.json deleted file mode 100644 index 7a52828..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_left_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_left_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_birch_door_lower", - "top": "new_soviet:block/doors/chiseled_birch_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_right.json b/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_right.json deleted file mode 100644 index d789122..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_right.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_right", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_birch_door_lower", - "top": "new_soviet:block/doors/chiseled_birch_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_right_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_right_open.json deleted file mode 100644 index 6609eb0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_bottom_right_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_right_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_birch_door_lower", - "top": "new_soviet:block/doors/chiseled_birch_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_left.json b/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_left.json deleted file mode 100644 index 19ed3b9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_left", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_birch_door_lower", - "top": "new_soviet:block/doors/chiseled_birch_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_left_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_left_open.json deleted file mode 100644 index 30cc117..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_left_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_left_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_birch_door_lower", - "top": "new_soviet:block/doors/chiseled_birch_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_right.json b/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_right.json deleted file mode 100644 index dd5e209..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_right.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_right", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_birch_door_lower", - "top": "new_soviet:block/doors/chiseled_birch_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_right_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_right_open.json deleted file mode 100644 index f73e8e5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_birch_door_top_right_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_right_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_birch_door_lower", - "top": "new_soviet:block/doors/chiseled_birch_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left.json deleted file mode 100644 index 03c8dfe..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_left", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_mangrove_door_lower", - "top": "new_soviet:block/doors/chiseled_mangrove_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left_open.json deleted file mode 100644 index 70577b1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_left_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_left_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_mangrove_door_lower", - "top": "new_soviet:block/doors/chiseled_mangrove_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right.json b/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right.json deleted file mode 100644 index ffe660b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_right", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_mangrove_door_lower", - "top": "new_soviet:block/doors/chiseled_mangrove_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right_open.json deleted file mode 100644 index fa0c034..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_bottom_right_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_right_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_mangrove_door_lower", - "top": "new_soviet:block/doors/chiseled_mangrove_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_left.json b/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_left.json deleted file mode 100644 index c9c6e60..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_left", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_mangrove_door_lower", - "top": "new_soviet:block/doors/chiseled_mangrove_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_left_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_left_open.json deleted file mode 100644 index 5ab3d7a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_left_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_left_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_mangrove_door_lower", - "top": "new_soviet:block/doors/chiseled_mangrove_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_right.json b/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_right.json deleted file mode 100644 index 4cfa34f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_right.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_right", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_mangrove_door_lower", - "top": "new_soviet:block/doors/chiseled_mangrove_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_right_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_right_open.json deleted file mode 100644 index d322616..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_mangrove_door_top_right_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_right_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_mangrove_door_lower", - "top": "new_soviet:block/doors/chiseled_mangrove_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_left.json deleted file mode 100644 index 538cc59..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_left", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_oak_door_lower", - "top": "new_soviet:block/doors/chiseled_oak_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_left_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_left_open.json deleted file mode 100644 index 685fb4a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_left_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_left_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_oak_door_lower", - "top": "new_soviet:block/doors/chiseled_oak_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_right.json b/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_right.json deleted file mode 100644 index f21d405..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_right.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_right", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_oak_door_lower", - "top": "new_soviet:block/doors/chiseled_oak_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_right_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_right_open.json deleted file mode 100644 index a21088b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_bottom_right_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_right_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_oak_door_lower", - "top": "new_soviet:block/doors/chiseled_oak_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_left.json b/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_left.json deleted file mode 100644 index 70d0fa7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_left", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_oak_door_lower", - "top": "new_soviet:block/doors/chiseled_oak_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_left_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_left_open.json deleted file mode 100644 index 7924204..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_left_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_left_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_oak_door_lower", - "top": "new_soviet:block/doors/chiseled_oak_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_right.json b/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_right.json deleted file mode 100644 index 0e5a93c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_right.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_right", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_oak_door_lower", - "top": "new_soviet:block/doors/chiseled_oak_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_right_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_right_open.json deleted file mode 100644 index bffa764..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_oak_door_top_right_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_right_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_oak_door_lower", - "top": "new_soviet:block/doors/chiseled_oak_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left.json deleted file mode 100644 index 3ad7762..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_left", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_spruce_door_lower", - "top": "new_soviet:block/doors/chiseled_spruce_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left_open.json deleted file mode 100644 index 49bf600..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_left_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_left_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_spruce_door_lower", - "top": "new_soviet:block/doors/chiseled_spruce_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right.json b/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right.json deleted file mode 100644 index a0d6daa..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_right", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_spruce_door_lower", - "top": "new_soviet:block/doors/chiseled_spruce_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right_open.json deleted file mode 100644 index ab1919d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_bottom_right_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_right_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_spruce_door_lower", - "top": "new_soviet:block/doors/chiseled_spruce_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_left.json b/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_left.json deleted file mode 100644 index a21eef5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_left", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_spruce_door_lower", - "top": "new_soviet:block/doors/chiseled_spruce_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_left_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_left_open.json deleted file mode 100644 index 451ca4d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_left_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_left_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_spruce_door_lower", - "top": "new_soviet:block/doors/chiseled_spruce_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_right.json b/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_right.json deleted file mode 100644 index fe77cfc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_right.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_right", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_spruce_door_lower", - "top": "new_soviet:block/doors/chiseled_spruce_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_right_open.json b/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_right_open.json deleted file mode 100644 index 70053cc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/chiseled_spruce_door_top_right_open.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/door_top_right_open", - "textures": { - "bottom": "new_soviet:block/doors/chiseled_spruce_door_lower", - "top": "new_soviet:block/doors/chiseled_spruce_door_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/textures/block/doors/chiseled_birch_door_lower.png b/src/main/resources/assets/new_soviet/textures/block/doors/chiseled_birch_door_lower.png deleted file mode 100644 index b62b6e58e96cf1e2e7f9f93d24d5689704681bd6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 371 zcmV-(0gV2MP)Px$ElET{R49>!Qn5Z80r(#Ki$uak?pP`}18m1H1_t+XRHg7jP zOIZ;1Z$tyn(ub#atEr2!5 Date: Sat, 16 Sep 2023 15:01:18 +0300 Subject: [PATCH 2/8] Refactor DataGeneration into multiple files --- .../su/a71/new_soviet/NewSovietClient.java | 1 - .../a71/new_soviet/TVBlockEntityRenderer.java | 10 +- .../su/a71/new_soviet/DataGeneration.java | 1826 +---------------- .../a71/new_soviet/blocks/HandrailBlock.java | 2 +- .../su/a71/new_soviet/blocks/TVBlock.java | 2 +- .../new_soviet/datagen/BlockLootTables.java | 414 ++++ .../new_soviet/datagen/BlockTagGenerator.java | 680 ++++++ .../new_soviet/datagen/ModelGenerator.java | 54 + .../new_soviet/datagen/RecipeGenerator.java | 697 +++++++ .../{entity => entities}/TVBlockEntity.java | 2 +- .../new_soviet/registration/NSE_Custom.java | 2 +- .../new_soviet/registration/NSE_Items.java | 1 - .../NSE_ToolMaterials.java | 2 +- 13 files changed, 1855 insertions(+), 1838 deletions(-) create mode 100644 src/main/java/su/a71/new_soviet/datagen/BlockLootTables.java create mode 100644 src/main/java/su/a71/new_soviet/datagen/BlockTagGenerator.java create mode 100644 src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java create mode 100644 src/main/java/su/a71/new_soviet/datagen/RecipeGenerator.java rename src/main/java/su/a71/new_soviet/{entity => entities}/TVBlockEntity.java (98%) rename src/main/java/su/a71/new_soviet/{materials => registration}/NSE_ToolMaterials.java (97%) diff --git a/src/client/java/su/a71/new_soviet/NewSovietClient.java b/src/client/java/su/a71/new_soviet/NewSovietClient.java index 925c627..7e70a06 100644 --- a/src/client/java/su/a71/new_soviet/NewSovietClient.java +++ b/src/client/java/su/a71/new_soviet/NewSovietClient.java @@ -6,7 +6,6 @@ import net.fabricmc.api.Environment; import net.fabricmc.fabric.api.blockrenderlayer.v1.BlockRenderLayerMap; import net.fabricmc.fabric.api.client.rendering.v1.BlockEntityRendererRegistry; import net.minecraft.client.render.RenderLayer; -import su.a71.new_soviet.entity.TVBlockEntity; import su.a71.new_soviet.registration.NSE_Blocks; import su.a71.new_soviet.registration.NSE_Custom; diff --git a/src/client/java/su/a71/new_soviet/TVBlockEntityRenderer.java b/src/client/java/su/a71/new_soviet/TVBlockEntityRenderer.java index 4d9c5e9..7fde30f 100644 --- a/src/client/java/su/a71/new_soviet/TVBlockEntityRenderer.java +++ b/src/client/java/su/a71/new_soviet/TVBlockEntityRenderer.java @@ -4,22 +4,14 @@ import net.fabricmc.api.EnvType; import net.fabricmc.api.Environment; import net.minecraft.block.BlockState; import net.minecraft.block.SignBlock; -import net.minecraft.block.entity.SignText; -import net.minecraft.client.MinecraftClient; import net.minecraft.client.font.TextRenderer; import net.minecraft.client.render.VertexConsumerProvider; import net.minecraft.client.render.block.entity.BlockEntityRenderer; import net.minecraft.client.render.block.entity.BlockEntityRendererFactory; -import net.minecraft.client.render.block.entity.SignBlockEntityRenderer; import net.minecraft.client.util.math.MatrixStack; -import net.minecraft.text.OrderedText; -import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.RotationAxis; import net.minecraft.util.math.Vec3d; -import org.joml.Matrix4f; -import su.a71.new_soviet.entity.TVBlockEntity; - -import java.util.List; +import su.a71.new_soviet.entities.TVBlockEntity; @Environment(EnvType.CLIENT) public class TVBlockEntityRenderer implements BlockEntityRenderer { diff --git a/src/main/java/su/a71/new_soviet/DataGeneration.java b/src/main/java/su/a71/new_soviet/DataGeneration.java index 2c2f8c7..afadf2a 100644 --- a/src/main/java/su/a71/new_soviet/DataGeneration.java +++ b/src/main/java/su/a71/new_soviet/DataGeneration.java @@ -1,1832 +1,14 @@ package su.a71.new_soviet; -// === ABANDON HOPE, YE WHO ENTER HERE === -import com.google.common.collect.Lists; import net.fabricmc.fabric.api.datagen.v1.DataGeneratorEntrypoint; import net.fabricmc.fabric.api.datagen.v1.FabricDataGenerator; -import net.fabricmc.fabric.api.datagen.v1.FabricDataOutput; -import net.fabricmc.fabric.api.datagen.v1.provider.FabricBlockLootTableProvider; -import net.fabricmc.fabric.api.datagen.v1.provider.FabricModelProvider; -import net.fabricmc.fabric.api.datagen.v1.provider.FabricRecipeProvider; -import net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider; -import net.minecraft.block.Block; -import net.minecraft.block.Blocks; -import net.minecraft.data.client.*; -import net.minecraft.data.server.recipe.RecipeJsonProvider; -import net.minecraft.data.server.recipe.RecipeProvider; -import net.minecraft.data.server.recipe.ShapedRecipeJsonBuilder; -import net.minecraft.data.server.recipe.ShapelessRecipeJsonBuilder; -import net.minecraft.item.ItemConvertible; -import net.minecraft.item.Items; -import net.minecraft.recipe.Ingredient; -import net.minecraft.recipe.book.RecipeCategory; -import net.minecraft.registry.Registries; -import net.minecraft.registry.RegistryWrapper; -import net.minecraft.registry.tag.BlockTags; -import net.minecraft.registry.tag.ItemTags; -import net.minecraft.util.Identifier; -import net.minecraft.util.Util; -import su.a71.new_soviet.registration.NSE_Blocks; -import su.a71.new_soviet.registration.NSE_Custom; -import su.a71.new_soviet.registration.NSE_Items; -import su.a71.new_soviet.registration.NSE_Tags; -import java.util.List; -import java.util.concurrent.CompletableFuture; -import java.util.function.Consumer; +import su.a71.new_soviet.datagen.BlockLootTables; +import su.a71.new_soviet.datagen.BlockTagGenerator; +import su.a71.new_soviet.datagen.RecipeGenerator; +import su.a71.new_soviet.datagen.ModelGenerator; public class DataGeneration implements DataGeneratorEntrypoint { - private class BlockLootTables extends FabricBlockLootTableProvider { - public BlockLootTables(FabricDataOutput dataOutput) { - super(dataOutput); - } - - @Override - public void generate() { - // Drops for building blocks - addDrop(NSE_Blocks.SAND_TILES); - addDrop(NSE_Blocks.NII_FLOOR); - addDrop(NSE_Blocks.BIG_GREEN_TILES); - addDrop(NSE_Blocks.BIG_GREEN_TILES_CRACKED); - addDrop(NSE_Blocks.GREEN_BRICKS); - addDrop(NSE_Blocks.CRACKED_GREEN_BRICKS); - addDrop(NSE_Blocks.MOSSY_GREEN_BRICKS); - addDrop(NSE_Blocks.GREEN_BRICKS_2); - addDrop(NSE_Blocks.CRACKED_GREEN_BRICKS_2); - addDrop(NSE_Blocks.MOSSY_GREEN_BRICKS_2); - addDrop(NSE_Blocks.CRACKED_SAND_TILES); - addDrop(NSE_Blocks.MOSSY_SAND_TILES); - addDrop(NSE_Blocks.SMALL_SAND_TILES); - addDrop(NSE_Blocks.SMALL_CRACKED_SAND_TILES); - addDrop(NSE_Blocks.HERRINGBONE_SAND_TILES); - addDrop(NSE_Blocks.CROSS_SAND_TILES); - addDrop(NSE_Blocks.BIG_SAND_TILES); - addDrop(NSE_Blocks.SAND_BRICKS); - addDrop(NSE_Blocks.CRACKED_SAND_BRICKS); - addDrop(NSE_Blocks.MOSSY_SAND_BRICKS); - addDrop(NSE_Blocks.BIG_SAND_BRICKS); - addDrop(NSE_Blocks.BRICK_TILES); - addDrop(NSE_Blocks.CRACKED_BRICK_TILES); - addDrop(NSE_Blocks.MOSSY_BRICK_TILES); - addDrop(NSE_Blocks.DIRTY_BRICK_TILES); - addDrop(NSE_Blocks.DARK_BRICK_TILES); - addDrop(NSE_Blocks.CRACKED_DARK_BRICK_TILES); - addDrop(NSE_Blocks.MOSSY_DARK_BRICK_TILES); - addDrop(NSE_Blocks.DIRTY_DARK_BRICK_TILES); - addDrop(NSE_Blocks.TEAL_TILES); - addDrop(NSE_Blocks.CRACKED_TEAL_TILES); - addDrop(NSE_Blocks.MOSSY_TEAL_TILES); - addDrop(NSE_Blocks.SMALL_TEAL_TILES); - addDrop(NSE_Blocks.SMALL_CRACKED_TEAL_TILES); - addDrop(NSE_Blocks.GLAZED_TEAL_TILES); - addDrop(NSE_Blocks.CRACKED_GLAZED_TEAL_TILES); - addDrop(NSE_Blocks.VARIATED_TEAL_TILES); - addDrop(NSE_Blocks.AQUAMARINE_TILES); - addDrop(NSE_Blocks.CRACKED_AQUAMARINE_TILES); - addDrop(NSE_Blocks.MOSSY_AQUAMARINE_TILES); - addDrop(NSE_Blocks.DIRTY_AQUAMARINE_TILES); - addDrop(NSE_Blocks.SMALL_AQUAMARINE_TILES); - addDrop(NSE_Blocks.SMALL_CRACKED_AQUAMARINE_TILES); - addDrop(NSE_Blocks.GLAZED_AQUAMARINE_TILES); - addDrop(NSE_Blocks.CRACKED_GLAZED_AQUAMARINE_TILES); - addDrop(NSE_Blocks.SMALL_DIORITE_TILES); - addDrop(NSE_Blocks.SMALL_CRACKED_DIORITE_TILES); - addDrop(NSE_Blocks.BIG_DIORITE_TILES); - addDrop(NSE_Blocks.DIORITE_BRICKS); - addDrop(NSE_Blocks.CRACKED_DIORITE_BRICKS); - addDrop(NSE_Blocks.MOSSY_DIORITE_BRICKS); - addDrop(NSE_Blocks.CALCITE_TILES); - addDrop(NSE_Blocks.CRACKED_CALCITE_TILES); - addDrop(NSE_Blocks.MOSSY_CALCITE_TILES); - addDrop(NSE_Blocks.DIAGONAL_CALCITE_TILES); - addDrop(NSE_Blocks.NII_WALL_1); - addDrop(NSE_Blocks.CRACKED_NII_WALL_1); - addDrop(NSE_Blocks.NII_WALL_2); - addDrop(NSE_Blocks.NII_WALL_3); - addDrop(NSE_Blocks.DRIPSTONE_TILES); - addDrop(NSE_Blocks.CRACKED_DRIPSTONE_TILES); - addDrop(NSE_Blocks.MOSSY_DRIPSTONE_TILES); - addDrop(NSE_Blocks.DRIPSTONE_BRICKS); - addDrop(NSE_Blocks.DEEPSLATE_TILES); - addDrop(NSE_Blocks.CRACKED_DEEPSLATE_TILES); - addDrop(NSE_Blocks.MOSSY_DEEPSLATE_TILES); - addDrop(NSE_Blocks.SMALL_DEEPSLATE_TILES); - addDrop(NSE_Blocks.SMALL_CRACKED_DEEPSLATE_TILES); - addDrop(NSE_Blocks.DIAGONAL_DEEPSLATE_TILES); - addDrop(NSE_Blocks.LIGHT_BLUE_TILES); - addDrop(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES); - addDrop(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES); - addDrop(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES); - addDrop(NSE_Blocks.SMALL_LIGHT_BLUE_TILES); - addDrop(NSE_Blocks.SMALL_CRACKED_LIGHT_BLUE_TILES); - addDrop(NSE_Blocks.GLAZED_LIGHT_BLUE_TILES); - addDrop(NSE_Blocks.CRACKED_GLAZED_LIGHT_BLUE_TILES); - addDrop(NSE_Blocks.LIGHT_BLUE_BRICKS); - addDrop(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS); - addDrop(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS); - addDrop(NSE_Blocks.BIG_GRANITE_TILES); - addDrop(NSE_Blocks.SMALL_GRANITE_TILES); - addDrop(NSE_Blocks.SMALL_CRACKED_GRANITE_TILES); - addDrop(NSE_Blocks.GREEN_WHITE_TILES); - addDrop(NSE_Blocks.CRACKED_GREEN_WHITE_TILES); - addDrop(NSE_Blocks.MOSSY_GREEN_WHITE_TILES); - addDrop(NSE_Blocks.TUFF_TILES); - addDrop(NSE_Blocks.CRACKED_TUFF_TILES); - addDrop(NSE_Blocks.MOSSY_TUFF_TILES); - addDrop(NSE_Blocks.BIG_TUFF_TILES); - addDrop(NSE_Blocks.TUFF_BRICKS); - addDrop(NSE_Blocks.CRACKED_TUFF_BRICKS); - addDrop(NSE_Blocks.MOSSY_TUFF_BRICKS); - addDrop(NSE_Blocks.INDUSTRIAL_WARNING); - addDrop(NSE_Blocks.GRAY_WARNING); - addDrop(NSE_Blocks.RED_WARNING); - addDrop(NSE_Blocks.ORANGE_WARNING); - addDrop(NSE_Blocks.YELLOW_WARNING); - addDrop(NSE_Blocks.LIME_WARNING); - addDrop(NSE_Blocks.GREEN_WARNING); - addDrop(NSE_Blocks.CYAN_WARNING); - addDrop(NSE_Blocks.LIGHT_BLUE_WARNING); - addDrop(NSE_Blocks.BLUE_WARNING); - addDrop(NSE_Blocks.PURPLE_WARNING); - addDrop(NSE_Blocks.MAGENTA_WARNING); - addDrop(NSE_Blocks.METAL_PLATING); - addDrop(NSE_Blocks.CRATE); - addDrop(NSE_Blocks.CONCRETE_WALL); - addDrop(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS); - addDrop(NSE_Blocks.CROSS_ACACIA_PLANKS); - addDrop(NSE_Blocks.HERRINGBONE_OAK_PLANKS); - addDrop(NSE_Blocks.CROSS_OAK_PLANKS); - addDrop(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS); - addDrop(NSE_Blocks.CROSS_BIRCH_PLANKS); - addDrop(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS); - addDrop(NSE_Blocks.CROSS_CRIMSON_PLANKS); - addDrop(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS); - addDrop(NSE_Blocks.CROSS_DARK_OAK_PLANKS); - addDrop(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS); - addDrop(NSE_Blocks.CROSS_JUNGLE_PLANKS); - addDrop(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS); - addDrop(NSE_Blocks.CROSS_MANGROVE_PLANKS); - addDrop(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS); - addDrop(NSE_Blocks.CROSS_SPRUCE_PLANKS); - addDrop(NSE_Blocks.HERRINGBONE_PARQUET); - addDrop(NSE_Blocks.STRAIGHT_PARQUET); - addDrop(NSE_Blocks.SEPARATED_PARQUET); - addDrop(NSE_Blocks.GREEN_LINOLEUM); - addDrop(NSE_Blocks.BLUE_LINOLEUM); - addDrop(NSE_Blocks.RED_LINOLEUM); - addDrop(NSE_Blocks.GRAY_LINOLEUM); - addDrop(NSE_Blocks.ORANGE_LINOLEUM); - addDrop(NSE_Blocks.BROWN_LINOLEUM); - addDrop(NSE_Blocks.CYAN_LINOLEUM); - addDrop(NSE_Blocks.CROSS_ORANGE_LINOLEUM); - addDrop(NSE_Blocks.CROSS_BROWN_LINOLEUM); - addDrop(NSE_Blocks.WHITE_CONCRETE); - addDrop(NSE_Blocks.CRACKED_WHITE_CONCRETE); - addDrop(NSE_Blocks.BEIGE_CONCRETE); - addDrop(NSE_Blocks.CRACKED_BEIGE_CONCRETE); - addDrop(NSE_Blocks.BLUE_CONCRETE); - addDrop(NSE_Blocks.CRACKED_BLUE_CONCRETE); - addDrop(NSE_Blocks.RED_CONCRETE); - addDrop(NSE_Blocks.CRACKED_RED_CONCRETE); - addDrop(NSE_Blocks.YELLOW_CONCRETE); - addDrop(NSE_Blocks.CRACKED_YELLOW_CONCRETE); - addDrop(NSE_Blocks.GREEN_CONCRETE); - addDrop(NSE_Blocks.CRACKED_GREEN_CONCRETE); - addDrop(NSE_Blocks.WHITEWASH); - addDrop(NSE_Blocks.CRACKED_WHITEWASH); - addDrop(NSE_Blocks.VERY_CRACKED_WHITEWASH); - addDrop(NSE_Blocks.SMALL_YELLOW_TILES); - addDrop(NSE_Blocks.SMALL_CRACKED_YELLOW_TILES); - addDrop(NSE_Blocks.MEAT); - addDrop(NSE_Blocks.MEAT_EYE); - addDrop(NSE_Blocks.MEAT_TEETH); - addDrop(NSE_Blocks.CHISELED_BIRCH_DOOR, doorDrops(NSE_Blocks.CHISELED_BIRCH_DOOR)); - addDrop(NSE_Blocks.CHISELED_MANGROVE_DOOR, doorDrops(NSE_Blocks.CHISELED_MANGROVE_DOOR));; - addDrop(NSE_Blocks.CHISELED_OAK_DOOR, doorDrops(NSE_Blocks.CHISELED_OAK_DOOR)); - addDrop(NSE_Blocks.CHISELED_SPRUCE_DOOR, doorDrops(NSE_Blocks.CHISELED_SPRUCE_DOOR));; - addDrop(NSE_Blocks.BEIGE_WALLPAPER); - addDrop(NSE_Blocks.BROWN_WALLPAPER); - addDrop(NSE_Blocks.GREEN_WALLPAPER); - addDrop(NSE_Blocks.HANDRAIL); - - // Drops for furniture/electronics/appliances - addDrop(NSE_Custom.WHITE_PAWN); - addDrop(NSE_Custom.WHITE_BISHOP); - addDrop(NSE_Custom.WHITE_KING); - addDrop(NSE_Custom.WHITE_KNIGHT); - addDrop(NSE_Custom.WHITE_QUEEN); - addDrop(NSE_Custom.WHITE_ROOK); - addDrop(NSE_Custom.BLACK_KNIGHT); - addDrop(NSE_Custom.BLACK_PAWN); - addDrop(NSE_Custom.BLACK_KING); - addDrop(NSE_Custom.BLACK_QUEEN); - addDrop(NSE_Custom.BLACK_BISHOP); - addDrop(NSE_Custom.BLACK_ROOK); - - addDrop(NSE_Custom.TV); - addDrop(NSE_Custom.RED_TV); - addDrop(NSE_Custom.BROWN_TV); - addDrop(NSE_Custom.RADIO_RECEIVER); - addDrop(NSE_Custom.SIREN); - addDrop(NSE_Custom.TABLE_LAMP); - addDrop(NSE_Custom.VINTAGE_LAMP); - addDrop(NSE_Custom.CEILING_FAN); - addDrop(NSE_Custom.SWITCH); - - // Generated stairs and slabs drops - addDrop(NSE_Blocks.SAND_TILES_SLAB); - addDrop(NSE_Blocks.SAND_TILES_STAIRS); - addDrop(NSE_Blocks.CRACKED_SAND_TILES_SLAB); - addDrop(NSE_Blocks.CRACKED_SAND_TILES_STAIRS); - addDrop(NSE_Blocks.MOSSY_SAND_TILES_SLAB); - addDrop(NSE_Blocks.MOSSY_SAND_TILES_STAIRS); - addDrop(NSE_Blocks.HERRINGBONE_SAND_TILES_SLAB); - addDrop(NSE_Blocks.HERRINGBONE_SAND_TILES_STAIRS); - addDrop(NSE_Blocks.CROSS_SAND_TILES_SLAB); - addDrop(NSE_Blocks.CROSS_SAND_TILES_STAIRS); - addDrop(NSE_Blocks.SAND_BRICKS_SLAB); - addDrop(NSE_Blocks.SAND_BRICKS_STAIRS); - addDrop(NSE_Blocks.CRACKED_SAND_BRICKS_SLAB); - addDrop(NSE_Blocks.CRACKED_SAND_BRICKS_STAIRS); - addDrop(NSE_Blocks.MOSSY_SAND_BRICKS_SLAB); - addDrop(NSE_Blocks.MOSSY_SAND_BRICKS_STAIRS); - addDrop(NSE_Blocks.BIG_SAND_BRICKS_SLAB); - addDrop(NSE_Blocks.BIG_SAND_BRICKS_STAIRS); - addDrop(NSE_Blocks.BRICK_TILES_SLAB); - addDrop(NSE_Blocks.BRICK_TILES_STAIRS); - addDrop(NSE_Blocks.CRACKED_BRICK_TILES_SLAB); - addDrop(NSE_Blocks.CRACKED_BRICK_TILES_STAIRS); - addDrop(NSE_Blocks.MOSSY_BRICK_TILES_SLAB); - addDrop(NSE_Blocks.MOSSY_BRICK_TILES_STAIRS); - addDrop(NSE_Blocks.DIRTY_BRICK_TILES_SLAB); - addDrop(NSE_Blocks.DIRTY_BRICK_TILES_STAIRS); - addDrop(NSE_Blocks.DARK_BRICK_TILES_SLAB); - addDrop(NSE_Blocks.DARK_BRICK_TILES_STAIRS); - addDrop(NSE_Blocks.CRACKED_DARK_BRICK_TILES_SLAB); - addDrop(NSE_Blocks.CRACKED_DARK_BRICK_TILES_STAIRS); - addDrop(NSE_Blocks.MOSSY_DARK_BRICK_TILES_SLAB); - addDrop(NSE_Blocks.MOSSY_DARK_BRICK_TILES_STAIRS); - addDrop(NSE_Blocks.DIRTY_DARK_BRICK_TILES_SLAB); - addDrop(NSE_Blocks.DIRTY_DARK_BRICK_TILES_STAIRS); - addDrop(NSE_Blocks.RED_BRICKS_SLAB); - addDrop(NSE_Blocks.RED_BRICKS_STAIRS); - addDrop(NSE_Blocks.CRACKED_RED_BRICKS_SLAB); - addDrop(NSE_Blocks.CRACKED_RED_BRICKS_STAIRS); - addDrop(NSE_Blocks.MOSSY_RED_BRICKS_SLAB); - addDrop(NSE_Blocks.MOSSY_RED_BRICKS_STAIRS); - addDrop(NSE_Blocks.TEAL_TILES_SLAB); - addDrop(NSE_Blocks.TEAL_TILES_STAIRS); - addDrop(NSE_Blocks.CRACKED_TEAL_TILES_SLAB); - addDrop(NSE_Blocks.CRACKED_TEAL_TILES_STAIRS); - addDrop(NSE_Blocks.MOSSY_TEAL_TILES_SLAB); - addDrop(NSE_Blocks.MOSSY_TEAL_TILES_STAIRS); - addDrop(NSE_Blocks.VARIATED_TEAL_TILES_SLAB); - addDrop(NSE_Blocks.VARIATED_TEAL_TILES_STAIRS); - addDrop(NSE_Blocks.GREEN_BRICKS_SLAB); - addDrop(NSE_Blocks.GREEN_BRICKS_STAIRS); - addDrop(NSE_Blocks.CRACKED_GREEN_BRICKS_SLAB); - addDrop(NSE_Blocks.CRACKED_GREEN_BRICKS_STAIRS); - addDrop(NSE_Blocks.MOSSY_GREEN_BRICKS_SLAB); - addDrop(NSE_Blocks.MOSSY_GREEN_BRICKS_STAIRS); - addDrop(NSE_Blocks.GREEN_BRICKS_2_SLAB); - addDrop(NSE_Blocks.GREEN_BRICKS_2_STAIRS); - addDrop(NSE_Blocks.CRACKED_GREEN_BRICKS_2_SLAB); - addDrop(NSE_Blocks.CRACKED_GREEN_BRICKS_2_STAIRS); - addDrop(NSE_Blocks.MOSSY_GREEN_BRICKS_2_SLAB); - addDrop(NSE_Blocks.MOSSY_GREEN_BRICKS_2_STAIRS); - addDrop(NSE_Blocks.AQUAMARINE_TILES_SLAB); - addDrop(NSE_Blocks.AQUAMARINE_TILES_STAIRS); - addDrop(NSE_Blocks.CRACKED_AQUAMARINE_TILES_SLAB); - addDrop(NSE_Blocks.CRACKED_AQUAMARINE_TILES_STAIRS); - addDrop(NSE_Blocks.MOSSY_AQUAMARINE_TILES_SLAB); - addDrop(NSE_Blocks.MOSSY_AQUAMARINE_TILES_STAIRS); - addDrop(NSE_Blocks.DIRTY_AQUAMARINE_TILES_SLAB); - addDrop(NSE_Blocks.DIRTY_AQUAMARINE_TILES_STAIRS); - addDrop(NSE_Blocks.DIORITE_BRICKS_SLAB); - addDrop(NSE_Blocks.DIORITE_BRICKS_STAIRS); - addDrop(NSE_Blocks.CRACKED_DIORITE_BRICKS_SLAB); - addDrop(NSE_Blocks.CRACKED_DIORITE_BRICKS_STAIRS); - addDrop(NSE_Blocks.MOSSY_DIORITE_BRICKS_SLAB); - addDrop(NSE_Blocks.MOSSY_DIORITE_BRICKS_STAIRS); - addDrop(NSE_Blocks.CALCITE_TILES_SLAB); - addDrop(NSE_Blocks.CALCITE_TILES_STAIRS); - addDrop(NSE_Blocks.CRACKED_CALCITE_TILES_SLAB); - addDrop(NSE_Blocks.CRACKED_CALCITE_TILES_STAIRS); - addDrop(NSE_Blocks.MOSSY_CALCITE_TILES_SLAB); - addDrop(NSE_Blocks.MOSSY_CALCITE_TILES_STAIRS); - addDrop(NSE_Blocks.DRIPSTONE_TILES_SLAB); - addDrop(NSE_Blocks.DRIPSTONE_TILES_STAIRS); - addDrop(NSE_Blocks.CRACKED_DRIPSTONE_TILES_SLAB); - addDrop(NSE_Blocks.CRACKED_DRIPSTONE_TILES_STAIRS); - addDrop(NSE_Blocks.MOSSY_DRIPSTONE_TILES_SLAB); - addDrop(NSE_Blocks.MOSSY_DRIPSTONE_TILES_STAIRS); - addDrop(NSE_Blocks.DEEPSLATE_TILES_SLAB); - addDrop(NSE_Blocks.DEEPSLATE_TILES_STAIRS); - addDrop(NSE_Blocks.CRACKED_DEEPSLATE_TILES_SLAB); - addDrop(NSE_Blocks.CRACKED_DEEPSLATE_TILES_STAIRS); - addDrop(NSE_Blocks.MOSSY_DEEPSLATE_TILES_SLAB); - addDrop(NSE_Blocks.MOSSY_DEEPSLATE_TILES_STAIRS); - addDrop(NSE_Blocks.LIGHT_BLUE_TILES_SLAB); - addDrop(NSE_Blocks.LIGHT_BLUE_TILES_STAIRS); - addDrop(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_SLAB); - addDrop(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_STAIRS); - addDrop(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_SLAB); - addDrop(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_STAIRS); - addDrop(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_SLAB); - addDrop(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_STAIRS); - addDrop(NSE_Blocks.LIGHT_BLUE_BRICKS_SLAB); - addDrop(NSE_Blocks.LIGHT_BLUE_BRICKS_STAIRS); - addDrop(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_SLAB); - addDrop(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_STAIRS); - addDrop(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_SLAB); - addDrop(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_STAIRS); - addDrop(NSE_Blocks.GREEN_WHITE_TILES_SLAB); - addDrop(NSE_Blocks.GREEN_WHITE_TILES_STAIRS); - addDrop(NSE_Blocks.CRACKED_GREEN_WHITE_TILES_SLAB); - addDrop(NSE_Blocks.CRACKED_GREEN_WHITE_TILES_STAIRS); - addDrop(NSE_Blocks.MOSSY_GREEN_WHITE_TILES_SLAB); - addDrop(NSE_Blocks.MOSSY_GREEN_WHITE_TILES_STAIRS); - addDrop(NSE_Blocks.TUFF_TILES_SLAB); - addDrop(NSE_Blocks.TUFF_TILES_STAIRS); - addDrop(NSE_Blocks.CRACKED_TUFF_TILES_SLAB); - addDrop(NSE_Blocks.CRACKED_TUFF_TILES_STAIRS); - addDrop(NSE_Blocks.MOSSY_TUFF_TILES_SLAB); - addDrop(NSE_Blocks.MOSSY_TUFF_TILES_STAIRS); - addDrop(NSE_Blocks.TUFF_BRICKS_SLAB); - addDrop(NSE_Blocks.TUFF_BRICKS_STAIRS); - addDrop(NSE_Blocks.CRACKED_TUFF_BRICKS_SLAB); - addDrop(NSE_Blocks.CRACKED_TUFF_BRICKS_STAIRS); - addDrop(NSE_Blocks.MOSSY_TUFF_BRICKS_SLAB); - addDrop(NSE_Blocks.MOSSY_TUFF_BRICKS_STAIRS); - addDrop(NSE_Blocks.WHITE_CONCRETE_SLAB); - addDrop(NSE_Blocks.WHITE_CONCRETE_STAIRS); - addDrop(NSE_Blocks.CRACKED_WHITE_CONCRETE_SLAB); - addDrop(NSE_Blocks.CRACKED_WHITE_CONCRETE_STAIRS); - addDrop(NSE_Blocks.BEIGE_CONCRETE_SLAB); - addDrop(NSE_Blocks.BEIGE_CONCRETE_STAIRS); - addDrop(NSE_Blocks.CRACKED_BEIGE_CONCRETE_SLAB); - addDrop(NSE_Blocks.CRACKED_BEIGE_CONCRETE_STAIRS); - addDrop(NSE_Blocks.BLUE_CONCRETE_SLAB); - addDrop(NSE_Blocks.BLUE_CONCRETE_STAIRS); - addDrop(NSE_Blocks.CRACKED_BLUE_CONCRETE_SLAB); - addDrop(NSE_Blocks.CRACKED_BLUE_CONCRETE_STAIRS); - addDrop(NSE_Blocks.RED_CONCRETE_SLAB); - addDrop(NSE_Blocks.RED_CONCRETE_STAIRS); - addDrop(NSE_Blocks.CRACKED_RED_CONCRETE_SLAB); - addDrop(NSE_Blocks.CRACKED_RED_CONCRETE_STAIRS); - addDrop(NSE_Blocks.YELLOW_CONCRETE_SLAB); - addDrop(NSE_Blocks.YELLOW_CONCRETE_STAIRS); - addDrop(NSE_Blocks.CRACKED_YELLOW_CONCRETE_SLAB); - addDrop(NSE_Blocks.CRACKED_YELLOW_CONCRETE_STAIRS); - addDrop(NSE_Blocks.GREEN_CONCRETE_SLAB); - addDrop(NSE_Blocks.GREEN_CONCRETE_STAIRS); - addDrop(NSE_Blocks.CRACKED_GREEN_CONCRETE_SLAB); - addDrop(NSE_Blocks.CRACKED_GREEN_CONCRETE_STAIRS); - addDrop(NSE_Blocks.NII_FLOOR_SLAB); - addDrop(NSE_Blocks.NII_FLOOR_STAIRS); - addDrop(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_SLAB); - addDrop(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_STAIRS); - addDrop(NSE_Blocks.CROSS_ACACIA_PLANKS_SLAB); - addDrop(NSE_Blocks.CROSS_ACACIA_PLANKS_STAIRS); - addDrop(NSE_Blocks.HERRINGBONE_OAK_PLANKS_SLAB); - addDrop(NSE_Blocks.HERRINGBONE_OAK_PLANKS_STAIRS); - addDrop(NSE_Blocks.CROSS_OAK_PLANKS_SLAB); - addDrop(NSE_Blocks.CROSS_OAK_PLANKS_STAIRS); - addDrop(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_SLAB); - addDrop(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_STAIRS); - addDrop(NSE_Blocks.CROSS_BIRCH_PLANKS_SLAB); - addDrop(NSE_Blocks.CROSS_BIRCH_PLANKS_STAIRS); - addDrop(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_SLAB); - addDrop(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_STAIRS); - addDrop(NSE_Blocks.CROSS_CRIMSON_PLANKS_SLAB); - addDrop(NSE_Blocks.CROSS_CRIMSON_PLANKS_STAIRS); - addDrop(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_SLAB); - addDrop(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_STAIRS); - addDrop(NSE_Blocks.CROSS_DARK_OAK_PLANKS_SLAB); - addDrop(NSE_Blocks.CROSS_DARK_OAK_PLANKS_STAIRS); - addDrop(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_SLAB); - addDrop(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_STAIRS); - addDrop(NSE_Blocks.CROSS_JUNGLE_PLANKS_SLAB); - addDrop(NSE_Blocks.CROSS_JUNGLE_PLANKS_STAIRS); - addDrop(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_SLAB); - addDrop(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_STAIRS); - addDrop(NSE_Blocks.CROSS_MANGROVE_PLANKS_SLAB); - addDrop(NSE_Blocks.CROSS_MANGROVE_PLANKS_STAIRS); - addDrop(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_SLAB); - addDrop(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_STAIRS); - addDrop(NSE_Blocks.CROSS_SPRUCE_PLANKS_SLAB); - addDrop(NSE_Blocks.CROSS_SPRUCE_PLANKS_STAIRS); - addDrop(NSE_Blocks.HERRINGBONE_PARQUET_SLAB); - addDrop(NSE_Blocks.HERRINGBONE_PARQUET_STAIRS); - addDrop(NSE_Blocks.STRAIGHT_PARQUET_SLAB); - addDrop(NSE_Blocks.STRAIGHT_PARQUET_STAIRS); - addDrop(NSE_Blocks.SEPARATED_PARQUET_SLAB); - addDrop(NSE_Blocks.SEPARATED_PARQUET_STAIRS); - addDrop(NSE_Blocks.GREEN_LINOLEUM_SLAB); - addDrop(NSE_Blocks.GREEN_LINOLEUM_STAIRS); - addDrop(NSE_Blocks.BLUE_LINOLEUM_SLAB); - addDrop(NSE_Blocks.BLUE_LINOLEUM_STAIRS); - addDrop(NSE_Blocks.RED_LINOLEUM_SLAB); - addDrop(NSE_Blocks.RED_LINOLEUM_STAIRS); - addDrop(NSE_Blocks.GRAY_LINOLEUM_SLAB); - addDrop(NSE_Blocks.GRAY_LINOLEUM_STAIRS); - addDrop(NSE_Blocks.ORANGE_LINOLEUM_SLAB); - addDrop(NSE_Blocks.ORANGE_LINOLEUM_STAIRS); - addDrop(NSE_Blocks.BROWN_LINOLEUM_SLAB); - addDrop(NSE_Blocks.BROWN_LINOLEUM_STAIRS); - addDrop(NSE_Blocks.CYAN_LINOLEUM_SLAB); - addDrop(NSE_Blocks.CYAN_LINOLEUM_STAIRS); - addDrop(NSE_Blocks.METAL_PLATING_SLAB); - addDrop(NSE_Blocks.METAL_PLATING_STAIRS); - - addDropWithSilkTouch(NSE_Custom.LIGHT_BULB_LAMP); - } - } - - private static class BlockTagGenerator extends FabricTagProvider.BlockTagProvider { - - public BlockTagGenerator(FabricDataOutput output, CompletableFuture completableFuture) { - super(output, completableFuture); - } - - @Override - protected void configure(RegistryWrapper.WrapperLookup arg) { - // Blocks mined with a pickaxe - getOrCreateTagBuilder(BlockTags.PICKAXE_MINEABLE) - .add(NSE_Blocks.SAND_TILES) - .add(NSE_Blocks.HANDRAIL) - .add(NSE_Blocks.NII_FLOOR) - .add(NSE_Blocks.BIG_GREEN_TILES) - .add(NSE_Blocks.BIG_GREEN_TILES_CRACKED) - .add(NSE_Blocks.GREEN_BRICKS) - .add(NSE_Blocks.CRACKED_GREEN_BRICKS) - .add(NSE_Blocks.MOSSY_GREEN_BRICKS) - .add(NSE_Blocks.GREEN_BRICKS_2) - .add(NSE_Blocks.CRACKED_GREEN_BRICKS_2) - .add(NSE_Blocks.MOSSY_GREEN_BRICKS_2) - .add(NSE_Blocks.CRACKED_SAND_TILES) - .add(NSE_Blocks.MOSSY_SAND_TILES) - .add(NSE_Blocks.SMALL_SAND_TILES) - .add(NSE_Blocks.SMALL_CRACKED_SAND_TILES) - .add(NSE_Blocks.HERRINGBONE_SAND_TILES) - .add(NSE_Blocks.CROSS_SAND_TILES) - .add(NSE_Blocks.BIG_SAND_TILES) - .add(NSE_Blocks.SAND_BRICKS) - .add(NSE_Blocks.CRACKED_SAND_BRICKS) - .add(NSE_Blocks.MOSSY_SAND_BRICKS) - .add(NSE_Blocks.BIG_SAND_BRICKS) - .add(NSE_Blocks.BRICK_TILES) - .add(NSE_Blocks.CRACKED_BRICK_TILES) - .add(NSE_Blocks.MOSSY_BRICK_TILES) - .add(NSE_Blocks.DIRTY_BRICK_TILES) - .add(NSE_Blocks.DARK_BRICK_TILES) - .add(NSE_Blocks.CRACKED_DARK_BRICK_TILES) - .add(NSE_Blocks.MOSSY_DARK_BRICK_TILES) - .add(NSE_Blocks.DIRTY_DARK_BRICK_TILES) - .add(NSE_Blocks.GLAZED_BRICK_TILES) - .add(NSE_Blocks.CRACKED_GLAZED_BRICK_TILES) - .add(NSE_Blocks.RED_BRICKS) - .add(NSE_Blocks.CRACKED_RED_BRICKS) - .add(NSE_Blocks.MOSSY_RED_BRICKS) - .add(NSE_Blocks.TEAL_TILES) - .add(NSE_Blocks.CRACKED_TEAL_TILES) - .add(NSE_Blocks.MOSSY_TEAL_TILES) - .add(NSE_Blocks.SMALL_TEAL_TILES) - .add(NSE_Blocks.SMALL_CRACKED_TEAL_TILES) - .add(NSE_Blocks.GLAZED_TEAL_TILES) - .add(NSE_Blocks.CRACKED_GLAZED_TEAL_TILES) - .add(NSE_Blocks.VARIATED_TEAL_TILES) - .add(NSE_Blocks.AQUAMARINE_TILES) - .add(NSE_Blocks.CRACKED_AQUAMARINE_TILES) - .add(NSE_Blocks.MOSSY_AQUAMARINE_TILES) - .add(NSE_Blocks.DIRTY_AQUAMARINE_TILES) - .add(NSE_Blocks.SMALL_AQUAMARINE_TILES) - .add(NSE_Blocks.SMALL_CRACKED_AQUAMARINE_TILES) - .add(NSE_Blocks.GLAZED_AQUAMARINE_TILES) - .add(NSE_Blocks.CRACKED_GLAZED_AQUAMARINE_TILES) - .add(NSE_Blocks.SMALL_DIORITE_TILES) - .add(NSE_Blocks.SMALL_CRACKED_DIORITE_TILES) - .add(NSE_Blocks.BIG_DIORITE_TILES) - .add(NSE_Blocks.DIORITE_BRICKS) - .add(NSE_Blocks.CRACKED_DIORITE_BRICKS) - .add(NSE_Blocks.MOSSY_DIORITE_BRICKS) - .add(NSE_Blocks.CALCITE_TILES) - .add(NSE_Blocks.CRACKED_CALCITE_TILES) - .add(NSE_Blocks.MOSSY_CALCITE_TILES) - .add(NSE_Blocks.DIAGONAL_CALCITE_TILES) - .add(NSE_Blocks.NII_WALL_1) - .add(NSE_Blocks.CRACKED_NII_WALL_1) - .add(NSE_Blocks.NII_WALL_2) - .add(NSE_Blocks.NII_WALL_3) - .add(NSE_Blocks.DRIPSTONE_TILES) - .add(NSE_Blocks.CRACKED_DRIPSTONE_TILES) - .add(NSE_Blocks.MOSSY_DRIPSTONE_TILES) - .add(NSE_Blocks.DRIPSTONE_BRICKS) - .add(NSE_Blocks.DEEPSLATE_TILES) - .add(NSE_Blocks.CRACKED_DEEPSLATE_TILES) - .add(NSE_Blocks.MOSSY_DEEPSLATE_TILES) - .add(NSE_Blocks.SMALL_DEEPSLATE_TILES) - .add(NSE_Blocks.SMALL_CRACKED_DEEPSLATE_TILES) - .add(NSE_Blocks.DIAGONAL_DEEPSLATE_TILES) - .add(NSE_Blocks.LIGHT_BLUE_TILES) - .add(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES) - .add(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES) - .add(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES) - .add(NSE_Blocks.SMALL_LIGHT_BLUE_TILES) - .add(NSE_Blocks.SMALL_CRACKED_LIGHT_BLUE_TILES) - .add(NSE_Blocks.GLAZED_LIGHT_BLUE_TILES) - .add(NSE_Blocks.CRACKED_GLAZED_LIGHT_BLUE_TILES) - .add(NSE_Blocks.LIGHT_BLUE_BRICKS) - .add(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS) - .add(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS) - .add(NSE_Blocks.BIG_GRANITE_TILES) - .add(NSE_Blocks.SMALL_GRANITE_TILES) - .add(NSE_Blocks.SMALL_CRACKED_GRANITE_TILES) - .add(NSE_Blocks.GREEN_WHITE_TILES) - .add(NSE_Blocks.CRACKED_GREEN_WHITE_TILES) - .add(NSE_Blocks.MOSSY_GREEN_WHITE_TILES) - .add(NSE_Blocks.TUFF_TILES) - .add(NSE_Blocks.CRACKED_TUFF_TILES) - .add(NSE_Blocks.MOSSY_TUFF_TILES) - .add(NSE_Blocks.BIG_TUFF_TILES) - .add(NSE_Blocks.TUFF_BRICKS) - .add(NSE_Blocks.CRACKED_TUFF_BRICKS) - .add(NSE_Blocks.MOSSY_TUFF_BRICKS) - .add(NSE_Blocks.INDUSTRIAL_WARNING) - .add(NSE_Blocks.GRAY_WARNING) - .add(NSE_Blocks.RED_WARNING) - .add(NSE_Blocks.ORANGE_WARNING) - .add(NSE_Blocks.YELLOW_WARNING) - .add(NSE_Blocks.LIME_WARNING) - .add(NSE_Blocks.GREEN_WARNING) - .add(NSE_Blocks.CYAN_WARNING) - .add(NSE_Blocks.LIGHT_BLUE_WARNING) - .add(NSE_Blocks.BLUE_WARNING) - .add(NSE_Blocks.PURPLE_WARNING) - .add(NSE_Blocks.MAGENTA_WARNING) - .add(NSE_Blocks.METAL_PLATING) - .add(NSE_Blocks.CONCRETE_WALL) - .add(NSE_Blocks.SMALL_YELLOW_TILES) - .add(NSE_Blocks.SMALL_CRACKED_YELLOW_TILES) - .add(NSE_Blocks.SAND_TILES_STAIRS) - .add(NSE_Blocks.SAND_TILES_SLAB) - .add(NSE_Blocks.CRACKED_SAND_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_SAND_TILES_SLAB) - .add(NSE_Blocks.MOSSY_SAND_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_SAND_TILES_SLAB) - .add(NSE_Blocks.HERRINGBONE_SAND_TILES_STAIRS) - .add(NSE_Blocks.HERRINGBONE_SAND_TILES_SLAB) - .add(NSE_Blocks.CROSS_SAND_TILES_STAIRS) - .add(NSE_Blocks.CROSS_SAND_TILES_SLAB) - .add(NSE_Blocks.SAND_BRICKS_STAIRS) - .add(NSE_Blocks.SAND_BRICKS_SLAB) - .add(NSE_Blocks.CRACKED_SAND_BRICKS_STAIRS) - .add(NSE_Blocks.CRACKED_SAND_BRICKS_SLAB) - .add(NSE_Blocks.MOSSY_SAND_BRICKS_STAIRS) - .add(NSE_Blocks.MOSSY_SAND_BRICKS_SLAB) - .add(NSE_Blocks.BIG_SAND_BRICKS_STAIRS) - .add(NSE_Blocks.BIG_SAND_BRICKS_SLAB) - .add(NSE_Blocks.BRICK_TILES_STAIRS) - .add(NSE_Blocks.BRICK_TILES_SLAB) - .add(NSE_Blocks.CRACKED_BRICK_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_BRICK_TILES_SLAB) - .add(NSE_Blocks.MOSSY_BRICK_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_BRICK_TILES_SLAB) - .add(NSE_Blocks.DIRTY_BRICK_TILES_STAIRS) - .add(NSE_Blocks.DIRTY_BRICK_TILES_SLAB) - .add(NSE_Blocks.DARK_BRICK_TILES_STAIRS) - .add(NSE_Blocks.DARK_BRICK_TILES_SLAB) - .add(NSE_Blocks.CRACKED_DARK_BRICK_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_DARK_BRICK_TILES_SLAB) - .add(NSE_Blocks.MOSSY_DARK_BRICK_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_DARK_BRICK_TILES_SLAB) - .add(NSE_Blocks.DIRTY_DARK_BRICK_TILES_STAIRS) - .add(NSE_Blocks.DIRTY_DARK_BRICK_TILES_SLAB) - .add(NSE_Blocks.RED_BRICKS_STAIRS) - .add(NSE_Blocks.RED_BRICKS_SLAB) - .add(NSE_Blocks.CRACKED_RED_BRICKS_STAIRS) - .add(NSE_Blocks.CRACKED_RED_BRICKS_SLAB) - .add(NSE_Blocks.MOSSY_RED_BRICKS_STAIRS) - .add(NSE_Blocks.MOSSY_RED_BRICKS_SLAB) - .add(NSE_Blocks.TEAL_TILES_STAIRS) - .add(NSE_Blocks.TEAL_TILES_SLAB) - .add(NSE_Blocks.CRACKED_TEAL_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_TEAL_TILES_SLAB) - .add(NSE_Blocks.MOSSY_TEAL_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_TEAL_TILES_SLAB) - .add(NSE_Blocks.VARIATED_TEAL_TILES_STAIRS) - .add(NSE_Blocks.VARIATED_TEAL_TILES_SLAB) - .add(NSE_Blocks.GREEN_BRICKS_STAIRS) - .add(NSE_Blocks.GREEN_BRICKS_SLAB) - .add(NSE_Blocks.CRACKED_GREEN_BRICKS_STAIRS) - .add(NSE_Blocks.CRACKED_GREEN_BRICKS_SLAB) - .add(NSE_Blocks.MOSSY_GREEN_BRICKS_STAIRS) - .add(NSE_Blocks.MOSSY_GREEN_BRICKS_SLAB) - .add(NSE_Blocks.GREEN_BRICKS_2_STAIRS) - .add(NSE_Blocks.GREEN_BRICKS_2_SLAB) - .add(NSE_Blocks.CRACKED_GREEN_BRICKS_2_STAIRS) - .add(NSE_Blocks.CRACKED_GREEN_BRICKS_2_SLAB) - .add(NSE_Blocks.MOSSY_GREEN_BRICKS_2_STAIRS) - .add(NSE_Blocks.MOSSY_GREEN_BRICKS_2_SLAB) - .add(NSE_Blocks.AQUAMARINE_TILES_STAIRS) - .add(NSE_Blocks.AQUAMARINE_TILES_SLAB) - .add(NSE_Blocks.CRACKED_AQUAMARINE_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_AQUAMARINE_TILES_SLAB) - .add(NSE_Blocks.MOSSY_AQUAMARINE_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_AQUAMARINE_TILES_SLAB) - .add(NSE_Blocks.DIRTY_AQUAMARINE_TILES_STAIRS) - .add(NSE_Blocks.DIRTY_AQUAMARINE_TILES_SLAB) - .add(NSE_Blocks.DIORITE_BRICKS_STAIRS) - .add(NSE_Blocks.DIORITE_BRICKS_SLAB) - .add(NSE_Blocks.CRACKED_DIORITE_BRICKS_STAIRS) - .add(NSE_Blocks.CRACKED_DIORITE_BRICKS_SLAB) - .add(NSE_Blocks.MOSSY_DIORITE_BRICKS_STAIRS) - .add(NSE_Blocks.MOSSY_DIORITE_BRICKS_SLAB) - .add(NSE_Blocks.CALCITE_TILES_STAIRS) - .add(NSE_Blocks.CALCITE_TILES_SLAB) - .add(NSE_Blocks.CRACKED_CALCITE_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_CALCITE_TILES_SLAB) - .add(NSE_Blocks.MOSSY_CALCITE_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_CALCITE_TILES_SLAB) - .add(NSE_Blocks.DRIPSTONE_TILES_STAIRS) - .add(NSE_Blocks.DRIPSTONE_TILES_SLAB) - .add(NSE_Blocks.CRACKED_DRIPSTONE_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_DRIPSTONE_TILES_SLAB) - .add(NSE_Blocks.MOSSY_DRIPSTONE_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_DRIPSTONE_TILES_SLAB) - .add(NSE_Blocks.DEEPSLATE_TILES_STAIRS) - .add(NSE_Blocks.DEEPSLATE_TILES_SLAB) - .add(NSE_Blocks.CRACKED_DEEPSLATE_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_DEEPSLATE_TILES_SLAB) - .add(NSE_Blocks.MOSSY_DEEPSLATE_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_DEEPSLATE_TILES_SLAB) - .add(NSE_Blocks.LIGHT_BLUE_TILES_STAIRS) - .add(NSE_Blocks.LIGHT_BLUE_TILES_SLAB) - .add(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_SLAB) - .add(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_SLAB) - .add(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_STAIRS) - .add(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_SLAB) - .add(NSE_Blocks.LIGHT_BLUE_BRICKS_STAIRS) - .add(NSE_Blocks.LIGHT_BLUE_BRICKS_SLAB) - .add(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_STAIRS) - .add(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_SLAB) - .add(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_STAIRS) - .add(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_SLAB) - .add(NSE_Blocks.GREEN_WHITE_TILES_STAIRS) - .add(NSE_Blocks.GREEN_WHITE_TILES_SLAB) - .add(NSE_Blocks.CRACKED_GREEN_WHITE_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_GREEN_WHITE_TILES_SLAB) - .add(NSE_Blocks.MOSSY_GREEN_WHITE_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_GREEN_WHITE_TILES_SLAB) - .add(NSE_Blocks.TUFF_TILES_STAIRS) - .add(NSE_Blocks.TUFF_TILES_SLAB) - .add(NSE_Blocks.CRACKED_TUFF_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_TUFF_TILES_SLAB) - .add(NSE_Blocks.MOSSY_TUFF_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_TUFF_TILES_SLAB) - .add(NSE_Blocks.TUFF_BRICKS_STAIRS) - .add(NSE_Blocks.TUFF_BRICKS_SLAB) - .add(NSE_Blocks.CRACKED_TUFF_BRICKS_STAIRS) - .add(NSE_Blocks.CRACKED_TUFF_BRICKS_SLAB) - .add(NSE_Blocks.MOSSY_TUFF_BRICKS_STAIRS) - .add(NSE_Blocks.MOSSY_TUFF_BRICKS_SLAB) - .add(NSE_Blocks.WHITE_CONCRETE_STAIRS) - .add(NSE_Blocks.WHITE_CONCRETE_SLAB) - .add(NSE_Blocks.CRACKED_WHITE_CONCRETE_STAIRS) - .add(NSE_Blocks.CRACKED_WHITE_CONCRETE_SLAB) - .add(NSE_Blocks.BEIGE_CONCRETE_STAIRS) - .add(NSE_Blocks.BEIGE_CONCRETE_SLAB) - .add(NSE_Blocks.CRACKED_BEIGE_CONCRETE_STAIRS) - .add(NSE_Blocks.CRACKED_BEIGE_CONCRETE_SLAB) - .add(NSE_Blocks.BLUE_CONCRETE_STAIRS) - .add(NSE_Blocks.BLUE_CONCRETE_SLAB) - .add(NSE_Blocks.CRACKED_BLUE_CONCRETE_STAIRS) - .add(NSE_Blocks.CRACKED_BLUE_CONCRETE_SLAB) - .add(NSE_Blocks.RED_CONCRETE_STAIRS) - .add(NSE_Blocks.RED_CONCRETE_SLAB) - .add(NSE_Blocks.CRACKED_RED_CONCRETE_STAIRS) - .add(NSE_Blocks.CRACKED_RED_CONCRETE_SLAB) - .add(NSE_Blocks.YELLOW_CONCRETE_STAIRS) - .add(NSE_Blocks.YELLOW_CONCRETE_SLAB) - .add(NSE_Blocks.CRACKED_YELLOW_CONCRETE_STAIRS) - .add(NSE_Blocks.CRACKED_YELLOW_CONCRETE_SLAB) - .add(NSE_Blocks.GREEN_CONCRETE_STAIRS) - .add(NSE_Blocks.GREEN_CONCRETE_SLAB) - .add(NSE_Blocks.CRACKED_GREEN_CONCRETE_STAIRS) - .add(NSE_Blocks.CRACKED_GREEN_CONCRETE_SLAB) - .add(NSE_Blocks.NII_FLOOR_STAIRS) - .add(NSE_Blocks.NII_FLOOR_SLAB) - .add(NSE_Blocks.METAL_PLATING_STAIRS) - .add(NSE_Blocks.METAL_PLATING_SLAB) - .add(NSE_Custom.VINTAGE_LAMP) - .add(NSE_Custom.LIGHT_BULB_LAMP); - - // Blocks mined with an axe - getOrCreateTagBuilder(BlockTags.AXE_MINEABLE) - .add(NSE_Blocks.CRATE) - .add(NSE_Blocks.CONCRETE_WALL) - .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS) - .add(NSE_Blocks.CROSS_ACACIA_PLANKS) - .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS) - .add(NSE_Blocks.CROSS_OAK_PLANKS) - .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS) - .add(NSE_Blocks.CROSS_BIRCH_PLANKS) - .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS) - .add(NSE_Blocks.CROSS_CRIMSON_PLANKS) - .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS) - .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS) - .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS) - .add(NSE_Blocks.CROSS_JUNGLE_PLANKS) - .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS) - .add(NSE_Blocks.CROSS_MANGROVE_PLANKS) - .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS) - .add(NSE_Blocks.CROSS_SPRUCE_PLANKS) - .add(NSE_Blocks.HERRINGBONE_PARQUET) - .add(NSE_Blocks.STRAIGHT_PARQUET) - .add(NSE_Blocks.SEPARATED_PARQUET) - .add(NSE_Blocks.GREEN_LINOLEUM) - .add(NSE_Blocks.BLUE_LINOLEUM) - .add(NSE_Blocks.RED_LINOLEUM) - .add(NSE_Blocks.GRAY_LINOLEUM) - .add(NSE_Blocks.ORANGE_LINOLEUM) - .add(NSE_Blocks.BROWN_LINOLEUM) - .add(NSE_Blocks.CYAN_LINOLEUM) - .add(NSE_Blocks.CROSS_ORANGE_LINOLEUM) - .add(NSE_Blocks.CROSS_BROWN_LINOLEUM) - .add(NSE_Blocks.CHISELED_BIRCH_DOOR) - .add(NSE_Blocks.CHISELED_MANGROVE_DOOR) - .add(NSE_Blocks.CHISELED_OAK_DOOR) - .add(NSE_Blocks.CHISELED_SPRUCE_DOOR) - .add(NSE_Blocks.GREEN_WALLPAPER) - .add(NSE_Blocks.BROWN_WALLPAPER) - .add(NSE_Blocks.BEIGE_WALLPAPER) - .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_ACACIA_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_ACACIA_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_OAK_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_OAK_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_BIRCH_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_BIRCH_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_CRIMSON_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_CRIMSON_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_JUNGLE_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_JUNGLE_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_MANGROVE_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_MANGROVE_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_SPRUCE_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_SPRUCE_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_PARQUET_STAIRS) - .add(NSE_Blocks.HERRINGBONE_PARQUET_SLAB) - .add(NSE_Blocks.STRAIGHT_PARQUET_STAIRS) - .add(NSE_Blocks.STRAIGHT_PARQUET_SLAB) - .add(NSE_Blocks.SEPARATED_PARQUET_STAIRS) - .add(NSE_Blocks.SEPARATED_PARQUET_SLAB) - .add(NSE_Blocks.GREEN_LINOLEUM_STAIRS) - .add(NSE_Blocks.GREEN_LINOLEUM_SLAB) - .add(NSE_Blocks.BLUE_LINOLEUM_STAIRS) - .add(NSE_Blocks.BLUE_LINOLEUM_SLAB) - .add(NSE_Blocks.RED_LINOLEUM_STAIRS) - .add(NSE_Blocks.RED_LINOLEUM_SLAB) - .add(NSE_Blocks.GRAY_LINOLEUM_STAIRS) - .add(NSE_Blocks.GRAY_LINOLEUM_SLAB) - .add(NSE_Blocks.ORANGE_LINOLEUM_STAIRS) - .add(NSE_Blocks.ORANGE_LINOLEUM_SLAB) - .add(NSE_Blocks.BROWN_LINOLEUM_STAIRS) - .add(NSE_Blocks.BROWN_LINOLEUM_SLAB) - .add(NSE_Blocks.CYAN_LINOLEUM_STAIRS) - .add(NSE_Blocks.CYAN_LINOLEUM_SLAB) - .add(NSE_Custom.TABLE_LAMP); - - getOrCreateTagBuilder(NSE_Tags.Blocks.RAKE_MINEABLE) - .add(NSE_Blocks.MEAT) - .add(NSE_Blocks.MEAT_EYE) - .add(NSE_Blocks.MEAT_TEETH) - .add(NSE_Blocks.PURPLE_GOO); - - getOrCreateTagBuilder(NSE_Tags.Blocks.TV) - .add(NSE_Custom.TV) - .add(NSE_Custom.RED_TV) - .add(NSE_Custom.BROWN_TV); - - getOrCreateTagBuilder(NSE_Tags.Blocks.POST_LAMPS) - .add(NSE_Custom.CAGED_POST_LAMP) - .add(NSE_Custom.VINTAGE_POST_LAMP) - .add(NSE_Custom.MODERN_POST_LAMP) - .add(NSE_Custom.BIG_POST_LAMP); - - getOrCreateTagBuilder(BlockTags.DOORS) - .add(NSE_Blocks.CHISELED_BIRCH_DOOR) - .add(NSE_Blocks.CHISELED_OAK_DOOR) - .add(NSE_Blocks.CHISELED_MANGROVE_DOOR) - .add(NSE_Blocks.CHISELED_SPRUCE_DOOR); - - getOrCreateTagBuilder(BlockTags.WOODEN_DOORS) - .add(NSE_Blocks.CHISELED_BIRCH_DOOR) - .add(NSE_Blocks.CHISELED_OAK_DOOR) - .add(NSE_Blocks.CHISELED_MANGROVE_DOOR) - .add(NSE_Blocks.CHISELED_SPRUCE_DOOR); - - getOrCreateTagBuilder(BlockTags.WALLS).add(NSE_Blocks.CONCRETE_WALL); - - getOrCreateTagBuilder(BlockTags.PLANKS) - .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS) - .add(NSE_Blocks.CROSS_ACACIA_PLANKS) - .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS) - .add(NSE_Blocks.CROSS_OAK_PLANKS) - .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS) - .add(NSE_Blocks.CROSS_BIRCH_PLANKS) - .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS) - .add(NSE_Blocks.CROSS_CRIMSON_PLANKS) - .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS) - .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS) - .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS) - .add(NSE_Blocks.CROSS_JUNGLE_PLANKS) - .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS) - .add(NSE_Blocks.CROSS_MANGROVE_PLANKS) - .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS) - .add(NSE_Blocks.CROSS_SPRUCE_PLANKS); - - getOrCreateTagBuilder(BlockTags.STAIRS) - .add(NSE_Blocks.SAND_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_SAND_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_SAND_TILES_STAIRS) - .add(NSE_Blocks.HERRINGBONE_SAND_TILES_STAIRS) - .add(NSE_Blocks.CROSS_SAND_TILES_STAIRS) - .add(NSE_Blocks.SAND_BRICKS_STAIRS) - .add(NSE_Blocks.CRACKED_SAND_BRICKS_STAIRS) - .add(NSE_Blocks.MOSSY_SAND_BRICKS_STAIRS) - .add(NSE_Blocks.BIG_SAND_BRICKS_STAIRS) - .add(NSE_Blocks.BRICK_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_BRICK_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_BRICK_TILES_STAIRS) - .add(NSE_Blocks.DIRTY_BRICK_TILES_STAIRS) - .add(NSE_Blocks.DARK_BRICK_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_DARK_BRICK_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_DARK_BRICK_TILES_STAIRS) - .add(NSE_Blocks.DIRTY_DARK_BRICK_TILES_STAIRS) - .add(NSE_Blocks.RED_BRICKS_STAIRS) - .add(NSE_Blocks.CRACKED_RED_BRICKS_STAIRS) - .add(NSE_Blocks.MOSSY_RED_BRICKS_STAIRS) - .add(NSE_Blocks.TEAL_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_TEAL_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_TEAL_TILES_STAIRS) - .add(NSE_Blocks.VARIATED_TEAL_TILES_STAIRS) - .add(NSE_Blocks.GREEN_BRICKS_STAIRS) - .add(NSE_Blocks.CRACKED_GREEN_BRICKS_STAIRS) - .add(NSE_Blocks.MOSSY_GREEN_BRICKS_STAIRS) - .add(NSE_Blocks.GREEN_BRICKS_2_STAIRS) - .add(NSE_Blocks.CRACKED_GREEN_BRICKS_2_STAIRS) - .add(NSE_Blocks.MOSSY_GREEN_BRICKS_2_STAIRS) - .add(NSE_Blocks.AQUAMARINE_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_AQUAMARINE_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_AQUAMARINE_TILES_STAIRS) - .add(NSE_Blocks.DIRTY_AQUAMARINE_TILES_STAIRS) - .add(NSE_Blocks.DIORITE_BRICKS_STAIRS) - .add(NSE_Blocks.CRACKED_DIORITE_BRICKS_STAIRS) - .add(NSE_Blocks.MOSSY_DIORITE_BRICKS_STAIRS) - .add(NSE_Blocks.CALCITE_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_CALCITE_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_CALCITE_TILES_STAIRS) - .add(NSE_Blocks.DRIPSTONE_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_DRIPSTONE_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_DRIPSTONE_TILES_STAIRS) - .add(NSE_Blocks.DEEPSLATE_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_DEEPSLATE_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_DEEPSLATE_TILES_STAIRS) - .add(NSE_Blocks.LIGHT_BLUE_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_STAIRS) - .add(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_STAIRS) - .add(NSE_Blocks.LIGHT_BLUE_BRICKS_STAIRS) - .add(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_STAIRS) - .add(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_STAIRS) - .add(NSE_Blocks.GREEN_WHITE_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_GREEN_WHITE_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_GREEN_WHITE_TILES_STAIRS) - .add(NSE_Blocks.TUFF_TILES_STAIRS) - .add(NSE_Blocks.CRACKED_TUFF_TILES_STAIRS) - .add(NSE_Blocks.MOSSY_TUFF_TILES_STAIRS) - .add(NSE_Blocks.TUFF_BRICKS_STAIRS) - .add(NSE_Blocks.CRACKED_TUFF_BRICKS_STAIRS) - .add(NSE_Blocks.MOSSY_TUFF_BRICKS_STAIRS) - .add(NSE_Blocks.WHITE_CONCRETE_STAIRS) - .add(NSE_Blocks.CRACKED_WHITE_CONCRETE_STAIRS) - .add(NSE_Blocks.BEIGE_CONCRETE_STAIRS) - .add(NSE_Blocks.CRACKED_BEIGE_CONCRETE_STAIRS) - .add(NSE_Blocks.BLUE_CONCRETE_STAIRS) - .add(NSE_Blocks.CRACKED_BLUE_CONCRETE_STAIRS) - .add(NSE_Blocks.RED_CONCRETE_STAIRS) - .add(NSE_Blocks.CRACKED_RED_CONCRETE_STAIRS) - .add(NSE_Blocks.YELLOW_CONCRETE_STAIRS) - .add(NSE_Blocks.CRACKED_YELLOW_CONCRETE_STAIRS) - .add(NSE_Blocks.GREEN_CONCRETE_STAIRS) - .add(NSE_Blocks.CRACKED_GREEN_CONCRETE_STAIRS) - .add(NSE_Blocks.NII_FLOOR_STAIRS) - .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_ACACIA_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_OAK_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_BIRCH_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_CRIMSON_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_JUNGLE_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_MANGROVE_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_SPRUCE_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_PARQUET_STAIRS) - .add(NSE_Blocks.STRAIGHT_PARQUET_STAIRS) - .add(NSE_Blocks.SEPARATED_PARQUET_STAIRS) - .add(NSE_Blocks.GREEN_LINOLEUM_STAIRS) - .add(NSE_Blocks.BLUE_LINOLEUM_STAIRS) - .add(NSE_Blocks.RED_LINOLEUM_STAIRS) - .add(NSE_Blocks.GRAY_LINOLEUM_STAIRS) - .add(NSE_Blocks.ORANGE_LINOLEUM_STAIRS) - .add(NSE_Blocks.BROWN_LINOLEUM_STAIRS) - .add(NSE_Blocks.CYAN_LINOLEUM_STAIRS) - .add(NSE_Blocks.METAL_PLATING_STAIRS); - - getOrCreateTagBuilder(BlockTags.SLABS) - .add(NSE_Blocks.SAND_TILES_SLAB) - .add(NSE_Blocks.CRACKED_SAND_TILES_SLAB) - .add(NSE_Blocks.MOSSY_SAND_TILES_SLAB) - .add(NSE_Blocks.HERRINGBONE_SAND_TILES_SLAB) - .add(NSE_Blocks.CROSS_SAND_TILES_SLAB) - .add(NSE_Blocks.SAND_BRICKS_SLAB) - .add(NSE_Blocks.CRACKED_SAND_BRICKS_SLAB) - .add(NSE_Blocks.MOSSY_SAND_BRICKS_SLAB) - .add(NSE_Blocks.BIG_SAND_BRICKS_SLAB) - .add(NSE_Blocks.BRICK_TILES_SLAB) - .add(NSE_Blocks.CRACKED_BRICK_TILES_SLAB) - .add(NSE_Blocks.MOSSY_BRICK_TILES_SLAB) - .add(NSE_Blocks.DIRTY_BRICK_TILES_SLAB) - .add(NSE_Blocks.DARK_BRICK_TILES_SLAB) - .add(NSE_Blocks.CRACKED_DARK_BRICK_TILES_SLAB) - .add(NSE_Blocks.MOSSY_DARK_BRICK_TILES_SLAB) - .add(NSE_Blocks.DIRTY_DARK_BRICK_TILES_SLAB) - .add(NSE_Blocks.RED_BRICKS_SLAB) - .add(NSE_Blocks.CRACKED_RED_BRICKS_SLAB) - .add(NSE_Blocks.MOSSY_RED_BRICKS_SLAB) - .add(NSE_Blocks.TEAL_TILES_SLAB) - .add(NSE_Blocks.CRACKED_TEAL_TILES_SLAB) - .add(NSE_Blocks.MOSSY_TEAL_TILES_SLAB) - .add(NSE_Blocks.VARIATED_TEAL_TILES_SLAB) - .add(NSE_Blocks.GREEN_BRICKS_SLAB) - .add(NSE_Blocks.CRACKED_GREEN_BRICKS_SLAB) - .add(NSE_Blocks.MOSSY_GREEN_BRICKS_SLAB) - .add(NSE_Blocks.GREEN_BRICKS_2_SLAB) - .add(NSE_Blocks.CRACKED_GREEN_BRICKS_2_SLAB) - .add(NSE_Blocks.MOSSY_GREEN_BRICKS_2_SLAB) - .add(NSE_Blocks.AQUAMARINE_TILES_SLAB) - .add(NSE_Blocks.CRACKED_AQUAMARINE_TILES_SLAB) - .add(NSE_Blocks.MOSSY_AQUAMARINE_TILES_SLAB) - .add(NSE_Blocks.DIRTY_AQUAMARINE_TILES_SLAB) - .add(NSE_Blocks.DIORITE_BRICKS_SLAB) - .add(NSE_Blocks.CRACKED_DIORITE_BRICKS_SLAB) - .add(NSE_Blocks.MOSSY_DIORITE_BRICKS_SLAB) - .add(NSE_Blocks.CALCITE_TILES_SLAB) - .add(NSE_Blocks.CRACKED_CALCITE_TILES_SLAB) - .add(NSE_Blocks.MOSSY_CALCITE_TILES_SLAB) - .add(NSE_Blocks.DRIPSTONE_TILES_SLAB) - .add(NSE_Blocks.CRACKED_DRIPSTONE_TILES_SLAB) - .add(NSE_Blocks.MOSSY_DRIPSTONE_TILES_SLAB) - .add(NSE_Blocks.DEEPSLATE_TILES_SLAB) - .add(NSE_Blocks.CRACKED_DEEPSLATE_TILES_SLAB) - .add(NSE_Blocks.MOSSY_DEEPSLATE_TILES_SLAB) - .add(NSE_Blocks.LIGHT_BLUE_TILES_SLAB) - .add(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_SLAB) - .add(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_SLAB) - .add(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_SLAB) - .add(NSE_Blocks.LIGHT_BLUE_BRICKS_SLAB) - .add(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_SLAB) - .add(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_SLAB) - .add(NSE_Blocks.GREEN_WHITE_TILES_SLAB) - .add(NSE_Blocks.CRACKED_GREEN_WHITE_TILES_SLAB) - .add(NSE_Blocks.MOSSY_GREEN_WHITE_TILES_SLAB) - .add(NSE_Blocks.TUFF_TILES_SLAB) - .add(NSE_Blocks.CRACKED_TUFF_TILES_SLAB) - .add(NSE_Blocks.MOSSY_TUFF_TILES_SLAB) - .add(NSE_Blocks.TUFF_BRICKS_SLAB) - .add(NSE_Blocks.CRACKED_TUFF_BRICKS_SLAB) - .add(NSE_Blocks.MOSSY_TUFF_BRICKS_SLAB) - .add(NSE_Blocks.WHITE_CONCRETE_SLAB) - .add(NSE_Blocks.CRACKED_WHITE_CONCRETE_SLAB) - .add(NSE_Blocks.BEIGE_CONCRETE_SLAB) - .add(NSE_Blocks.CRACKED_BEIGE_CONCRETE_SLAB) - .add(NSE_Blocks.BLUE_CONCRETE_SLAB) - .add(NSE_Blocks.CRACKED_BLUE_CONCRETE_SLAB) - .add(NSE_Blocks.RED_CONCRETE_SLAB) - .add(NSE_Blocks.CRACKED_RED_CONCRETE_SLAB) - .add(NSE_Blocks.YELLOW_CONCRETE_SLAB) - .add(NSE_Blocks.CRACKED_YELLOW_CONCRETE_SLAB) - .add(NSE_Blocks.GREEN_CONCRETE_SLAB) - .add(NSE_Blocks.CRACKED_GREEN_CONCRETE_SLAB) - .add(NSE_Blocks.NII_FLOOR_SLAB) - .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_ACACIA_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_OAK_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_BIRCH_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_CRIMSON_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_JUNGLE_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_MANGROVE_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_SPRUCE_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_PARQUET_SLAB) - .add(NSE_Blocks.STRAIGHT_PARQUET_SLAB) - .add(NSE_Blocks.SEPARATED_PARQUET_SLAB) - .add(NSE_Blocks.GREEN_LINOLEUM_SLAB) - .add(NSE_Blocks.BLUE_LINOLEUM_SLAB) - .add(NSE_Blocks.RED_LINOLEUM_SLAB) - .add(NSE_Blocks.GRAY_LINOLEUM_SLAB) - .add(NSE_Blocks.ORANGE_LINOLEUM_SLAB) - .add(NSE_Blocks.BROWN_LINOLEUM_SLAB) - .add(NSE_Blocks.CYAN_LINOLEUM_SLAB) - .add(NSE_Blocks.METAL_PLATING_SLAB); - - getOrCreateTagBuilder(BlockTags.WOODEN_STAIRS) - .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_ACACIA_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_OAK_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_BIRCH_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_CRIMSON_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_JUNGLE_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_MANGROVE_PLANKS_STAIRS) - .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_STAIRS) - .add(NSE_Blocks.CROSS_SPRUCE_PLANKS_STAIRS); - - getOrCreateTagBuilder(BlockTags.WOODEN_SLABS) - .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_ACACIA_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_OAK_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_BIRCH_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_CRIMSON_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_JUNGLE_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_MANGROVE_PLANKS_SLAB) - .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_SLAB) - .add(NSE_Blocks.CROSS_SPRUCE_PLANKS_SLAB); - } - } - - - private static class RecipeGenerator extends FabricRecipeProvider { - private RecipeGenerator(FabricDataOutput generator) { - super(generator); - } - - private void mossRecipe(Consumer exporter, ItemConvertible output, ItemConvertible input) { - var path = convertBetween(output, input); - ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, output).input(input).input(Items.VINE).criterion(FabricRecipeProvider.hasItem(output), - FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(input), - FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(Items.VINE), - FabricRecipeProvider.conditionsFromItem(output)).offerTo(exporter, path + "_vine"); - - ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, output).input(input).input(Items.MOSS_BLOCK).criterion(FabricRecipeProvider.hasItem(output), - FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(input), - FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(Items.MOSS_BLOCK), - FabricRecipeProvider.conditionsFromItem(output)).offerTo(exporter, path + "_moss"); - } - - private void dirtyRecipe(Consumer exporter, ItemConvertible output, ItemConvertible input) { - var path = convertBetween(output, input); - ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, output).input(input).input(Items.DIRT).criterion(FabricRecipeProvider.hasItem(output), - FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(input), - FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(Items.DIRT), - FabricRecipeProvider.conditionsFromItem(output)).offerTo(exporter, path + "_dirt"); - - ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, output).input(input).input(Items.GLOW_LICHEN).criterion(FabricRecipeProvider.hasItem(output), - FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(input), - FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(Items.GLOW_LICHEN), - FabricRecipeProvider.conditionsFromItem(output)).offerTo(exporter, path + "_lichen"); - } - - private void stoneCuttingCategory(Consumer exporter, List category, RecipeCategory recipe_category) { - for (int i = 0; i < category.size(); i++) { - for (int j = 0; j < category.size(); j++) { - if (i != j) { - offerStonecuttingRecipe(exporter, recipe_category, - category.get(i), category.get(j)); - } - } - } - } - - private void diceRecipe(Consumer exporter, ItemConvertible dice) { - // why can't we use BlockTags.WOODEN_BUTTONS - var buttons = Util.make(Lists.newArrayList(), list -> { - list.add(Blocks.OAK_BUTTON); - list.add(Blocks.BAMBOO_BUTTON); - list.add(Blocks.BIRCH_BUTTON); - list.add(Blocks.CHERRY_BUTTON); - list.add(Blocks.ACACIA_BUTTON); - list.add(Blocks.CRIMSON_BUTTON); - list.add(Blocks.DARK_OAK_BUTTON); - list.add(Blocks.JUNGLE_BUTTON); - list.add(Blocks.MANGROVE_BUTTON); - list.add(Blocks.SPRUCE_BUTTON); - list.add(Blocks.WARPED_BUTTON); - }); - for (Object button : buttons) { - offerStonecuttingRecipe(exporter, RecipeCategory.MISC, dice, (ItemConvertible) button); - } - } - - private void warningStripeRecipe(Consumer exporter, ItemConvertible output, ItemConvertible dye) { - ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, output, 4) - .pattern("D#D") - .pattern("#D#") - .pattern("D#D") - .input('D', dye) - .input('#', Items.IRON_INGOT) - .criterion(RecipeProvider.hasItem(Items.IRON_INGOT), - RecipeProvider.conditionsFromItem(Items.IRON_INGOT)) - .criterion(RecipeProvider.hasItem(dye), - RecipeProvider.conditionsFromItem(dye)) - .offerTo(exporter); - } - - private void crissCrossRecipe(Consumer exporter, ItemConvertible output, ItemConvertible input1, ItemConvertible input2) { - ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, output, 4) - .pattern("XY") - .pattern("YX") - .input('X', input1) - .input('Y', input2) - .criterion(RecipeProvider.hasItem(input1), - RecipeProvider.conditionsFromItem(input1)) - .criterion(RecipeProvider.hasItem(input2), - RecipeProvider.conditionsFromItem(input2)) - .offerTo(exporter); - } - - private void tvRecipe(Consumer exporter, ItemConvertible output, ItemConvertible dye) { - ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 1) - .pattern("N N") - .pattern("DGD") - .pattern("DRD") - .input('D', dye) - .input('N', Items.IRON_NUGGET) - .input('R', Items.REDSTONE) - .input('G', Items.GLASS_PANE) - .criterion(RecipeProvider.hasItem(Items.IRON_NUGGET), - RecipeProvider.conditionsFromItem(Items.IRON_NUGGET)) - .criterion(RecipeProvider.hasItem(Items.GLASS_PANE), - RecipeProvider.conditionsFromItem(Items.GLASS_PANE)) - .criterion(RecipeProvider.hasItem(Items.REDSTONE), - RecipeProvider.conditionsFromItem(Items.REDSTONE)) - .criterion(RecipeProvider.hasItem(dye), - RecipeProvider.conditionsFromItem(dye)) - .offerTo(exporter); - } - - private void radioRecipe(Consumer exporter, ItemConvertible output) { - ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 1) - .pattern(" N") - .pattern("MMM") - .pattern("III") - .input('M', Blocks.NOTE_BLOCK) - .input('N', Items.IRON_NUGGET) - .input('I', Items.IRON_INGOT) - .criterion(RecipeProvider.hasItem(Items.IRON_NUGGET), - RecipeProvider.conditionsFromItem(Items.IRON_NUGGET)) - .criterion(RecipeProvider.hasItem(Items.NOTE_BLOCK), - RecipeProvider.conditionsFromItem(Items.NOTE_BLOCK)) - .criterion(RecipeProvider.hasItem(Items.IRON_INGOT), - RecipeProvider.conditionsFromItem(Items.IRON_INGOT)) - .offerTo(exporter); - } - - private void ceilingFanRecipe(Consumer exporter, ItemConvertible output) { - ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 1) - .pattern(" S ") - .pattern("WNW") - .input('S', Items.STICK) - .input('N', Items.IRON_NUGGET) - .input('W', Items.WHITE_WOOL) - .criterion(RecipeProvider.hasItem(Items.IRON_NUGGET), - RecipeProvider.conditionsFromItem(Items.IRON_NUGGET)) - .criterion(RecipeProvider.hasItem(Items.STICK), - RecipeProvider.conditionsFromItem(Items.STICK)) - .criterion(RecipeProvider.hasItem(Items.WHITE_WOOL), - RecipeProvider.conditionsFromItem(Items.WHITE_WOOL)) - .offerTo(exporter); - } - - private void tableLampRecipe(Consumer exporter, ItemConvertible output) { - ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 3) - .pattern("WWW") - .pattern("WTW") - .pattern(" S ") - - .input('S', Items.STICK) - .input('T', Items.TORCH) - .input('W', ItemTags.WOOL) - .criterion(RecipeProvider.hasItem(Items.TORCH), - RecipeProvider.conditionsFromItem(Items.TORCH)) - .criterion(RecipeProvider.hasItem(Items.STICK), - RecipeProvider.conditionsFromItem(Items.STICK)) - .criterion("has_wool", RecipeProvider.conditionsFromTag(ItemTags.WOOL)) - .offerTo(exporter); - } - - private void vintageLampRecipe(Consumer exporter, ItemConvertible output) { - ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 3) - .pattern("NNN") - .pattern("GTG") - .pattern(" N ") - - .input('N', Items.IRON_NUGGET) - .input('T', Items.TORCH) - .input('G', Items.GREEN_STAINED_GLASS) - .criterion(RecipeProvider.hasItem(Items.TORCH), - RecipeProvider.conditionsFromItem(Items.TORCH)) - .criterion(RecipeProvider.hasItem(Items.IRON_NUGGET), - RecipeProvider.conditionsFromItem(Items.IRON_NUGGET)) - .criterion(RecipeProvider.hasItem(Items.GREEN_STAINED_GLASS), - RecipeProvider.conditionsFromItem(Items.GREEN_STAINED_GLASS)) - .offerTo(exporter); - } - - private void sickleRecipe(Consumer exporter, ItemConvertible output) { - ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 1) - .pattern(" I ") - .pattern(" I") - .pattern(" S ") - .input('S', Items.STICK) - .input('I', Items.IRON_INGOT) - .criterion(RecipeProvider.hasItem(Items.STICK), - RecipeProvider.conditionsFromItem(Items.STICK)) - .criterion(RecipeProvider.hasItem(Items.IRON_INGOT), - RecipeProvider.conditionsFromItem(Items.IRON_INGOT)) - .offerTo(exporter); - } - - private void rakeRecipe(Consumer exporter, ItemConvertible output) { - ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 1) - .pattern("III") - .pattern(" N ") - .pattern(" S ") - .input('S', Items.STICK) - .input('I', Items.IRON_INGOT) - .input('N', Items.IRON_NUGGET) - .criterion(RecipeProvider.hasItem(Items.STICK), - RecipeProvider.conditionsFromItem(Items.STICK)) - .criterion(RecipeProvider.hasItem(Items.IRON_INGOT), - RecipeProvider.conditionsFromItem(Items.IRON_INGOT)) - .criterion(RecipeProvider.hasItem(Items.IRON_NUGGET), - RecipeProvider.conditionsFromItem(Items.IRON_NUGGET)) - .offerTo(exporter); - } - - private void offerStairsAndSlab(Consumer exporter, ItemConvertible output_stairs, ItemConvertible output_slab, ItemConvertible input) { - createStairsRecipe(output_stairs, Ingredient.ofItems(input)) - .criterion(hasItem(input), conditionsFromItem(input)).offerTo(exporter); - createSlabRecipe(RecipeCategory.BUILDING_BLOCKS, output_slab, Ingredient.ofItems(input)) - .criterion(hasItem(input), conditionsFromItem(input)).offerTo(exporter); - - offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, output_stairs, input); - offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, output_slab, input); - } - - @Override - public void generate(Consumer exporter) { - crissCrossRecipe(exporter, NSE_Blocks.SAND_TILES, Blocks.SMOOTH_SANDSTONE, Blocks.SMOOTH_RED_SANDSTONE); - crissCrossRecipe(exporter, NSE_Blocks.LIGHT_BLUE_TILES, Blocks.STONE, Items.LIGHT_BLUE_DYE); - crissCrossRecipe(exporter, NSE_Blocks.SMALL_WHITE_TILES, Blocks.STONE, Items.WHITE_DYE); - crissCrossRecipe(exporter, NSE_Blocks.GREEN_WHITE_TILES, Blocks.POLISHED_DIORITE, Items.GREEN_DYE); - - tvRecipe(exporter, NSE_Custom.TV, Items.ORANGE_DYE); - tvRecipe(exporter, NSE_Custom.BROWN_TV, Items.BROWN_DYE); - tvRecipe(exporter, NSE_Custom.RED_TV, Items.RED_DYE); - radioRecipe(exporter, NSE_Custom.RADIO_RECEIVER); - ceilingFanRecipe(exporter, NSE_Custom.CEILING_FAN); - tableLampRecipe(exporter, NSE_Custom.TABLE_LAMP); - vintageLampRecipe(exporter, NSE_Custom.VINTAGE_LAMP); - sickleRecipe(exporter, NSE_Items.SICKLE); - rakeRecipe(exporter, NSE_Items.RAKE); - - // Cracked blocks - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_BRICK_TILES, NSE_Blocks.BRICK_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GLAZED_BRICK_TILES, NSE_Blocks.GLAZED_BRICK_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_DARK_BRICK_TILES, NSE_Blocks.DARK_BRICK_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_NII_WALL_1, NSE_Blocks.NII_WALL_1); - offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_YELLOW_TILES, NSE_Blocks.SMALL_YELLOW_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_SAND_TILES, NSE_Blocks.SAND_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_SAND_TILES, NSE_Blocks.SMALL_SAND_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_SAND_BRICKS, NSE_Blocks.SAND_BRICKS); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_TEAL_TILES, NSE_Blocks.TEAL_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_TEAL_TILES, NSE_Blocks.SMALL_TEAL_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GLAZED_TEAL_TILES, NSE_Blocks.GLAZED_TEAL_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_AQUAMARINE_TILES, NSE_Blocks.AQUAMARINE_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_AQUAMARINE_TILES, NSE_Blocks.SMALL_AQUAMARINE_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GLAZED_AQUAMARINE_TILES, NSE_Blocks.GLAZED_AQUAMARINE_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_DIORITE_TILES, NSE_Blocks.SMALL_DIORITE_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_DIORITE_BRICKS, NSE_Blocks.DIORITE_BRICKS); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_CALCITE_TILES, NSE_Blocks.CALCITE_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_DRIPSTONE_TILES, NSE_Blocks.DRIPSTONE_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_DEEPSLATE_TILES, NSE_Blocks.DEEPSLATE_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_DEEPSLATE_TILES, NSE_Blocks.SMALL_DEEPSLATE_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_LIGHT_BLUE_TILES, NSE_Blocks.LIGHT_BLUE_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_LIGHT_BLUE_TILES, NSE_Blocks.SMALL_LIGHT_BLUE_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GLAZED_LIGHT_BLUE_TILES, NSE_Blocks.GLAZED_LIGHT_BLUE_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS, NSE_Blocks.LIGHT_BLUE_BRICKS); - offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_GRANITE_TILES, NSE_Blocks.SMALL_GRANITE_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GREEN_WHITE_TILES, NSE_Blocks.GREEN_WHITE_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_TUFF_TILES, NSE_Blocks.TUFF_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_TUFF_BRICKS, NSE_Blocks.TUFF_BRICKS); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_WHITEWASH, NSE_Blocks.WHITEWASH); - offerCrackingRecipe(exporter, NSE_Blocks.VERY_CRACKED_WHITEWASH, NSE_Blocks.CRACKED_WHITEWASH); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_WHITE_CONCRETE, NSE_Blocks.WHITE_CONCRETE); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_BEIGE_CONCRETE, NSE_Blocks.BEIGE_CONCRETE); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_BLUE_CONCRETE, NSE_Blocks.BLUE_CONCRETE); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_RED_CONCRETE, NSE_Blocks.RED_CONCRETE); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_YELLOW_CONCRETE, NSE_Blocks.YELLOW_CONCRETE); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GREEN_CONCRETE, NSE_Blocks.GREEN_CONCRETE); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GREEN_BRICKS, NSE_Blocks.GREEN_BRICKS); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GREEN_BRICKS_2, NSE_Blocks.GREEN_BRICKS_2); - offerCrackingRecipe(exporter, NSE_Blocks.BIG_GREEN_TILES_CRACKED, NSE_Blocks.BIG_GREEN_TILES); - offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_RED_BRICKS, NSE_Blocks.RED_BRICKS); - - // Mossy variants - mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_TILES, NSE_Blocks.SAND_TILES); - mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_BRICKS, NSE_Blocks.SAND_BRICKS); - mossRecipe(exporter, NSE_Blocks.MOSSY_TEAL_TILES, NSE_Blocks.TEAL_TILES); - mossRecipe(exporter, NSE_Blocks.MOSSY_AQUAMARINE_TILES, NSE_Blocks.AQUAMARINE_TILES); - mossRecipe(exporter, NSE_Blocks.MOSSY_DIORITE_BRICKS, NSE_Blocks.DIORITE_BRICKS); - mossRecipe(exporter, NSE_Blocks.MOSSY_CALCITE_TILES, NSE_Blocks.CALCITE_TILES); - mossRecipe(exporter, NSE_Blocks.MOSSY_DRIPSTONE_TILES, NSE_Blocks.DRIPSTONE_TILES); - mossRecipe(exporter, NSE_Blocks.MOSSY_DEEPSLATE_TILES, NSE_Blocks.DEEPSLATE_TILES); - mossRecipe(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_TILES, NSE_Blocks.LIGHT_BLUE_TILES); - mossRecipe(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS, NSE_Blocks.LIGHT_BLUE_BRICKS); - mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_WHITE_TILES, NSE_Blocks.GREEN_WHITE_TILES); - mossRecipe(exporter, NSE_Blocks.MOSSY_TUFF_TILES, NSE_Blocks.TUFF_TILES); - mossRecipe(exporter, NSE_Blocks.MOSSY_TUFF_BRICKS, NSE_Blocks.TUFF_BRICKS); - mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS, NSE_Blocks.GREEN_BRICKS); - mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS_2, NSE_Blocks.GREEN_BRICKS_2); - mossRecipe(exporter, NSE_Blocks.MOSSY_RED_BRICKS, NSE_Blocks.RED_BRICKS); - mossRecipe(exporter, NSE_Blocks.MOSSY_BRICK_TILES, NSE_Blocks.BRICK_TILES); - mossRecipe(exporter, NSE_Blocks.MOSSY_DARK_BRICK_TILES, NSE_Blocks.DARK_BRICK_TILES); - mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_TILES_STAIRS, NSE_Blocks.SAND_TILES_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_TILES_SLAB, NSE_Blocks.SAND_TILES_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_BRICKS_STAIRS, NSE_Blocks.SAND_BRICKS_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_BRICKS_SLAB, NSE_Blocks.SAND_BRICKS_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_BRICK_TILES_STAIRS, NSE_Blocks.BRICK_TILES_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_BRICK_TILES_SLAB, NSE_Blocks.BRICK_TILES_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_DARK_BRICK_TILES_STAIRS, NSE_Blocks.DARK_BRICK_TILES_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_DARK_BRICK_TILES_SLAB, NSE_Blocks.DARK_BRICK_TILES_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_RED_BRICKS_STAIRS, NSE_Blocks.RED_BRICKS_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_RED_BRICKS_SLAB, NSE_Blocks.RED_BRICKS_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_TEAL_TILES_STAIRS, NSE_Blocks.TEAL_TILES_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_TEAL_TILES_SLAB, NSE_Blocks.TEAL_TILES_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS_STAIRS, NSE_Blocks.GREEN_BRICKS_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS_SLAB, NSE_Blocks.GREEN_BRICKS_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS_2_STAIRS, NSE_Blocks.GREEN_BRICKS_2_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS_2_SLAB, NSE_Blocks.GREEN_BRICKS_2_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_AQUAMARINE_TILES_STAIRS, NSE_Blocks.AQUAMARINE_TILES_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_AQUAMARINE_TILES_SLAB, NSE_Blocks.AQUAMARINE_TILES_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_DIORITE_BRICKS_STAIRS, NSE_Blocks.DIORITE_BRICKS_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_DIORITE_BRICKS_SLAB, NSE_Blocks.DIORITE_BRICKS_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_CALCITE_TILES_STAIRS, NSE_Blocks.CALCITE_TILES_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_CALCITE_TILES_SLAB, NSE_Blocks.CALCITE_TILES_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_DRIPSTONE_TILES_STAIRS, NSE_Blocks.DRIPSTONE_TILES_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_DRIPSTONE_TILES_SLAB, NSE_Blocks.DRIPSTONE_TILES_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_DEEPSLATE_TILES_STAIRS, NSE_Blocks.DEEPSLATE_TILES_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_DEEPSLATE_TILES_SLAB, NSE_Blocks.DEEPSLATE_TILES_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_STAIRS, NSE_Blocks.LIGHT_BLUE_TILES_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_SLAB, NSE_Blocks.LIGHT_BLUE_TILES_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_STAIRS, NSE_Blocks.LIGHT_BLUE_BRICKS_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_SLAB, NSE_Blocks.LIGHT_BLUE_BRICKS_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_WHITE_TILES_STAIRS, NSE_Blocks.GREEN_WHITE_TILES_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_WHITE_TILES_SLAB, NSE_Blocks.GREEN_WHITE_TILES_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_TUFF_TILES_STAIRS, NSE_Blocks.TUFF_TILES_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_TUFF_TILES_SLAB, NSE_Blocks.TUFF_TILES_SLAB); - mossRecipe(exporter, NSE_Blocks.MOSSY_TUFF_BRICKS_STAIRS, NSE_Blocks.TUFF_BRICKS_STAIRS); - mossRecipe(exporter, NSE_Blocks.MOSSY_TUFF_BRICKS_SLAB, NSE_Blocks.TUFF_BRICKS_SLAB); - - // Dirty blocks recipe - dirtyRecipe(exporter, NSE_Blocks.DIRTY_AQUAMARINE_TILES, NSE_Blocks.AQUAMARINE_TILES); - dirtyRecipe(exporter, NSE_Blocks.DIRTY_AQUAMARINE_TILES_SLAB, NSE_Blocks.AQUAMARINE_TILES_SLAB); - dirtyRecipe(exporter, NSE_Blocks.DIRTY_AQUAMARINE_TILES_STAIRS, NSE_Blocks.AQUAMARINE_TILES_STAIRS); - dirtyRecipe(exporter, NSE_Blocks.DIRTY_BRICK_TILES, NSE_Blocks.BRICK_TILES); - dirtyRecipe(exporter, NSE_Blocks.DIRTY_BRICK_TILES_SLAB, NSE_Blocks.BRICK_TILES_SLAB); - dirtyRecipe(exporter, NSE_Blocks.DIRTY_BRICK_TILES_STAIRS, NSE_Blocks.BRICK_TILES_STAIRS); - dirtyRecipe(exporter, NSE_Blocks.DIRTY_DARK_BRICK_TILES, NSE_Blocks.DARK_BRICK_TILES); - dirtyRecipe(exporter, NSE_Blocks.DIRTY_DARK_BRICK_TILES_SLAB, NSE_Blocks.DARK_BRICK_TILES_SLAB); - dirtyRecipe(exporter, NSE_Blocks.DIRTY_DARK_BRICK_TILES_STAIRS, NSE_Blocks.DARK_BRICK_TILES_STAIRS); - - // Warning stripes - warningStripeRecipe(exporter, NSE_Blocks.INDUSTRIAL_WARNING, Items.BLACK_DYE); - warningStripeRecipe(exporter, NSE_Blocks.RED_WARNING, Items.RED_DYE); - warningStripeRecipe(exporter, NSE_Blocks.BLUE_WARNING, Items.BLUE_DYE); - warningStripeRecipe(exporter, NSE_Blocks.LIGHT_BLUE_WARNING, Items.LIGHT_BLUE_DYE); - warningStripeRecipe(exporter, NSE_Blocks.CYAN_WARNING, Items.CYAN_DYE); - warningStripeRecipe(exporter, NSE_Blocks.YELLOW_WARNING, Items.YELLOW_DYE); - warningStripeRecipe(exporter, NSE_Blocks.ORANGE_WARNING, Items.ORANGE_DYE); - warningStripeRecipe(exporter, NSE_Blocks.GREEN_WARNING, Items.GREEN_DYE); - warningStripeRecipe(exporter, NSE_Blocks.LIME_WARNING, Items.LIME_DYE); - warningStripeRecipe(exporter, NSE_Blocks.PURPLE_WARNING, Items.PURPLE_DYE); - warningStripeRecipe(exporter, NSE_Blocks.MAGENTA_WARNING, Items.MAGENTA_DYE); - warningStripeRecipe(exporter, NSE_Blocks.GRAY_WARNING, Items.GRAY_DYE); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.SAND_TILES); - list.add(NSE_Blocks.SAND_BRICKS); - list.add(NSE_Blocks.SMALL_SAND_TILES); - list.add(NSE_Blocks.BIG_SAND_TILES); - list.add(NSE_Blocks.BIG_SAND_BRICKS); - list.add(NSE_Blocks.CROSS_SAND_TILES); - list.add(NSE_Blocks.HERRINGBONE_SAND_TILES); - }), RecipeCategory.BUILDING_BLOCKS); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.TEAL_TILES); - list.add(NSE_Blocks.SMALL_TEAL_TILES); - list.add(NSE_Blocks.GLAZED_TEAL_TILES); - list.add(NSE_Blocks.VARIATED_TEAL_TILES); - list.add(Blocks.PRISMARINE_BRICKS); - }), RecipeCategory.BUILDING_BLOCKS); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.AQUAMARINE_TILES); - list.add(NSE_Blocks.GLAZED_AQUAMARINE_TILES); - list.add(NSE_Blocks.SMALL_AQUAMARINE_TILES); - }), RecipeCategory.BUILDING_BLOCKS); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.DIORITE_BRICKS); - list.add(NSE_Blocks.BIG_DIORITE_TILES); - list.add(NSE_Blocks.SMALL_DIORITE_TILES); - list.add(NSE_Blocks.NII_WALL_1); - list.add(Blocks.POLISHED_DIORITE); - }), RecipeCategory.BUILDING_BLOCKS); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.CALCITE_TILES); - list.add(NSE_Blocks.DIAGONAL_CALCITE_TILES); - list.add(Blocks.CALCITE); - }), RecipeCategory.BUILDING_BLOCKS); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.DRIPSTONE_TILES); - list.add(NSE_Blocks.DRIPSTONE_BRICKS); - list.add(Blocks.DRIPSTONE_BLOCK); - }), RecipeCategory.BUILDING_BLOCKS); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.DEEPSLATE_TILES); - list.add(NSE_Blocks.DIAGONAL_DEEPSLATE_TILES); - list.add(NSE_Blocks.SMALL_DEEPSLATE_TILES); - list.add(Blocks.POLISHED_DEEPSLATE); - }), RecipeCategory.BUILDING_BLOCKS); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.LIGHT_BLUE_TILES); - list.add(NSE_Blocks.LIGHT_BLUE_BRICKS); - list.add(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES); - list.add(NSE_Blocks.GLAZED_LIGHT_BLUE_TILES); - list.add(NSE_Blocks.SMALL_LIGHT_BLUE_TILES); - }), RecipeCategory.BUILDING_BLOCKS); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.BIG_GRANITE_TILES); - list.add(NSE_Blocks.SMALL_GRANITE_TILES); - list.add(Blocks.POLISHED_GRANITE); - }), RecipeCategory.BUILDING_BLOCKS); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.TUFF_TILES); - list.add(NSE_Blocks.TUFF_BRICKS); - list.add(NSE_Blocks.BIG_TUFF_TILES); - list.add(Blocks.TUFF); - }), RecipeCategory.BUILDING_BLOCKS); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.SMALL_WHITE_TILES); - list.add(NSE_Blocks.SMALL_CRACKED_WHITE_TILES); - list.add(NSE_Blocks.GLAZED_WHITE_TILES); - list.add(NSE_Blocks.CRACKED_GLAZED_WHITE_TILES); - }), RecipeCategory.BUILDING_BLOCKS); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.CROSS_ACACIA_PLANKS); - list.add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS); - list.add(Blocks.ACACIA_PLANKS); - }), RecipeCategory.BUILDING_BLOCKS); - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.CROSS_OAK_PLANKS); - list.add(NSE_Blocks.HERRINGBONE_OAK_PLANKS); - list.add(Blocks.OAK_PLANKS); - }), RecipeCategory.BUILDING_BLOCKS); - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.CROSS_BIRCH_PLANKS); - list.add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS); - list.add(Blocks.BIRCH_PLANKS); - }), RecipeCategory.BUILDING_BLOCKS); - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.CROSS_CRIMSON_PLANKS); - list.add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS); - list.add(Blocks.CRIMSON_PLANKS); - }), RecipeCategory.BUILDING_BLOCKS); - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.CROSS_DARK_OAK_PLANKS); - list.add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS); - list.add(Blocks.DARK_OAK_PLANKS); - }), RecipeCategory.BUILDING_BLOCKS); - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.CROSS_JUNGLE_PLANKS); - list.add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS); - list.add(Blocks.JUNGLE_PLANKS); - }), RecipeCategory.BUILDING_BLOCKS); - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.CROSS_MANGROVE_PLANKS); - list.add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS); - list.add(Blocks.MANGROVE_PLANKS); - }), RecipeCategory.BUILDING_BLOCKS); - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.CROSS_SPRUCE_PLANKS); - list.add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS); - list.add(Blocks.SPRUCE_PLANKS); - }), RecipeCategory.BUILDING_BLOCKS); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.BRICK_TILES); - list.add(NSE_Blocks.GLAZED_BRICK_TILES); - list.add(Blocks.BRICKS); - }), RecipeCategory.BUILDING_BLOCKS); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.NII_WALL_3); - list.add(Blocks.STONE); - list.add(Blocks.STONE_BRICKS); - }), RecipeCategory.BUILDING_BLOCKS); - - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.NII_WALL_2); - list.add(Blocks.SMOOTH_STONE); - }), RecipeCategory.BUILDING_BLOCKS); - - diceRecipe(exporter, NSE_Items.DICE_D4); - diceRecipe(exporter, NSE_Items.DICE_D6); - diceRecipe(exporter, NSE_Items.DICE_D20); - - offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.CHISELED_MANGROVE_DOOR, Blocks.MANGROVE_DOOR); - offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.CHISELED_OAK_DOOR, Blocks.OAK_DOOR); - offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.CHISELED_SPRUCE_DOOR, Blocks.SPRUCE_DOOR); - offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.CHISELED_BIRCH_DOOR, Blocks.BIRCH_DOOR); - - ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, NSE_Custom.LIGHT_BULB_LAMP, 1) - .input('X', Items.IRON_INGOT).input('Y', Items.IRON_NUGGET).input('Z', NSE_Items.LIGHT_BULB) - .pattern(" X ").pattern(" Y ").pattern(" Z ") - .criterion(hasItem(NSE_Items.LIGHT_BULB), conditionsFromItem(NSE_Items.LIGHT_BULB)).offerTo(exporter); - - ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.NII_FLOOR, 4) - .input('#', Items.DIORITE).input('G', Items.GRANITE).input('C', Items.COBBLESTONE) - .pattern("#G").pattern("GC") - .criterion(hasItem(Items.GRANITE), conditionsFromItem(Items.GRANITE)) - .criterion(hasItem(Items.DIORITE), conditionsFromItem(Items.DIORITE)) - .criterion(hasItem(Items.COBBLESTONE), conditionsFromItem(Items.COBBLESTONE)) - .offerTo(exporter); - - ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.BIG_GREEN_TILES, 8) - .input('#', NSE_Blocks.BIG_DIORITE_TILES).input('G', Items.GREEN_DYE) - .pattern("###") - .pattern("#G#") - .pattern("###") - .criterion(hasItem(Items.GREEN_DYE), conditionsFromItem(Items.GREEN_DYE)) - .criterion(hasItem(NSE_Blocks.BIG_DIORITE_TILES), conditionsFromItem(NSE_Blocks.BIG_DIORITE_TILES)) - .offerTo(exporter); - - ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.GREEN_BRICKS, 8) - .input('#', Items.BRICKS).input('G', Items.GREEN_DYE) - .pattern("###") - .pattern("#G#") - .pattern("###") - .criterion(hasItem(Items.GREEN_DYE), conditionsFromItem(Items.GREEN_DYE)) - .criterion(hasItem(Items.BRICKS), conditionsFromItem(Items.BRICKS)) - .offerTo(exporter); - - ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.GREEN_BRICKS_2, 2) - .input(Items.BRICKS).input(NSE_Blocks.GREEN_BRICKS) - .criterion(hasItem(NSE_Blocks.GREEN_BRICKS), conditionsFromItem(NSE_Blocks.GREEN_BRICKS)) - .criterion(hasItem(Items.BRICKS), conditionsFromItem(Items.BRICKS)) - .offerTo(exporter); - - ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.SMALL_YELLOW_TILES, 8) - .pattern("###") - .pattern("#Y#") - .pattern("###") - .input('#', NSE_Blocks.SMALL_WHITE_TILES).input('Y', Items.YELLOW_DYE) - .criterion(hasItem(NSE_Blocks.SMALL_WHITE_TILES), conditionsFromItem(NSE_Blocks.SMALL_WHITE_TILES)) - .criterion(hasItem(Items.YELLOW_DYE), conditionsFromItem(Items.YELLOW_DYE)) - .offerTo(exporter); - - ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.RED_BRICKS, 8) - .pattern("###") - .pattern("#R#") - .pattern("###") - .input('#', Items.BRICKS).input('R', Items.RED_DYE) - .criterion(hasItem(Items.BRICKS), conditionsFromItem(Items.BRICKS)) - .criterion(hasItem(Items.RED_DYE), conditionsFromItem(Items.RED_DYE)) - .offerTo(exporter); - - ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.DARK_BRICK_TILES, 8) - .pattern("###") - .pattern("#D#") - .pattern("###") - .input('#', NSE_Blocks.BRICK_TILES).input('D', Items.BROWN_DYE) - .criterion(hasItem(NSE_Blocks.BRICK_TILES), conditionsFromItem(NSE_Blocks.BRICK_TILES)) - .criterion(hasItem(Items.BROWN_DYE), conditionsFromItem(Items.BROWN_DYE)) - .offerTo(exporter); - - // Generated stairs and slabs recipes - offerStairsAndSlab(exporter, NSE_Blocks.SAND_TILES_STAIRS, NSE_Blocks.SAND_TILES_SLAB, NSE_Blocks.SAND_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_SAND_TILES_STAIRS, NSE_Blocks.CRACKED_SAND_TILES_SLAB, NSE_Blocks.CRACKED_SAND_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_SAND_TILES_STAIRS, NSE_Blocks.MOSSY_SAND_TILES_SLAB, NSE_Blocks.MOSSY_SAND_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_SAND_TILES_STAIRS, NSE_Blocks.HERRINGBONE_SAND_TILES_SLAB, NSE_Blocks.HERRINGBONE_SAND_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.CROSS_SAND_TILES_STAIRS, NSE_Blocks.CROSS_SAND_TILES_SLAB, NSE_Blocks.CROSS_SAND_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.SAND_BRICKS_STAIRS, NSE_Blocks.SAND_BRICKS_SLAB, NSE_Blocks.SAND_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_SAND_BRICKS_STAIRS, NSE_Blocks.CRACKED_SAND_BRICKS_SLAB, NSE_Blocks.CRACKED_SAND_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_SAND_BRICKS_STAIRS, NSE_Blocks.MOSSY_SAND_BRICKS_SLAB, NSE_Blocks.MOSSY_SAND_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.BIG_SAND_BRICKS_STAIRS, NSE_Blocks.BIG_SAND_BRICKS_SLAB, NSE_Blocks.BIG_SAND_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.BRICK_TILES_STAIRS, NSE_Blocks.BRICK_TILES_SLAB, NSE_Blocks.BRICK_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_BRICK_TILES_STAIRS, NSE_Blocks.CRACKED_BRICK_TILES_SLAB, NSE_Blocks.CRACKED_BRICK_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_BRICK_TILES_STAIRS, NSE_Blocks.MOSSY_BRICK_TILES_SLAB, NSE_Blocks.MOSSY_BRICK_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.DIRTY_BRICK_TILES_STAIRS, NSE_Blocks.DIRTY_BRICK_TILES_SLAB, NSE_Blocks.DIRTY_BRICK_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.DARK_BRICK_TILES_STAIRS, NSE_Blocks.DARK_BRICK_TILES_SLAB, NSE_Blocks.DARK_BRICK_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_DARK_BRICK_TILES_STAIRS, NSE_Blocks.CRACKED_DARK_BRICK_TILES_SLAB, NSE_Blocks.CRACKED_DARK_BRICK_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_DARK_BRICK_TILES_STAIRS, NSE_Blocks.MOSSY_DARK_BRICK_TILES_SLAB, NSE_Blocks.MOSSY_DARK_BRICK_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.DIRTY_DARK_BRICK_TILES_STAIRS, NSE_Blocks.DIRTY_DARK_BRICK_TILES_SLAB, NSE_Blocks.DIRTY_DARK_BRICK_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.RED_BRICKS_STAIRS, NSE_Blocks.RED_BRICKS_SLAB, NSE_Blocks.RED_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_RED_BRICKS_STAIRS, NSE_Blocks.CRACKED_RED_BRICKS_SLAB, NSE_Blocks.CRACKED_RED_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_RED_BRICKS_STAIRS, NSE_Blocks.MOSSY_RED_BRICKS_SLAB, NSE_Blocks.MOSSY_RED_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.TEAL_TILES_STAIRS, NSE_Blocks.TEAL_TILES_SLAB, NSE_Blocks.TEAL_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_TEAL_TILES_STAIRS, NSE_Blocks.CRACKED_TEAL_TILES_SLAB, NSE_Blocks.CRACKED_TEAL_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_TEAL_TILES_STAIRS, NSE_Blocks.MOSSY_TEAL_TILES_SLAB, NSE_Blocks.MOSSY_TEAL_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.VARIATED_TEAL_TILES_STAIRS, NSE_Blocks.VARIATED_TEAL_TILES_SLAB, NSE_Blocks.VARIATED_TEAL_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.GREEN_BRICKS_STAIRS, NSE_Blocks.GREEN_BRICKS_SLAB, NSE_Blocks.GREEN_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_GREEN_BRICKS_STAIRS, NSE_Blocks.CRACKED_GREEN_BRICKS_SLAB, NSE_Blocks.CRACKED_GREEN_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS_STAIRS, NSE_Blocks.MOSSY_GREEN_BRICKS_SLAB, NSE_Blocks.MOSSY_GREEN_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.GREEN_BRICKS_2_STAIRS, NSE_Blocks.GREEN_BRICKS_2_SLAB, NSE_Blocks.GREEN_BRICKS_2); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_GREEN_BRICKS_2_STAIRS, NSE_Blocks.CRACKED_GREEN_BRICKS_2_SLAB, NSE_Blocks.CRACKED_GREEN_BRICKS_2); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS_2_STAIRS, NSE_Blocks.MOSSY_GREEN_BRICKS_2_SLAB, NSE_Blocks.MOSSY_GREEN_BRICKS_2); - offerStairsAndSlab(exporter, NSE_Blocks.AQUAMARINE_TILES_STAIRS, NSE_Blocks.AQUAMARINE_TILES_SLAB, NSE_Blocks.AQUAMARINE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_AQUAMARINE_TILES_STAIRS, NSE_Blocks.CRACKED_AQUAMARINE_TILES_SLAB, NSE_Blocks.CRACKED_AQUAMARINE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_AQUAMARINE_TILES_STAIRS, NSE_Blocks.MOSSY_AQUAMARINE_TILES_SLAB, NSE_Blocks.MOSSY_AQUAMARINE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.DIRTY_AQUAMARINE_TILES_STAIRS, NSE_Blocks.DIRTY_AQUAMARINE_TILES_SLAB, NSE_Blocks.DIRTY_AQUAMARINE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.DIORITE_BRICKS_STAIRS, NSE_Blocks.DIORITE_BRICKS_SLAB, NSE_Blocks.DIORITE_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_DIORITE_BRICKS_STAIRS, NSE_Blocks.CRACKED_DIORITE_BRICKS_SLAB, NSE_Blocks.CRACKED_DIORITE_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_DIORITE_BRICKS_STAIRS, NSE_Blocks.MOSSY_DIORITE_BRICKS_SLAB, NSE_Blocks.MOSSY_DIORITE_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.CALCITE_TILES_STAIRS, NSE_Blocks.CALCITE_TILES_SLAB, NSE_Blocks.CALCITE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_CALCITE_TILES_STAIRS, NSE_Blocks.CRACKED_CALCITE_TILES_SLAB, NSE_Blocks.CRACKED_CALCITE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_CALCITE_TILES_STAIRS, NSE_Blocks.MOSSY_CALCITE_TILES_SLAB, NSE_Blocks.MOSSY_CALCITE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.DRIPSTONE_TILES_STAIRS, NSE_Blocks.DRIPSTONE_TILES_SLAB, NSE_Blocks.DRIPSTONE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_DRIPSTONE_TILES_STAIRS, NSE_Blocks.CRACKED_DRIPSTONE_TILES_SLAB, NSE_Blocks.CRACKED_DRIPSTONE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_DRIPSTONE_TILES_STAIRS, NSE_Blocks.MOSSY_DRIPSTONE_TILES_SLAB, NSE_Blocks.MOSSY_DRIPSTONE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.DEEPSLATE_TILES_STAIRS, NSE_Blocks.DEEPSLATE_TILES_SLAB, NSE_Blocks.DEEPSLATE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_DEEPSLATE_TILES_STAIRS, NSE_Blocks.CRACKED_DEEPSLATE_TILES_SLAB, NSE_Blocks.CRACKED_DEEPSLATE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_DEEPSLATE_TILES_STAIRS, NSE_Blocks.MOSSY_DEEPSLATE_TILES_SLAB, NSE_Blocks.MOSSY_DEEPSLATE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.LIGHT_BLUE_TILES_STAIRS, NSE_Blocks.LIGHT_BLUE_TILES_SLAB, NSE_Blocks.LIGHT_BLUE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_STAIRS, NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_SLAB, NSE_Blocks.CRACKED_LIGHT_BLUE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_STAIRS, NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_SLAB, NSE_Blocks.MOSSY_LIGHT_BLUE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_STAIRS, NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_SLAB, NSE_Blocks.VARIATED_LIGHT_BLUE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.LIGHT_BLUE_BRICKS_STAIRS, NSE_Blocks.LIGHT_BLUE_BRICKS_SLAB, NSE_Blocks.LIGHT_BLUE_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_STAIRS, NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_SLAB, NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_STAIRS, NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_SLAB, NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.GREEN_WHITE_TILES_STAIRS, NSE_Blocks.GREEN_WHITE_TILES_SLAB, NSE_Blocks.GREEN_WHITE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_GREEN_WHITE_TILES_STAIRS, NSE_Blocks.CRACKED_GREEN_WHITE_TILES_SLAB, NSE_Blocks.CRACKED_GREEN_WHITE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_GREEN_WHITE_TILES_STAIRS, NSE_Blocks.MOSSY_GREEN_WHITE_TILES_SLAB, NSE_Blocks.MOSSY_GREEN_WHITE_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.TUFF_TILES_STAIRS, NSE_Blocks.TUFF_TILES_SLAB, NSE_Blocks.TUFF_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_TUFF_TILES_STAIRS, NSE_Blocks.CRACKED_TUFF_TILES_SLAB, NSE_Blocks.CRACKED_TUFF_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_TUFF_TILES_STAIRS, NSE_Blocks.MOSSY_TUFF_TILES_SLAB, NSE_Blocks.MOSSY_TUFF_TILES); - offerStairsAndSlab(exporter, NSE_Blocks.TUFF_BRICKS_STAIRS, NSE_Blocks.TUFF_BRICKS_SLAB, NSE_Blocks.TUFF_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_TUFF_BRICKS_STAIRS, NSE_Blocks.CRACKED_TUFF_BRICKS_SLAB, NSE_Blocks.CRACKED_TUFF_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_TUFF_BRICKS_STAIRS, NSE_Blocks.MOSSY_TUFF_BRICKS_SLAB, NSE_Blocks.MOSSY_TUFF_BRICKS); - offerStairsAndSlab(exporter, NSE_Blocks.WHITE_CONCRETE_STAIRS, NSE_Blocks.WHITE_CONCRETE_SLAB, NSE_Blocks.WHITE_CONCRETE); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_WHITE_CONCRETE_STAIRS, NSE_Blocks.CRACKED_WHITE_CONCRETE_SLAB, NSE_Blocks.CRACKED_WHITE_CONCRETE); - offerStairsAndSlab(exporter, NSE_Blocks.BEIGE_CONCRETE_STAIRS, NSE_Blocks.BEIGE_CONCRETE_SLAB, NSE_Blocks.BEIGE_CONCRETE); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_BEIGE_CONCRETE_STAIRS, NSE_Blocks.CRACKED_BEIGE_CONCRETE_SLAB, NSE_Blocks.CRACKED_BEIGE_CONCRETE); - offerStairsAndSlab(exporter, NSE_Blocks.BLUE_CONCRETE_STAIRS, NSE_Blocks.BLUE_CONCRETE_SLAB, NSE_Blocks.BLUE_CONCRETE); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_BLUE_CONCRETE_STAIRS, NSE_Blocks.CRACKED_BLUE_CONCRETE_SLAB, NSE_Blocks.CRACKED_BLUE_CONCRETE); - offerStairsAndSlab(exporter, NSE_Blocks.RED_CONCRETE_STAIRS, NSE_Blocks.RED_CONCRETE_SLAB, NSE_Blocks.RED_CONCRETE); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_RED_CONCRETE_STAIRS, NSE_Blocks.CRACKED_RED_CONCRETE_SLAB, NSE_Blocks.CRACKED_RED_CONCRETE); - offerStairsAndSlab(exporter, NSE_Blocks.YELLOW_CONCRETE_STAIRS, NSE_Blocks.YELLOW_CONCRETE_SLAB, NSE_Blocks.YELLOW_CONCRETE); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_YELLOW_CONCRETE_STAIRS, NSE_Blocks.CRACKED_YELLOW_CONCRETE_SLAB, NSE_Blocks.CRACKED_YELLOW_CONCRETE); - offerStairsAndSlab(exporter, NSE_Blocks.GREEN_CONCRETE_STAIRS, NSE_Blocks.GREEN_CONCRETE_SLAB, NSE_Blocks.GREEN_CONCRETE); - offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_GREEN_CONCRETE_STAIRS, NSE_Blocks.CRACKED_GREEN_CONCRETE_SLAB, NSE_Blocks.CRACKED_GREEN_CONCRETE); - offerStairsAndSlab(exporter, NSE_Blocks.NII_FLOOR_STAIRS, NSE_Blocks.NII_FLOOR_SLAB, NSE_Blocks.NII_FLOOR); - offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_ACACIA_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.CROSS_ACACIA_PLANKS_STAIRS, NSE_Blocks.CROSS_ACACIA_PLANKS_SLAB, NSE_Blocks.CROSS_ACACIA_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_OAK_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_OAK_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_OAK_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.CROSS_OAK_PLANKS_STAIRS, NSE_Blocks.CROSS_OAK_PLANKS_SLAB, NSE_Blocks.CROSS_OAK_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_BIRCH_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.CROSS_BIRCH_PLANKS_STAIRS, NSE_Blocks.CROSS_BIRCH_PLANKS_SLAB, NSE_Blocks.CROSS_BIRCH_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.CROSS_CRIMSON_PLANKS_STAIRS, NSE_Blocks.CROSS_CRIMSON_PLANKS_SLAB, NSE_Blocks.CROSS_CRIMSON_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.CROSS_DARK_OAK_PLANKS_STAIRS, NSE_Blocks.CROSS_DARK_OAK_PLANKS_SLAB, NSE_Blocks.CROSS_DARK_OAK_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.CROSS_JUNGLE_PLANKS_STAIRS, NSE_Blocks.CROSS_JUNGLE_PLANKS_SLAB, NSE_Blocks.CROSS_JUNGLE_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.CROSS_MANGROVE_PLANKS_STAIRS, NSE_Blocks.CROSS_MANGROVE_PLANKS_SLAB, NSE_Blocks.CROSS_MANGROVE_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.CROSS_SPRUCE_PLANKS_STAIRS, NSE_Blocks.CROSS_SPRUCE_PLANKS_SLAB, NSE_Blocks.CROSS_SPRUCE_PLANKS); - offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_PARQUET_STAIRS, NSE_Blocks.HERRINGBONE_PARQUET_SLAB, NSE_Blocks.HERRINGBONE_PARQUET); - offerStairsAndSlab(exporter, NSE_Blocks.STRAIGHT_PARQUET_STAIRS, NSE_Blocks.STRAIGHT_PARQUET_SLAB, NSE_Blocks.STRAIGHT_PARQUET); - offerStairsAndSlab(exporter, NSE_Blocks.SEPARATED_PARQUET_STAIRS, NSE_Blocks.SEPARATED_PARQUET_SLAB, NSE_Blocks.SEPARATED_PARQUET); - offerStairsAndSlab(exporter, NSE_Blocks.GREEN_LINOLEUM_STAIRS, NSE_Blocks.GREEN_LINOLEUM_SLAB, NSE_Blocks.GREEN_LINOLEUM); - offerStairsAndSlab(exporter, NSE_Blocks.BLUE_LINOLEUM_STAIRS, NSE_Blocks.BLUE_LINOLEUM_SLAB, NSE_Blocks.BLUE_LINOLEUM); - offerStairsAndSlab(exporter, NSE_Blocks.RED_LINOLEUM_STAIRS, NSE_Blocks.RED_LINOLEUM_SLAB, NSE_Blocks.RED_LINOLEUM); - offerStairsAndSlab(exporter, NSE_Blocks.GRAY_LINOLEUM_STAIRS, NSE_Blocks.GRAY_LINOLEUM_SLAB, NSE_Blocks.GRAY_LINOLEUM); - offerStairsAndSlab(exporter, NSE_Blocks.ORANGE_LINOLEUM_STAIRS, NSE_Blocks.ORANGE_LINOLEUM_SLAB, NSE_Blocks.ORANGE_LINOLEUM); - offerStairsAndSlab(exporter, NSE_Blocks.BROWN_LINOLEUM_STAIRS, NSE_Blocks.BROWN_LINOLEUM_SLAB, NSE_Blocks.BROWN_LINOLEUM); - offerStairsAndSlab(exporter, NSE_Blocks.CYAN_LINOLEUM_STAIRS, NSE_Blocks.CYAN_LINOLEUM_SLAB, NSE_Blocks.CYAN_LINOLEUM); - offerStairsAndSlab(exporter, NSE_Blocks.METAL_PLATING_STAIRS, NSE_Blocks.METAL_PLATING_SLAB, NSE_Blocks.METAL_PLATING); - } - } - - private static class ModelGenerator extends FabricModelProvider { - private ModelGenerator(FabricDataOutput generator) { - super(generator); - } - - // Helper method since "normal" registerDoor doesn't account for non-flat texture dir - public void registerDoor(BlockStateModelGenerator blockStateModelGenerator, Block doorBlock) { - TextureMap textureMap = TextureMap.topBottom( - Registries.BLOCK.getId(doorBlock).withPath((path) -> "block/doors/" + path + "_top"), - Registries.BLOCK.getId(doorBlock).withPath((path) -> "block/doors/" + path + "_bottom")); - Identifier identifier = Models.DOOR_BOTTOM_LEFT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); - Identifier identifier2 = Models.DOOR_BOTTOM_LEFT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); - Identifier identifier3 = Models.DOOR_BOTTOM_RIGHT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); - Identifier identifier4 = Models.DOOR_BOTTOM_RIGHT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); - Identifier identifier5 = Models.DOOR_TOP_LEFT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); - Identifier identifier6 = Models.DOOR_TOP_LEFT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); - Identifier identifier7 = Models.DOOR_TOP_RIGHT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); - Identifier identifier8 = Models.DOOR_TOP_RIGHT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); - blockStateModelGenerator.registerItemModel(doorBlock.asItem()); - blockStateModelGenerator.blockStateCollector.accept(BlockStateModelGenerator.createDoorBlockState(doorBlock, identifier, identifier2, identifier3, identifier4, identifier5, identifier6, identifier7, identifier8)); - } - - @Override - public void generateBlockStateModels(BlockStateModelGenerator blockStateModelGenerator) { -// BlockStateModelGenerator.createSingletonBlockState(NSE_Blocks.SAND_TILES, new Identifier("new_soviet", "block/sand_tiles")); -// BlockStateModelGenerator.createSlabBlockState() -// BlockStateModelGenerator.createWallBlockState() -// BlockStateModelGenerator.createStairsBlockState(NSE_Blocks.SAND_TILES_STAIRS, new Identifier(NewSoviet.MOD_ID, "sand_tiles_stairs")); - registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_BIRCH_DOOR); - registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_SPRUCE_DOOR); - registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_OAK_DOOR); - registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_MANGROVE_DOOR); - -// blockStateModelGenerator.register(); - } - - @Override - public void generateItemModels(ItemModelGenerator itemModelGenerator) { - } - } - @Override public void onInitializeDataGenerator(FabricDataGenerator fabricDataGenerator) { FabricDataGenerator.Pack NSEPack = fabricDataGenerator.createPack(); diff --git a/src/main/java/su/a71/new_soviet/blocks/HandrailBlock.java b/src/main/java/su/a71/new_soviet/blocks/HandrailBlock.java index 48bac06..cab1a87 100644 --- a/src/main/java/su/a71/new_soviet/blocks/HandrailBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/HandrailBlock.java @@ -21,7 +21,7 @@ import net.minecraft.util.shape.VoxelShapes; import net.minecraft.world.BlockView; import net.minecraft.world.WorldAccess; -import su.a71.new_soviet.entity.TVBlockEntity; +import su.a71.new_soviet.entities.TVBlockEntity; import su.a71.new_soviet.util.Shapes; import java.util.List; diff --git a/src/main/java/su/a71/new_soviet/blocks/TVBlock.java b/src/main/java/su/a71/new_soviet/blocks/TVBlock.java index 9afd9f0..5afc350 100644 --- a/src/main/java/su/a71/new_soviet/blocks/TVBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/TVBlock.java @@ -13,7 +13,7 @@ import net.minecraft.util.shape.VoxelShape; import net.minecraft.util.shape.VoxelShapes; import net.minecraft.world.BlockView; -import su.a71.new_soviet.entity.TVBlockEntity; +import su.a71.new_soviet.entities.TVBlockEntity; import su.a71.new_soviet.util.Shapes; import java.util.List; diff --git a/src/main/java/su/a71/new_soviet/datagen/BlockLootTables.java b/src/main/java/su/a71/new_soviet/datagen/BlockLootTables.java new file mode 100644 index 0000000..5ffd26d --- /dev/null +++ b/src/main/java/su/a71/new_soviet/datagen/BlockLootTables.java @@ -0,0 +1,414 @@ +package su.a71.new_soviet.datagen; +// === ABANDON HOPE, YE WHO ENTER HERE === + +import net.fabricmc.fabric.api.datagen.v1.FabricDataOutput; +import net.fabricmc.fabric.api.datagen.v1.provider.FabricBlockLootTableProvider; +import su.a71.new_soviet.registration.NSE_Blocks; +import su.a71.new_soviet.registration.NSE_Custom; + +public class BlockLootTables extends FabricBlockLootTableProvider { + public BlockLootTables(FabricDataOutput dataOutput) { + super(dataOutput); + } + + @Override + public void generate() { + // Drops for building blocks + addDrop(NSE_Blocks.SAND_TILES); + addDrop(NSE_Blocks.NII_FLOOR); + addDrop(NSE_Blocks.BIG_GREEN_TILES); + addDrop(NSE_Blocks.BIG_GREEN_TILES_CRACKED); + addDrop(NSE_Blocks.GREEN_BRICKS); + addDrop(NSE_Blocks.CRACKED_GREEN_BRICKS); + addDrop(NSE_Blocks.MOSSY_GREEN_BRICKS); + addDrop(NSE_Blocks.GREEN_BRICKS_2); + addDrop(NSE_Blocks.CRACKED_GREEN_BRICKS_2); + addDrop(NSE_Blocks.MOSSY_GREEN_BRICKS_2); + addDrop(NSE_Blocks.CRACKED_SAND_TILES); + addDrop(NSE_Blocks.MOSSY_SAND_TILES); + addDrop(NSE_Blocks.SMALL_SAND_TILES); + addDrop(NSE_Blocks.SMALL_CRACKED_SAND_TILES); + addDrop(NSE_Blocks.HERRINGBONE_SAND_TILES); + addDrop(NSE_Blocks.CROSS_SAND_TILES); + addDrop(NSE_Blocks.BIG_SAND_TILES); + addDrop(NSE_Blocks.SAND_BRICKS); + addDrop(NSE_Blocks.CRACKED_SAND_BRICKS); + addDrop(NSE_Blocks.MOSSY_SAND_BRICKS); + addDrop(NSE_Blocks.BIG_SAND_BRICKS); + addDrop(NSE_Blocks.BRICK_TILES); + addDrop(NSE_Blocks.CRACKED_BRICK_TILES); + addDrop(NSE_Blocks.MOSSY_BRICK_TILES); + addDrop(NSE_Blocks.DIRTY_BRICK_TILES); + addDrop(NSE_Blocks.DARK_BRICK_TILES); + addDrop(NSE_Blocks.CRACKED_DARK_BRICK_TILES); + addDrop(NSE_Blocks.MOSSY_DARK_BRICK_TILES); + addDrop(NSE_Blocks.DIRTY_DARK_BRICK_TILES); + addDrop(NSE_Blocks.TEAL_TILES); + addDrop(NSE_Blocks.CRACKED_TEAL_TILES); + addDrop(NSE_Blocks.MOSSY_TEAL_TILES); + addDrop(NSE_Blocks.SMALL_TEAL_TILES); + addDrop(NSE_Blocks.SMALL_CRACKED_TEAL_TILES); + addDrop(NSE_Blocks.GLAZED_TEAL_TILES); + addDrop(NSE_Blocks.CRACKED_GLAZED_TEAL_TILES); + addDrop(NSE_Blocks.VARIATED_TEAL_TILES); + addDrop(NSE_Blocks.AQUAMARINE_TILES); + addDrop(NSE_Blocks.CRACKED_AQUAMARINE_TILES); + addDrop(NSE_Blocks.MOSSY_AQUAMARINE_TILES); + addDrop(NSE_Blocks.DIRTY_AQUAMARINE_TILES); + addDrop(NSE_Blocks.SMALL_AQUAMARINE_TILES); + addDrop(NSE_Blocks.SMALL_CRACKED_AQUAMARINE_TILES); + addDrop(NSE_Blocks.GLAZED_AQUAMARINE_TILES); + addDrop(NSE_Blocks.CRACKED_GLAZED_AQUAMARINE_TILES); + addDrop(NSE_Blocks.SMALL_DIORITE_TILES); + addDrop(NSE_Blocks.SMALL_CRACKED_DIORITE_TILES); + addDrop(NSE_Blocks.BIG_DIORITE_TILES); + addDrop(NSE_Blocks.DIORITE_BRICKS); + addDrop(NSE_Blocks.CRACKED_DIORITE_BRICKS); + addDrop(NSE_Blocks.MOSSY_DIORITE_BRICKS); + addDrop(NSE_Blocks.CALCITE_TILES); + addDrop(NSE_Blocks.CRACKED_CALCITE_TILES); + addDrop(NSE_Blocks.MOSSY_CALCITE_TILES); + addDrop(NSE_Blocks.DIAGONAL_CALCITE_TILES); + addDrop(NSE_Blocks.NII_WALL_1); + addDrop(NSE_Blocks.CRACKED_NII_WALL_1); + addDrop(NSE_Blocks.NII_WALL_2); + addDrop(NSE_Blocks.NII_WALL_3); + addDrop(NSE_Blocks.DRIPSTONE_TILES); + addDrop(NSE_Blocks.CRACKED_DRIPSTONE_TILES); + addDrop(NSE_Blocks.MOSSY_DRIPSTONE_TILES); + addDrop(NSE_Blocks.DRIPSTONE_BRICKS); + addDrop(NSE_Blocks.DEEPSLATE_TILES); + addDrop(NSE_Blocks.CRACKED_DEEPSLATE_TILES); + addDrop(NSE_Blocks.MOSSY_DEEPSLATE_TILES); + addDrop(NSE_Blocks.SMALL_DEEPSLATE_TILES); + addDrop(NSE_Blocks.SMALL_CRACKED_DEEPSLATE_TILES); + addDrop(NSE_Blocks.DIAGONAL_DEEPSLATE_TILES); + addDrop(NSE_Blocks.LIGHT_BLUE_TILES); + addDrop(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES); + addDrop(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES); + addDrop(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES); + addDrop(NSE_Blocks.SMALL_LIGHT_BLUE_TILES); + addDrop(NSE_Blocks.SMALL_CRACKED_LIGHT_BLUE_TILES); + addDrop(NSE_Blocks.GLAZED_LIGHT_BLUE_TILES); + addDrop(NSE_Blocks.CRACKED_GLAZED_LIGHT_BLUE_TILES); + addDrop(NSE_Blocks.LIGHT_BLUE_BRICKS); + addDrop(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS); + addDrop(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS); + addDrop(NSE_Blocks.BIG_GRANITE_TILES); + addDrop(NSE_Blocks.SMALL_GRANITE_TILES); + addDrop(NSE_Blocks.SMALL_CRACKED_GRANITE_TILES); + addDrop(NSE_Blocks.GREEN_WHITE_TILES); + addDrop(NSE_Blocks.CRACKED_GREEN_WHITE_TILES); + addDrop(NSE_Blocks.MOSSY_GREEN_WHITE_TILES); + addDrop(NSE_Blocks.TUFF_TILES); + addDrop(NSE_Blocks.CRACKED_TUFF_TILES); + addDrop(NSE_Blocks.MOSSY_TUFF_TILES); + addDrop(NSE_Blocks.BIG_TUFF_TILES); + addDrop(NSE_Blocks.TUFF_BRICKS); + addDrop(NSE_Blocks.CRACKED_TUFF_BRICKS); + addDrop(NSE_Blocks.MOSSY_TUFF_BRICKS); + addDrop(NSE_Blocks.INDUSTRIAL_WARNING); + addDrop(NSE_Blocks.GRAY_WARNING); + addDrop(NSE_Blocks.RED_WARNING); + addDrop(NSE_Blocks.ORANGE_WARNING); + addDrop(NSE_Blocks.YELLOW_WARNING); + addDrop(NSE_Blocks.LIME_WARNING); + addDrop(NSE_Blocks.GREEN_WARNING); + addDrop(NSE_Blocks.CYAN_WARNING); + addDrop(NSE_Blocks.LIGHT_BLUE_WARNING); + addDrop(NSE_Blocks.BLUE_WARNING); + addDrop(NSE_Blocks.PURPLE_WARNING); + addDrop(NSE_Blocks.MAGENTA_WARNING); + addDrop(NSE_Blocks.METAL_PLATING); + addDrop(NSE_Blocks.CRATE); + addDrop(NSE_Blocks.CONCRETE_WALL); + addDrop(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS); + addDrop(NSE_Blocks.CROSS_ACACIA_PLANKS); + addDrop(NSE_Blocks.HERRINGBONE_OAK_PLANKS); + addDrop(NSE_Blocks.CROSS_OAK_PLANKS); + addDrop(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS); + addDrop(NSE_Blocks.CROSS_BIRCH_PLANKS); + addDrop(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS); + addDrop(NSE_Blocks.CROSS_CRIMSON_PLANKS); + addDrop(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS); + addDrop(NSE_Blocks.CROSS_DARK_OAK_PLANKS); + addDrop(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS); + addDrop(NSE_Blocks.CROSS_JUNGLE_PLANKS); + addDrop(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS); + addDrop(NSE_Blocks.CROSS_MANGROVE_PLANKS); + addDrop(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS); + addDrop(NSE_Blocks.CROSS_SPRUCE_PLANKS); + addDrop(NSE_Blocks.HERRINGBONE_PARQUET); + addDrop(NSE_Blocks.STRAIGHT_PARQUET); + addDrop(NSE_Blocks.SEPARATED_PARQUET); + addDrop(NSE_Blocks.GREEN_LINOLEUM); + addDrop(NSE_Blocks.BLUE_LINOLEUM); + addDrop(NSE_Blocks.RED_LINOLEUM); + addDrop(NSE_Blocks.GRAY_LINOLEUM); + addDrop(NSE_Blocks.ORANGE_LINOLEUM); + addDrop(NSE_Blocks.BROWN_LINOLEUM); + addDrop(NSE_Blocks.CYAN_LINOLEUM); + addDrop(NSE_Blocks.CROSS_ORANGE_LINOLEUM); + addDrop(NSE_Blocks.CROSS_BROWN_LINOLEUM); + addDrop(NSE_Blocks.WHITE_CONCRETE); + addDrop(NSE_Blocks.CRACKED_WHITE_CONCRETE); + addDrop(NSE_Blocks.BEIGE_CONCRETE); + addDrop(NSE_Blocks.CRACKED_BEIGE_CONCRETE); + addDrop(NSE_Blocks.BLUE_CONCRETE); + addDrop(NSE_Blocks.CRACKED_BLUE_CONCRETE); + addDrop(NSE_Blocks.RED_CONCRETE); + addDrop(NSE_Blocks.CRACKED_RED_CONCRETE); + addDrop(NSE_Blocks.YELLOW_CONCRETE); + addDrop(NSE_Blocks.CRACKED_YELLOW_CONCRETE); + addDrop(NSE_Blocks.GREEN_CONCRETE); + addDrop(NSE_Blocks.CRACKED_GREEN_CONCRETE); + addDrop(NSE_Blocks.WHITEWASH); + addDrop(NSE_Blocks.CRACKED_WHITEWASH); + addDrop(NSE_Blocks.VERY_CRACKED_WHITEWASH); + addDrop(NSE_Blocks.SMALL_YELLOW_TILES); + addDrop(NSE_Blocks.SMALL_CRACKED_YELLOW_TILES); + addDrop(NSE_Blocks.MEAT); + addDrop(NSE_Blocks.MEAT_EYE); + addDrop(NSE_Blocks.MEAT_TEETH); + addDrop(NSE_Blocks.CHISELED_BIRCH_DOOR, doorDrops(NSE_Blocks.CHISELED_BIRCH_DOOR)); + addDrop(NSE_Blocks.CHISELED_MANGROVE_DOOR, doorDrops(NSE_Blocks.CHISELED_MANGROVE_DOOR));; + addDrop(NSE_Blocks.CHISELED_OAK_DOOR, doorDrops(NSE_Blocks.CHISELED_OAK_DOOR)); + addDrop(NSE_Blocks.CHISELED_SPRUCE_DOOR, doorDrops(NSE_Blocks.CHISELED_SPRUCE_DOOR));; + addDrop(NSE_Blocks.BEIGE_WALLPAPER); + addDrop(NSE_Blocks.BROWN_WALLPAPER); + addDrop(NSE_Blocks.GREEN_WALLPAPER); + addDrop(NSE_Blocks.HANDRAIL); + + // Drops for furniture/electronics/appliances + addDrop(NSE_Custom.WHITE_PAWN); + addDrop(NSE_Custom.WHITE_BISHOP); + addDrop(NSE_Custom.WHITE_KING); + addDrop(NSE_Custom.WHITE_KNIGHT); + addDrop(NSE_Custom.WHITE_QUEEN); + addDrop(NSE_Custom.WHITE_ROOK); + addDrop(NSE_Custom.BLACK_KNIGHT); + addDrop(NSE_Custom.BLACK_PAWN); + addDrop(NSE_Custom.BLACK_KING); + addDrop(NSE_Custom.BLACK_QUEEN); + addDrop(NSE_Custom.BLACK_BISHOP); + addDrop(NSE_Custom.BLACK_ROOK); + + addDrop(NSE_Custom.TV); + addDrop(NSE_Custom.RED_TV); + addDrop(NSE_Custom.BROWN_TV); + addDrop(NSE_Custom.RADIO_RECEIVER); + addDrop(NSE_Custom.SIREN); + addDrop(NSE_Custom.TABLE_LAMP); + addDrop(NSE_Custom.VINTAGE_LAMP); + addDrop(NSE_Custom.CEILING_FAN); + addDrop(NSE_Custom.SWITCH); + + // Generated stairs and slabs drops + addDrop(NSE_Blocks.SAND_TILES_SLAB); + addDrop(NSE_Blocks.SAND_TILES_STAIRS); + addDrop(NSE_Blocks.CRACKED_SAND_TILES_SLAB); + addDrop(NSE_Blocks.CRACKED_SAND_TILES_STAIRS); + addDrop(NSE_Blocks.MOSSY_SAND_TILES_SLAB); + addDrop(NSE_Blocks.MOSSY_SAND_TILES_STAIRS); + addDrop(NSE_Blocks.HERRINGBONE_SAND_TILES_SLAB); + addDrop(NSE_Blocks.HERRINGBONE_SAND_TILES_STAIRS); + addDrop(NSE_Blocks.CROSS_SAND_TILES_SLAB); + addDrop(NSE_Blocks.CROSS_SAND_TILES_STAIRS); + addDrop(NSE_Blocks.SAND_BRICKS_SLAB); + addDrop(NSE_Blocks.SAND_BRICKS_STAIRS); + addDrop(NSE_Blocks.CRACKED_SAND_BRICKS_SLAB); + addDrop(NSE_Blocks.CRACKED_SAND_BRICKS_STAIRS); + addDrop(NSE_Blocks.MOSSY_SAND_BRICKS_SLAB); + addDrop(NSE_Blocks.MOSSY_SAND_BRICKS_STAIRS); + addDrop(NSE_Blocks.BIG_SAND_BRICKS_SLAB); + addDrop(NSE_Blocks.BIG_SAND_BRICKS_STAIRS); + addDrop(NSE_Blocks.BRICK_TILES_SLAB); + addDrop(NSE_Blocks.BRICK_TILES_STAIRS); + addDrop(NSE_Blocks.CRACKED_BRICK_TILES_SLAB); + addDrop(NSE_Blocks.CRACKED_BRICK_TILES_STAIRS); + addDrop(NSE_Blocks.MOSSY_BRICK_TILES_SLAB); + addDrop(NSE_Blocks.MOSSY_BRICK_TILES_STAIRS); + addDrop(NSE_Blocks.DIRTY_BRICK_TILES_SLAB); + addDrop(NSE_Blocks.DIRTY_BRICK_TILES_STAIRS); + addDrop(NSE_Blocks.DARK_BRICK_TILES_SLAB); + addDrop(NSE_Blocks.DARK_BRICK_TILES_STAIRS); + addDrop(NSE_Blocks.CRACKED_DARK_BRICK_TILES_SLAB); + addDrop(NSE_Blocks.CRACKED_DARK_BRICK_TILES_STAIRS); + addDrop(NSE_Blocks.MOSSY_DARK_BRICK_TILES_SLAB); + addDrop(NSE_Blocks.MOSSY_DARK_BRICK_TILES_STAIRS); + addDrop(NSE_Blocks.DIRTY_DARK_BRICK_TILES_SLAB); + addDrop(NSE_Blocks.DIRTY_DARK_BRICK_TILES_STAIRS); + addDrop(NSE_Blocks.RED_BRICKS_SLAB); + addDrop(NSE_Blocks.RED_BRICKS_STAIRS); + addDrop(NSE_Blocks.CRACKED_RED_BRICKS_SLAB); + addDrop(NSE_Blocks.CRACKED_RED_BRICKS_STAIRS); + addDrop(NSE_Blocks.MOSSY_RED_BRICKS_SLAB); + addDrop(NSE_Blocks.MOSSY_RED_BRICKS_STAIRS); + addDrop(NSE_Blocks.TEAL_TILES_SLAB); + addDrop(NSE_Blocks.TEAL_TILES_STAIRS); + addDrop(NSE_Blocks.CRACKED_TEAL_TILES_SLAB); + addDrop(NSE_Blocks.CRACKED_TEAL_TILES_STAIRS); + addDrop(NSE_Blocks.MOSSY_TEAL_TILES_SLAB); + addDrop(NSE_Blocks.MOSSY_TEAL_TILES_STAIRS); + addDrop(NSE_Blocks.VARIATED_TEAL_TILES_SLAB); + addDrop(NSE_Blocks.VARIATED_TEAL_TILES_STAIRS); + addDrop(NSE_Blocks.GREEN_BRICKS_SLAB); + addDrop(NSE_Blocks.GREEN_BRICKS_STAIRS); + addDrop(NSE_Blocks.CRACKED_GREEN_BRICKS_SLAB); + addDrop(NSE_Blocks.CRACKED_GREEN_BRICKS_STAIRS); + addDrop(NSE_Blocks.MOSSY_GREEN_BRICKS_SLAB); + addDrop(NSE_Blocks.MOSSY_GREEN_BRICKS_STAIRS); + addDrop(NSE_Blocks.GREEN_BRICKS_2_SLAB); + addDrop(NSE_Blocks.GREEN_BRICKS_2_STAIRS); + addDrop(NSE_Blocks.CRACKED_GREEN_BRICKS_2_SLAB); + addDrop(NSE_Blocks.CRACKED_GREEN_BRICKS_2_STAIRS); + addDrop(NSE_Blocks.MOSSY_GREEN_BRICKS_2_SLAB); + addDrop(NSE_Blocks.MOSSY_GREEN_BRICKS_2_STAIRS); + addDrop(NSE_Blocks.AQUAMARINE_TILES_SLAB); + addDrop(NSE_Blocks.AQUAMARINE_TILES_STAIRS); + addDrop(NSE_Blocks.CRACKED_AQUAMARINE_TILES_SLAB); + addDrop(NSE_Blocks.CRACKED_AQUAMARINE_TILES_STAIRS); + addDrop(NSE_Blocks.MOSSY_AQUAMARINE_TILES_SLAB); + addDrop(NSE_Blocks.MOSSY_AQUAMARINE_TILES_STAIRS); + addDrop(NSE_Blocks.DIRTY_AQUAMARINE_TILES_SLAB); + addDrop(NSE_Blocks.DIRTY_AQUAMARINE_TILES_STAIRS); + addDrop(NSE_Blocks.DIORITE_BRICKS_SLAB); + addDrop(NSE_Blocks.DIORITE_BRICKS_STAIRS); + addDrop(NSE_Blocks.CRACKED_DIORITE_BRICKS_SLAB); + addDrop(NSE_Blocks.CRACKED_DIORITE_BRICKS_STAIRS); + addDrop(NSE_Blocks.MOSSY_DIORITE_BRICKS_SLAB); + addDrop(NSE_Blocks.MOSSY_DIORITE_BRICKS_STAIRS); + addDrop(NSE_Blocks.CALCITE_TILES_SLAB); + addDrop(NSE_Blocks.CALCITE_TILES_STAIRS); + addDrop(NSE_Blocks.CRACKED_CALCITE_TILES_SLAB); + addDrop(NSE_Blocks.CRACKED_CALCITE_TILES_STAIRS); + addDrop(NSE_Blocks.MOSSY_CALCITE_TILES_SLAB); + addDrop(NSE_Blocks.MOSSY_CALCITE_TILES_STAIRS); + addDrop(NSE_Blocks.DRIPSTONE_TILES_SLAB); + addDrop(NSE_Blocks.DRIPSTONE_TILES_STAIRS); + addDrop(NSE_Blocks.CRACKED_DRIPSTONE_TILES_SLAB); + addDrop(NSE_Blocks.CRACKED_DRIPSTONE_TILES_STAIRS); + addDrop(NSE_Blocks.MOSSY_DRIPSTONE_TILES_SLAB); + addDrop(NSE_Blocks.MOSSY_DRIPSTONE_TILES_STAIRS); + addDrop(NSE_Blocks.DEEPSLATE_TILES_SLAB); + addDrop(NSE_Blocks.DEEPSLATE_TILES_STAIRS); + addDrop(NSE_Blocks.CRACKED_DEEPSLATE_TILES_SLAB); + addDrop(NSE_Blocks.CRACKED_DEEPSLATE_TILES_STAIRS); + addDrop(NSE_Blocks.MOSSY_DEEPSLATE_TILES_SLAB); + addDrop(NSE_Blocks.MOSSY_DEEPSLATE_TILES_STAIRS); + addDrop(NSE_Blocks.LIGHT_BLUE_TILES_SLAB); + addDrop(NSE_Blocks.LIGHT_BLUE_TILES_STAIRS); + addDrop(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_SLAB); + addDrop(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_STAIRS); + addDrop(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_SLAB); + addDrop(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_STAIRS); + addDrop(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_SLAB); + addDrop(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_STAIRS); + addDrop(NSE_Blocks.LIGHT_BLUE_BRICKS_SLAB); + addDrop(NSE_Blocks.LIGHT_BLUE_BRICKS_STAIRS); + addDrop(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_SLAB); + addDrop(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_STAIRS); + addDrop(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_SLAB); + addDrop(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_STAIRS); + addDrop(NSE_Blocks.GREEN_WHITE_TILES_SLAB); + addDrop(NSE_Blocks.GREEN_WHITE_TILES_STAIRS); + addDrop(NSE_Blocks.CRACKED_GREEN_WHITE_TILES_SLAB); + addDrop(NSE_Blocks.CRACKED_GREEN_WHITE_TILES_STAIRS); + addDrop(NSE_Blocks.MOSSY_GREEN_WHITE_TILES_SLAB); + addDrop(NSE_Blocks.MOSSY_GREEN_WHITE_TILES_STAIRS); + addDrop(NSE_Blocks.TUFF_TILES_SLAB); + addDrop(NSE_Blocks.TUFF_TILES_STAIRS); + addDrop(NSE_Blocks.CRACKED_TUFF_TILES_SLAB); + addDrop(NSE_Blocks.CRACKED_TUFF_TILES_STAIRS); + addDrop(NSE_Blocks.MOSSY_TUFF_TILES_SLAB); + addDrop(NSE_Blocks.MOSSY_TUFF_TILES_STAIRS); + addDrop(NSE_Blocks.TUFF_BRICKS_SLAB); + addDrop(NSE_Blocks.TUFF_BRICKS_STAIRS); + addDrop(NSE_Blocks.CRACKED_TUFF_BRICKS_SLAB); + addDrop(NSE_Blocks.CRACKED_TUFF_BRICKS_STAIRS); + addDrop(NSE_Blocks.MOSSY_TUFF_BRICKS_SLAB); + addDrop(NSE_Blocks.MOSSY_TUFF_BRICKS_STAIRS); + addDrop(NSE_Blocks.WHITE_CONCRETE_SLAB); + addDrop(NSE_Blocks.WHITE_CONCRETE_STAIRS); + addDrop(NSE_Blocks.CRACKED_WHITE_CONCRETE_SLAB); + addDrop(NSE_Blocks.CRACKED_WHITE_CONCRETE_STAIRS); + addDrop(NSE_Blocks.BEIGE_CONCRETE_SLAB); + addDrop(NSE_Blocks.BEIGE_CONCRETE_STAIRS); + addDrop(NSE_Blocks.CRACKED_BEIGE_CONCRETE_SLAB); + addDrop(NSE_Blocks.CRACKED_BEIGE_CONCRETE_STAIRS); + addDrop(NSE_Blocks.BLUE_CONCRETE_SLAB); + addDrop(NSE_Blocks.BLUE_CONCRETE_STAIRS); + addDrop(NSE_Blocks.CRACKED_BLUE_CONCRETE_SLAB); + addDrop(NSE_Blocks.CRACKED_BLUE_CONCRETE_STAIRS); + addDrop(NSE_Blocks.RED_CONCRETE_SLAB); + addDrop(NSE_Blocks.RED_CONCRETE_STAIRS); + addDrop(NSE_Blocks.CRACKED_RED_CONCRETE_SLAB); + addDrop(NSE_Blocks.CRACKED_RED_CONCRETE_STAIRS); + addDrop(NSE_Blocks.YELLOW_CONCRETE_SLAB); + addDrop(NSE_Blocks.YELLOW_CONCRETE_STAIRS); + addDrop(NSE_Blocks.CRACKED_YELLOW_CONCRETE_SLAB); + addDrop(NSE_Blocks.CRACKED_YELLOW_CONCRETE_STAIRS); + addDrop(NSE_Blocks.GREEN_CONCRETE_SLAB); + addDrop(NSE_Blocks.GREEN_CONCRETE_STAIRS); + addDrop(NSE_Blocks.CRACKED_GREEN_CONCRETE_SLAB); + addDrop(NSE_Blocks.CRACKED_GREEN_CONCRETE_STAIRS); + addDrop(NSE_Blocks.NII_FLOOR_SLAB); + addDrop(NSE_Blocks.NII_FLOOR_STAIRS); + addDrop(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_SLAB); + addDrop(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_STAIRS); + addDrop(NSE_Blocks.CROSS_ACACIA_PLANKS_SLAB); + addDrop(NSE_Blocks.CROSS_ACACIA_PLANKS_STAIRS); + addDrop(NSE_Blocks.HERRINGBONE_OAK_PLANKS_SLAB); + addDrop(NSE_Blocks.HERRINGBONE_OAK_PLANKS_STAIRS); + addDrop(NSE_Blocks.CROSS_OAK_PLANKS_SLAB); + addDrop(NSE_Blocks.CROSS_OAK_PLANKS_STAIRS); + addDrop(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_SLAB); + addDrop(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_STAIRS); + addDrop(NSE_Blocks.CROSS_BIRCH_PLANKS_SLAB); + addDrop(NSE_Blocks.CROSS_BIRCH_PLANKS_STAIRS); + addDrop(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_SLAB); + addDrop(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_STAIRS); + addDrop(NSE_Blocks.CROSS_CRIMSON_PLANKS_SLAB); + addDrop(NSE_Blocks.CROSS_CRIMSON_PLANKS_STAIRS); + addDrop(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_SLAB); + addDrop(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_STAIRS); + addDrop(NSE_Blocks.CROSS_DARK_OAK_PLANKS_SLAB); + addDrop(NSE_Blocks.CROSS_DARK_OAK_PLANKS_STAIRS); + addDrop(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_SLAB); + addDrop(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_STAIRS); + addDrop(NSE_Blocks.CROSS_JUNGLE_PLANKS_SLAB); + addDrop(NSE_Blocks.CROSS_JUNGLE_PLANKS_STAIRS); + addDrop(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_SLAB); + addDrop(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_STAIRS); + addDrop(NSE_Blocks.CROSS_MANGROVE_PLANKS_SLAB); + addDrop(NSE_Blocks.CROSS_MANGROVE_PLANKS_STAIRS); + addDrop(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_SLAB); + addDrop(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_STAIRS); + addDrop(NSE_Blocks.CROSS_SPRUCE_PLANKS_SLAB); + addDrop(NSE_Blocks.CROSS_SPRUCE_PLANKS_STAIRS); + addDrop(NSE_Blocks.HERRINGBONE_PARQUET_SLAB); + addDrop(NSE_Blocks.HERRINGBONE_PARQUET_STAIRS); + addDrop(NSE_Blocks.STRAIGHT_PARQUET_SLAB); + addDrop(NSE_Blocks.STRAIGHT_PARQUET_STAIRS); + addDrop(NSE_Blocks.SEPARATED_PARQUET_SLAB); + addDrop(NSE_Blocks.SEPARATED_PARQUET_STAIRS); + addDrop(NSE_Blocks.GREEN_LINOLEUM_SLAB); + addDrop(NSE_Blocks.GREEN_LINOLEUM_STAIRS); + addDrop(NSE_Blocks.BLUE_LINOLEUM_SLAB); + addDrop(NSE_Blocks.BLUE_LINOLEUM_STAIRS); + addDrop(NSE_Blocks.RED_LINOLEUM_SLAB); + addDrop(NSE_Blocks.RED_LINOLEUM_STAIRS); + addDrop(NSE_Blocks.GRAY_LINOLEUM_SLAB); + addDrop(NSE_Blocks.GRAY_LINOLEUM_STAIRS); + addDrop(NSE_Blocks.ORANGE_LINOLEUM_SLAB); + addDrop(NSE_Blocks.ORANGE_LINOLEUM_STAIRS); + addDrop(NSE_Blocks.BROWN_LINOLEUM_SLAB); + addDrop(NSE_Blocks.BROWN_LINOLEUM_STAIRS); + addDrop(NSE_Blocks.CYAN_LINOLEUM_SLAB); + addDrop(NSE_Blocks.CYAN_LINOLEUM_STAIRS); + addDrop(NSE_Blocks.METAL_PLATING_SLAB); + addDrop(NSE_Blocks.METAL_PLATING_STAIRS); + + addDropWithSilkTouch(NSE_Custom.LIGHT_BULB_LAMP); + } +} \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/datagen/BlockTagGenerator.java b/src/main/java/su/a71/new_soviet/datagen/BlockTagGenerator.java new file mode 100644 index 0000000..c28012d --- /dev/null +++ b/src/main/java/su/a71/new_soviet/datagen/BlockTagGenerator.java @@ -0,0 +1,680 @@ +package su.a71.new_soviet.datagen; +// === ABANDON HOPE, YE WHO ENTER HERE === + +import net.fabricmc.fabric.api.datagen.v1.FabricDataOutput; +import net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider; +import net.minecraft.registry.RegistryWrapper; +import net.minecraft.registry.tag.BlockTags; +import su.a71.new_soviet.registration.NSE_Blocks; +import su.a71.new_soviet.registration.NSE_Custom; +import su.a71.new_soviet.registration.NSE_Tags; + +import java.util.concurrent.CompletableFuture; + +public class BlockTagGenerator extends FabricTagProvider.BlockTagProvider { + + public BlockTagGenerator(FabricDataOutput output, CompletableFuture completableFuture) { + super(output, completableFuture); + } + + @Override + protected void configure(RegistryWrapper.WrapperLookup arg) { + // Blocks mined with a pickaxe + getOrCreateTagBuilder(BlockTags.PICKAXE_MINEABLE) + .add(NSE_Blocks.SAND_TILES) + .add(NSE_Blocks.HANDRAIL) + .add(NSE_Blocks.NII_FLOOR) + .add(NSE_Blocks.BIG_GREEN_TILES) + .add(NSE_Blocks.BIG_GREEN_TILES_CRACKED) + .add(NSE_Blocks.GREEN_BRICKS) + .add(NSE_Blocks.CRACKED_GREEN_BRICKS) + .add(NSE_Blocks.MOSSY_GREEN_BRICKS) + .add(NSE_Blocks.GREEN_BRICKS_2) + .add(NSE_Blocks.CRACKED_GREEN_BRICKS_2) + .add(NSE_Blocks.MOSSY_GREEN_BRICKS_2) + .add(NSE_Blocks.CRACKED_SAND_TILES) + .add(NSE_Blocks.MOSSY_SAND_TILES) + .add(NSE_Blocks.SMALL_SAND_TILES) + .add(NSE_Blocks.SMALL_CRACKED_SAND_TILES) + .add(NSE_Blocks.HERRINGBONE_SAND_TILES) + .add(NSE_Blocks.CROSS_SAND_TILES) + .add(NSE_Blocks.BIG_SAND_TILES) + .add(NSE_Blocks.SAND_BRICKS) + .add(NSE_Blocks.CRACKED_SAND_BRICKS) + .add(NSE_Blocks.MOSSY_SAND_BRICKS) + .add(NSE_Blocks.BIG_SAND_BRICKS) + .add(NSE_Blocks.BRICK_TILES) + .add(NSE_Blocks.CRACKED_BRICK_TILES) + .add(NSE_Blocks.MOSSY_BRICK_TILES) + .add(NSE_Blocks.DIRTY_BRICK_TILES) + .add(NSE_Blocks.DARK_BRICK_TILES) + .add(NSE_Blocks.CRACKED_DARK_BRICK_TILES) + .add(NSE_Blocks.MOSSY_DARK_BRICK_TILES) + .add(NSE_Blocks.DIRTY_DARK_BRICK_TILES) + .add(NSE_Blocks.GLAZED_BRICK_TILES) + .add(NSE_Blocks.CRACKED_GLAZED_BRICK_TILES) + .add(NSE_Blocks.RED_BRICKS) + .add(NSE_Blocks.CRACKED_RED_BRICKS) + .add(NSE_Blocks.MOSSY_RED_BRICKS) + .add(NSE_Blocks.TEAL_TILES) + .add(NSE_Blocks.CRACKED_TEAL_TILES) + .add(NSE_Blocks.MOSSY_TEAL_TILES) + .add(NSE_Blocks.SMALL_TEAL_TILES) + .add(NSE_Blocks.SMALL_CRACKED_TEAL_TILES) + .add(NSE_Blocks.GLAZED_TEAL_TILES) + .add(NSE_Blocks.CRACKED_GLAZED_TEAL_TILES) + .add(NSE_Blocks.VARIATED_TEAL_TILES) + .add(NSE_Blocks.AQUAMARINE_TILES) + .add(NSE_Blocks.CRACKED_AQUAMARINE_TILES) + .add(NSE_Blocks.MOSSY_AQUAMARINE_TILES) + .add(NSE_Blocks.DIRTY_AQUAMARINE_TILES) + .add(NSE_Blocks.SMALL_AQUAMARINE_TILES) + .add(NSE_Blocks.SMALL_CRACKED_AQUAMARINE_TILES) + .add(NSE_Blocks.GLAZED_AQUAMARINE_TILES) + .add(NSE_Blocks.CRACKED_GLAZED_AQUAMARINE_TILES) + .add(NSE_Blocks.SMALL_DIORITE_TILES) + .add(NSE_Blocks.SMALL_CRACKED_DIORITE_TILES) + .add(NSE_Blocks.BIG_DIORITE_TILES) + .add(NSE_Blocks.DIORITE_BRICKS) + .add(NSE_Blocks.CRACKED_DIORITE_BRICKS) + .add(NSE_Blocks.MOSSY_DIORITE_BRICKS) + .add(NSE_Blocks.CALCITE_TILES) + .add(NSE_Blocks.CRACKED_CALCITE_TILES) + .add(NSE_Blocks.MOSSY_CALCITE_TILES) + .add(NSE_Blocks.DIAGONAL_CALCITE_TILES) + .add(NSE_Blocks.NII_WALL_1) + .add(NSE_Blocks.CRACKED_NII_WALL_1) + .add(NSE_Blocks.NII_WALL_2) + .add(NSE_Blocks.NII_WALL_3) + .add(NSE_Blocks.DRIPSTONE_TILES) + .add(NSE_Blocks.CRACKED_DRIPSTONE_TILES) + .add(NSE_Blocks.MOSSY_DRIPSTONE_TILES) + .add(NSE_Blocks.DRIPSTONE_BRICKS) + .add(NSE_Blocks.DEEPSLATE_TILES) + .add(NSE_Blocks.CRACKED_DEEPSLATE_TILES) + .add(NSE_Blocks.MOSSY_DEEPSLATE_TILES) + .add(NSE_Blocks.SMALL_DEEPSLATE_TILES) + .add(NSE_Blocks.SMALL_CRACKED_DEEPSLATE_TILES) + .add(NSE_Blocks.DIAGONAL_DEEPSLATE_TILES) + .add(NSE_Blocks.LIGHT_BLUE_TILES) + .add(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES) + .add(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES) + .add(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES) + .add(NSE_Blocks.SMALL_LIGHT_BLUE_TILES) + .add(NSE_Blocks.SMALL_CRACKED_LIGHT_BLUE_TILES) + .add(NSE_Blocks.GLAZED_LIGHT_BLUE_TILES) + .add(NSE_Blocks.CRACKED_GLAZED_LIGHT_BLUE_TILES) + .add(NSE_Blocks.LIGHT_BLUE_BRICKS) + .add(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS) + .add(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS) + .add(NSE_Blocks.BIG_GRANITE_TILES) + .add(NSE_Blocks.SMALL_GRANITE_TILES) + .add(NSE_Blocks.SMALL_CRACKED_GRANITE_TILES) + .add(NSE_Blocks.GREEN_WHITE_TILES) + .add(NSE_Blocks.CRACKED_GREEN_WHITE_TILES) + .add(NSE_Blocks.MOSSY_GREEN_WHITE_TILES) + .add(NSE_Blocks.TUFF_TILES) + .add(NSE_Blocks.CRACKED_TUFF_TILES) + .add(NSE_Blocks.MOSSY_TUFF_TILES) + .add(NSE_Blocks.BIG_TUFF_TILES) + .add(NSE_Blocks.TUFF_BRICKS) + .add(NSE_Blocks.CRACKED_TUFF_BRICKS) + .add(NSE_Blocks.MOSSY_TUFF_BRICKS) + .add(NSE_Blocks.INDUSTRIAL_WARNING) + .add(NSE_Blocks.GRAY_WARNING) + .add(NSE_Blocks.RED_WARNING) + .add(NSE_Blocks.ORANGE_WARNING) + .add(NSE_Blocks.YELLOW_WARNING) + .add(NSE_Blocks.LIME_WARNING) + .add(NSE_Blocks.GREEN_WARNING) + .add(NSE_Blocks.CYAN_WARNING) + .add(NSE_Blocks.LIGHT_BLUE_WARNING) + .add(NSE_Blocks.BLUE_WARNING) + .add(NSE_Blocks.PURPLE_WARNING) + .add(NSE_Blocks.MAGENTA_WARNING) + .add(NSE_Blocks.METAL_PLATING) + .add(NSE_Blocks.CONCRETE_WALL) + .add(NSE_Blocks.SMALL_YELLOW_TILES) + .add(NSE_Blocks.SMALL_CRACKED_YELLOW_TILES) + .add(NSE_Blocks.SAND_TILES_STAIRS) + .add(NSE_Blocks.SAND_TILES_SLAB) + .add(NSE_Blocks.CRACKED_SAND_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_SAND_TILES_SLAB) + .add(NSE_Blocks.MOSSY_SAND_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_SAND_TILES_SLAB) + .add(NSE_Blocks.HERRINGBONE_SAND_TILES_STAIRS) + .add(NSE_Blocks.HERRINGBONE_SAND_TILES_SLAB) + .add(NSE_Blocks.CROSS_SAND_TILES_STAIRS) + .add(NSE_Blocks.CROSS_SAND_TILES_SLAB) + .add(NSE_Blocks.SAND_BRICKS_STAIRS) + .add(NSE_Blocks.SAND_BRICKS_SLAB) + .add(NSE_Blocks.CRACKED_SAND_BRICKS_STAIRS) + .add(NSE_Blocks.CRACKED_SAND_BRICKS_SLAB) + .add(NSE_Blocks.MOSSY_SAND_BRICKS_STAIRS) + .add(NSE_Blocks.MOSSY_SAND_BRICKS_SLAB) + .add(NSE_Blocks.BIG_SAND_BRICKS_STAIRS) + .add(NSE_Blocks.BIG_SAND_BRICKS_SLAB) + .add(NSE_Blocks.BRICK_TILES_STAIRS) + .add(NSE_Blocks.BRICK_TILES_SLAB) + .add(NSE_Blocks.CRACKED_BRICK_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_BRICK_TILES_SLAB) + .add(NSE_Blocks.MOSSY_BRICK_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_BRICK_TILES_SLAB) + .add(NSE_Blocks.DIRTY_BRICK_TILES_STAIRS) + .add(NSE_Blocks.DIRTY_BRICK_TILES_SLAB) + .add(NSE_Blocks.DARK_BRICK_TILES_STAIRS) + .add(NSE_Blocks.DARK_BRICK_TILES_SLAB) + .add(NSE_Blocks.CRACKED_DARK_BRICK_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_DARK_BRICK_TILES_SLAB) + .add(NSE_Blocks.MOSSY_DARK_BRICK_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_DARK_BRICK_TILES_SLAB) + .add(NSE_Blocks.DIRTY_DARK_BRICK_TILES_STAIRS) + .add(NSE_Blocks.DIRTY_DARK_BRICK_TILES_SLAB) + .add(NSE_Blocks.RED_BRICKS_STAIRS) + .add(NSE_Blocks.RED_BRICKS_SLAB) + .add(NSE_Blocks.CRACKED_RED_BRICKS_STAIRS) + .add(NSE_Blocks.CRACKED_RED_BRICKS_SLAB) + .add(NSE_Blocks.MOSSY_RED_BRICKS_STAIRS) + .add(NSE_Blocks.MOSSY_RED_BRICKS_SLAB) + .add(NSE_Blocks.TEAL_TILES_STAIRS) + .add(NSE_Blocks.TEAL_TILES_SLAB) + .add(NSE_Blocks.CRACKED_TEAL_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_TEAL_TILES_SLAB) + .add(NSE_Blocks.MOSSY_TEAL_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_TEAL_TILES_SLAB) + .add(NSE_Blocks.VARIATED_TEAL_TILES_STAIRS) + .add(NSE_Blocks.VARIATED_TEAL_TILES_SLAB) + .add(NSE_Blocks.GREEN_BRICKS_STAIRS) + .add(NSE_Blocks.GREEN_BRICKS_SLAB) + .add(NSE_Blocks.CRACKED_GREEN_BRICKS_STAIRS) + .add(NSE_Blocks.CRACKED_GREEN_BRICKS_SLAB) + .add(NSE_Blocks.MOSSY_GREEN_BRICKS_STAIRS) + .add(NSE_Blocks.MOSSY_GREEN_BRICKS_SLAB) + .add(NSE_Blocks.GREEN_BRICKS_2_STAIRS) + .add(NSE_Blocks.GREEN_BRICKS_2_SLAB) + .add(NSE_Blocks.CRACKED_GREEN_BRICKS_2_STAIRS) + .add(NSE_Blocks.CRACKED_GREEN_BRICKS_2_SLAB) + .add(NSE_Blocks.MOSSY_GREEN_BRICKS_2_STAIRS) + .add(NSE_Blocks.MOSSY_GREEN_BRICKS_2_SLAB) + .add(NSE_Blocks.AQUAMARINE_TILES_STAIRS) + .add(NSE_Blocks.AQUAMARINE_TILES_SLAB) + .add(NSE_Blocks.CRACKED_AQUAMARINE_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_AQUAMARINE_TILES_SLAB) + .add(NSE_Blocks.MOSSY_AQUAMARINE_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_AQUAMARINE_TILES_SLAB) + .add(NSE_Blocks.DIRTY_AQUAMARINE_TILES_STAIRS) + .add(NSE_Blocks.DIRTY_AQUAMARINE_TILES_SLAB) + .add(NSE_Blocks.DIORITE_BRICKS_STAIRS) + .add(NSE_Blocks.DIORITE_BRICKS_SLAB) + .add(NSE_Blocks.CRACKED_DIORITE_BRICKS_STAIRS) + .add(NSE_Blocks.CRACKED_DIORITE_BRICKS_SLAB) + .add(NSE_Blocks.MOSSY_DIORITE_BRICKS_STAIRS) + .add(NSE_Blocks.MOSSY_DIORITE_BRICKS_SLAB) + .add(NSE_Blocks.CALCITE_TILES_STAIRS) + .add(NSE_Blocks.CALCITE_TILES_SLAB) + .add(NSE_Blocks.CRACKED_CALCITE_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_CALCITE_TILES_SLAB) + .add(NSE_Blocks.MOSSY_CALCITE_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_CALCITE_TILES_SLAB) + .add(NSE_Blocks.DRIPSTONE_TILES_STAIRS) + .add(NSE_Blocks.DRIPSTONE_TILES_SLAB) + .add(NSE_Blocks.CRACKED_DRIPSTONE_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_DRIPSTONE_TILES_SLAB) + .add(NSE_Blocks.MOSSY_DRIPSTONE_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_DRIPSTONE_TILES_SLAB) + .add(NSE_Blocks.DEEPSLATE_TILES_STAIRS) + .add(NSE_Blocks.DEEPSLATE_TILES_SLAB) + .add(NSE_Blocks.CRACKED_DEEPSLATE_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_DEEPSLATE_TILES_SLAB) + .add(NSE_Blocks.MOSSY_DEEPSLATE_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_DEEPSLATE_TILES_SLAB) + .add(NSE_Blocks.LIGHT_BLUE_TILES_STAIRS) + .add(NSE_Blocks.LIGHT_BLUE_TILES_SLAB) + .add(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_SLAB) + .add(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_SLAB) + .add(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_STAIRS) + .add(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_SLAB) + .add(NSE_Blocks.LIGHT_BLUE_BRICKS_STAIRS) + .add(NSE_Blocks.LIGHT_BLUE_BRICKS_SLAB) + .add(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_STAIRS) + .add(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_SLAB) + .add(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_STAIRS) + .add(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_SLAB) + .add(NSE_Blocks.GREEN_WHITE_TILES_STAIRS) + .add(NSE_Blocks.GREEN_WHITE_TILES_SLAB) + .add(NSE_Blocks.CRACKED_GREEN_WHITE_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_GREEN_WHITE_TILES_SLAB) + .add(NSE_Blocks.MOSSY_GREEN_WHITE_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_GREEN_WHITE_TILES_SLAB) + .add(NSE_Blocks.TUFF_TILES_STAIRS) + .add(NSE_Blocks.TUFF_TILES_SLAB) + .add(NSE_Blocks.CRACKED_TUFF_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_TUFF_TILES_SLAB) + .add(NSE_Blocks.MOSSY_TUFF_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_TUFF_TILES_SLAB) + .add(NSE_Blocks.TUFF_BRICKS_STAIRS) + .add(NSE_Blocks.TUFF_BRICKS_SLAB) + .add(NSE_Blocks.CRACKED_TUFF_BRICKS_STAIRS) + .add(NSE_Blocks.CRACKED_TUFF_BRICKS_SLAB) + .add(NSE_Blocks.MOSSY_TUFF_BRICKS_STAIRS) + .add(NSE_Blocks.MOSSY_TUFF_BRICKS_SLAB) + .add(NSE_Blocks.WHITE_CONCRETE_STAIRS) + .add(NSE_Blocks.WHITE_CONCRETE_SLAB) + .add(NSE_Blocks.CRACKED_WHITE_CONCRETE_STAIRS) + .add(NSE_Blocks.CRACKED_WHITE_CONCRETE_SLAB) + .add(NSE_Blocks.BEIGE_CONCRETE_STAIRS) + .add(NSE_Blocks.BEIGE_CONCRETE_SLAB) + .add(NSE_Blocks.CRACKED_BEIGE_CONCRETE_STAIRS) + .add(NSE_Blocks.CRACKED_BEIGE_CONCRETE_SLAB) + .add(NSE_Blocks.BLUE_CONCRETE_STAIRS) + .add(NSE_Blocks.BLUE_CONCRETE_SLAB) + .add(NSE_Blocks.CRACKED_BLUE_CONCRETE_STAIRS) + .add(NSE_Blocks.CRACKED_BLUE_CONCRETE_SLAB) + .add(NSE_Blocks.RED_CONCRETE_STAIRS) + .add(NSE_Blocks.RED_CONCRETE_SLAB) + .add(NSE_Blocks.CRACKED_RED_CONCRETE_STAIRS) + .add(NSE_Blocks.CRACKED_RED_CONCRETE_SLAB) + .add(NSE_Blocks.YELLOW_CONCRETE_STAIRS) + .add(NSE_Blocks.YELLOW_CONCRETE_SLAB) + .add(NSE_Blocks.CRACKED_YELLOW_CONCRETE_STAIRS) + .add(NSE_Blocks.CRACKED_YELLOW_CONCRETE_SLAB) + .add(NSE_Blocks.GREEN_CONCRETE_STAIRS) + .add(NSE_Blocks.GREEN_CONCRETE_SLAB) + .add(NSE_Blocks.CRACKED_GREEN_CONCRETE_STAIRS) + .add(NSE_Blocks.CRACKED_GREEN_CONCRETE_SLAB) + .add(NSE_Blocks.NII_FLOOR_STAIRS) + .add(NSE_Blocks.NII_FLOOR_SLAB) + .add(NSE_Blocks.METAL_PLATING_STAIRS) + .add(NSE_Blocks.METAL_PLATING_SLAB) + .add(NSE_Custom.VINTAGE_LAMP) + .add(NSE_Custom.LIGHT_BULB_LAMP); + + // Blocks mined with an axe + getOrCreateTagBuilder(BlockTags.AXE_MINEABLE) + .add(NSE_Blocks.CRATE) + .add(NSE_Blocks.CONCRETE_WALL) + .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS) + .add(NSE_Blocks.CROSS_ACACIA_PLANKS) + .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS) + .add(NSE_Blocks.CROSS_OAK_PLANKS) + .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS) + .add(NSE_Blocks.CROSS_BIRCH_PLANKS) + .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS) + .add(NSE_Blocks.CROSS_CRIMSON_PLANKS) + .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS) + .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS) + .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS) + .add(NSE_Blocks.CROSS_JUNGLE_PLANKS) + .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS) + .add(NSE_Blocks.CROSS_MANGROVE_PLANKS) + .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS) + .add(NSE_Blocks.CROSS_SPRUCE_PLANKS) + .add(NSE_Blocks.HERRINGBONE_PARQUET) + .add(NSE_Blocks.STRAIGHT_PARQUET) + .add(NSE_Blocks.SEPARATED_PARQUET) + .add(NSE_Blocks.GREEN_LINOLEUM) + .add(NSE_Blocks.BLUE_LINOLEUM) + .add(NSE_Blocks.RED_LINOLEUM) + .add(NSE_Blocks.GRAY_LINOLEUM) + .add(NSE_Blocks.ORANGE_LINOLEUM) + .add(NSE_Blocks.BROWN_LINOLEUM) + .add(NSE_Blocks.CYAN_LINOLEUM) + .add(NSE_Blocks.CROSS_ORANGE_LINOLEUM) + .add(NSE_Blocks.CROSS_BROWN_LINOLEUM) + .add(NSE_Blocks.CHISELED_BIRCH_DOOR) + .add(NSE_Blocks.CHISELED_MANGROVE_DOOR) + .add(NSE_Blocks.CHISELED_OAK_DOOR) + .add(NSE_Blocks.CHISELED_SPRUCE_DOOR) + .add(NSE_Blocks.GREEN_WALLPAPER) + .add(NSE_Blocks.BROWN_WALLPAPER) + .add(NSE_Blocks.BEIGE_WALLPAPER) + .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_ACACIA_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_ACACIA_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_OAK_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_OAK_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_BIRCH_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_BIRCH_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_CRIMSON_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_CRIMSON_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_JUNGLE_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_JUNGLE_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_MANGROVE_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_MANGROVE_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_SPRUCE_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_SPRUCE_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_PARQUET_STAIRS) + .add(NSE_Blocks.HERRINGBONE_PARQUET_SLAB) + .add(NSE_Blocks.STRAIGHT_PARQUET_STAIRS) + .add(NSE_Blocks.STRAIGHT_PARQUET_SLAB) + .add(NSE_Blocks.SEPARATED_PARQUET_STAIRS) + .add(NSE_Blocks.SEPARATED_PARQUET_SLAB) + .add(NSE_Blocks.GREEN_LINOLEUM_STAIRS) + .add(NSE_Blocks.GREEN_LINOLEUM_SLAB) + .add(NSE_Blocks.BLUE_LINOLEUM_STAIRS) + .add(NSE_Blocks.BLUE_LINOLEUM_SLAB) + .add(NSE_Blocks.RED_LINOLEUM_STAIRS) + .add(NSE_Blocks.RED_LINOLEUM_SLAB) + .add(NSE_Blocks.GRAY_LINOLEUM_STAIRS) + .add(NSE_Blocks.GRAY_LINOLEUM_SLAB) + .add(NSE_Blocks.ORANGE_LINOLEUM_STAIRS) + .add(NSE_Blocks.ORANGE_LINOLEUM_SLAB) + .add(NSE_Blocks.BROWN_LINOLEUM_STAIRS) + .add(NSE_Blocks.BROWN_LINOLEUM_SLAB) + .add(NSE_Blocks.CYAN_LINOLEUM_STAIRS) + .add(NSE_Blocks.CYAN_LINOLEUM_SLAB) + .add(NSE_Custom.TABLE_LAMP); + + getOrCreateTagBuilder(NSE_Tags.Blocks.RAKE_MINEABLE) + .add(NSE_Blocks.MEAT) + .add(NSE_Blocks.MEAT_EYE) + .add(NSE_Blocks.MEAT_TEETH) + .add(NSE_Blocks.PURPLE_GOO); + + getOrCreateTagBuilder(NSE_Tags.Blocks.TV) + .add(NSE_Custom.TV) + .add(NSE_Custom.RED_TV) + .add(NSE_Custom.BROWN_TV); + + getOrCreateTagBuilder(NSE_Tags.Blocks.POST_LAMPS) + .add(NSE_Custom.CAGED_POST_LAMP) + .add(NSE_Custom.VINTAGE_POST_LAMP) + .add(NSE_Custom.MODERN_POST_LAMP) + .add(NSE_Custom.BIG_POST_LAMP); + + getOrCreateTagBuilder(BlockTags.DOORS) + .add(NSE_Blocks.CHISELED_BIRCH_DOOR) + .add(NSE_Blocks.CHISELED_OAK_DOOR) + .add(NSE_Blocks.CHISELED_MANGROVE_DOOR) + .add(NSE_Blocks.CHISELED_SPRUCE_DOOR); + + getOrCreateTagBuilder(BlockTags.WOODEN_DOORS) + .add(NSE_Blocks.CHISELED_BIRCH_DOOR) + .add(NSE_Blocks.CHISELED_OAK_DOOR) + .add(NSE_Blocks.CHISELED_MANGROVE_DOOR) + .add(NSE_Blocks.CHISELED_SPRUCE_DOOR); + + getOrCreateTagBuilder(BlockTags.WALLS).add(NSE_Blocks.CONCRETE_WALL); + + getOrCreateTagBuilder(BlockTags.PLANKS) + .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS) + .add(NSE_Blocks.CROSS_ACACIA_PLANKS) + .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS) + .add(NSE_Blocks.CROSS_OAK_PLANKS) + .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS) + .add(NSE_Blocks.CROSS_BIRCH_PLANKS) + .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS) + .add(NSE_Blocks.CROSS_CRIMSON_PLANKS) + .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS) + .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS) + .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS) + .add(NSE_Blocks.CROSS_JUNGLE_PLANKS) + .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS) + .add(NSE_Blocks.CROSS_MANGROVE_PLANKS) + .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS) + .add(NSE_Blocks.CROSS_SPRUCE_PLANKS); + + getOrCreateTagBuilder(BlockTags.STAIRS) + .add(NSE_Blocks.SAND_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_SAND_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_SAND_TILES_STAIRS) + .add(NSE_Blocks.HERRINGBONE_SAND_TILES_STAIRS) + .add(NSE_Blocks.CROSS_SAND_TILES_STAIRS) + .add(NSE_Blocks.SAND_BRICKS_STAIRS) + .add(NSE_Blocks.CRACKED_SAND_BRICKS_STAIRS) + .add(NSE_Blocks.MOSSY_SAND_BRICKS_STAIRS) + .add(NSE_Blocks.BIG_SAND_BRICKS_STAIRS) + .add(NSE_Blocks.BRICK_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_BRICK_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_BRICK_TILES_STAIRS) + .add(NSE_Blocks.DIRTY_BRICK_TILES_STAIRS) + .add(NSE_Blocks.DARK_BRICK_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_DARK_BRICK_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_DARK_BRICK_TILES_STAIRS) + .add(NSE_Blocks.DIRTY_DARK_BRICK_TILES_STAIRS) + .add(NSE_Blocks.RED_BRICKS_STAIRS) + .add(NSE_Blocks.CRACKED_RED_BRICKS_STAIRS) + .add(NSE_Blocks.MOSSY_RED_BRICKS_STAIRS) + .add(NSE_Blocks.TEAL_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_TEAL_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_TEAL_TILES_STAIRS) + .add(NSE_Blocks.VARIATED_TEAL_TILES_STAIRS) + .add(NSE_Blocks.GREEN_BRICKS_STAIRS) + .add(NSE_Blocks.CRACKED_GREEN_BRICKS_STAIRS) + .add(NSE_Blocks.MOSSY_GREEN_BRICKS_STAIRS) + .add(NSE_Blocks.GREEN_BRICKS_2_STAIRS) + .add(NSE_Blocks.CRACKED_GREEN_BRICKS_2_STAIRS) + .add(NSE_Blocks.MOSSY_GREEN_BRICKS_2_STAIRS) + .add(NSE_Blocks.AQUAMARINE_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_AQUAMARINE_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_AQUAMARINE_TILES_STAIRS) + .add(NSE_Blocks.DIRTY_AQUAMARINE_TILES_STAIRS) + .add(NSE_Blocks.DIORITE_BRICKS_STAIRS) + .add(NSE_Blocks.CRACKED_DIORITE_BRICKS_STAIRS) + .add(NSE_Blocks.MOSSY_DIORITE_BRICKS_STAIRS) + .add(NSE_Blocks.CALCITE_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_CALCITE_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_CALCITE_TILES_STAIRS) + .add(NSE_Blocks.DRIPSTONE_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_DRIPSTONE_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_DRIPSTONE_TILES_STAIRS) + .add(NSE_Blocks.DEEPSLATE_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_DEEPSLATE_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_DEEPSLATE_TILES_STAIRS) + .add(NSE_Blocks.LIGHT_BLUE_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_STAIRS) + .add(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_STAIRS) + .add(NSE_Blocks.LIGHT_BLUE_BRICKS_STAIRS) + .add(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_STAIRS) + .add(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_STAIRS) + .add(NSE_Blocks.GREEN_WHITE_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_GREEN_WHITE_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_GREEN_WHITE_TILES_STAIRS) + .add(NSE_Blocks.TUFF_TILES_STAIRS) + .add(NSE_Blocks.CRACKED_TUFF_TILES_STAIRS) + .add(NSE_Blocks.MOSSY_TUFF_TILES_STAIRS) + .add(NSE_Blocks.TUFF_BRICKS_STAIRS) + .add(NSE_Blocks.CRACKED_TUFF_BRICKS_STAIRS) + .add(NSE_Blocks.MOSSY_TUFF_BRICKS_STAIRS) + .add(NSE_Blocks.WHITE_CONCRETE_STAIRS) + .add(NSE_Blocks.CRACKED_WHITE_CONCRETE_STAIRS) + .add(NSE_Blocks.BEIGE_CONCRETE_STAIRS) + .add(NSE_Blocks.CRACKED_BEIGE_CONCRETE_STAIRS) + .add(NSE_Blocks.BLUE_CONCRETE_STAIRS) + .add(NSE_Blocks.CRACKED_BLUE_CONCRETE_STAIRS) + .add(NSE_Blocks.RED_CONCRETE_STAIRS) + .add(NSE_Blocks.CRACKED_RED_CONCRETE_STAIRS) + .add(NSE_Blocks.YELLOW_CONCRETE_STAIRS) + .add(NSE_Blocks.CRACKED_YELLOW_CONCRETE_STAIRS) + .add(NSE_Blocks.GREEN_CONCRETE_STAIRS) + .add(NSE_Blocks.CRACKED_GREEN_CONCRETE_STAIRS) + .add(NSE_Blocks.NII_FLOOR_STAIRS) + .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_ACACIA_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_OAK_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_BIRCH_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_CRIMSON_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_JUNGLE_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_MANGROVE_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_SPRUCE_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_PARQUET_STAIRS) + .add(NSE_Blocks.STRAIGHT_PARQUET_STAIRS) + .add(NSE_Blocks.SEPARATED_PARQUET_STAIRS) + .add(NSE_Blocks.GREEN_LINOLEUM_STAIRS) + .add(NSE_Blocks.BLUE_LINOLEUM_STAIRS) + .add(NSE_Blocks.RED_LINOLEUM_STAIRS) + .add(NSE_Blocks.GRAY_LINOLEUM_STAIRS) + .add(NSE_Blocks.ORANGE_LINOLEUM_STAIRS) + .add(NSE_Blocks.BROWN_LINOLEUM_STAIRS) + .add(NSE_Blocks.CYAN_LINOLEUM_STAIRS) + .add(NSE_Blocks.METAL_PLATING_STAIRS); + + getOrCreateTagBuilder(BlockTags.SLABS) + .add(NSE_Blocks.SAND_TILES_SLAB) + .add(NSE_Blocks.CRACKED_SAND_TILES_SLAB) + .add(NSE_Blocks.MOSSY_SAND_TILES_SLAB) + .add(NSE_Blocks.HERRINGBONE_SAND_TILES_SLAB) + .add(NSE_Blocks.CROSS_SAND_TILES_SLAB) + .add(NSE_Blocks.SAND_BRICKS_SLAB) + .add(NSE_Blocks.CRACKED_SAND_BRICKS_SLAB) + .add(NSE_Blocks.MOSSY_SAND_BRICKS_SLAB) + .add(NSE_Blocks.BIG_SAND_BRICKS_SLAB) + .add(NSE_Blocks.BRICK_TILES_SLAB) + .add(NSE_Blocks.CRACKED_BRICK_TILES_SLAB) + .add(NSE_Blocks.MOSSY_BRICK_TILES_SLAB) + .add(NSE_Blocks.DIRTY_BRICK_TILES_SLAB) + .add(NSE_Blocks.DARK_BRICK_TILES_SLAB) + .add(NSE_Blocks.CRACKED_DARK_BRICK_TILES_SLAB) + .add(NSE_Blocks.MOSSY_DARK_BRICK_TILES_SLAB) + .add(NSE_Blocks.DIRTY_DARK_BRICK_TILES_SLAB) + .add(NSE_Blocks.RED_BRICKS_SLAB) + .add(NSE_Blocks.CRACKED_RED_BRICKS_SLAB) + .add(NSE_Blocks.MOSSY_RED_BRICKS_SLAB) + .add(NSE_Blocks.TEAL_TILES_SLAB) + .add(NSE_Blocks.CRACKED_TEAL_TILES_SLAB) + .add(NSE_Blocks.MOSSY_TEAL_TILES_SLAB) + .add(NSE_Blocks.VARIATED_TEAL_TILES_SLAB) + .add(NSE_Blocks.GREEN_BRICKS_SLAB) + .add(NSE_Blocks.CRACKED_GREEN_BRICKS_SLAB) + .add(NSE_Blocks.MOSSY_GREEN_BRICKS_SLAB) + .add(NSE_Blocks.GREEN_BRICKS_2_SLAB) + .add(NSE_Blocks.CRACKED_GREEN_BRICKS_2_SLAB) + .add(NSE_Blocks.MOSSY_GREEN_BRICKS_2_SLAB) + .add(NSE_Blocks.AQUAMARINE_TILES_SLAB) + .add(NSE_Blocks.CRACKED_AQUAMARINE_TILES_SLAB) + .add(NSE_Blocks.MOSSY_AQUAMARINE_TILES_SLAB) + .add(NSE_Blocks.DIRTY_AQUAMARINE_TILES_SLAB) + .add(NSE_Blocks.DIORITE_BRICKS_SLAB) + .add(NSE_Blocks.CRACKED_DIORITE_BRICKS_SLAB) + .add(NSE_Blocks.MOSSY_DIORITE_BRICKS_SLAB) + .add(NSE_Blocks.CALCITE_TILES_SLAB) + .add(NSE_Blocks.CRACKED_CALCITE_TILES_SLAB) + .add(NSE_Blocks.MOSSY_CALCITE_TILES_SLAB) + .add(NSE_Blocks.DRIPSTONE_TILES_SLAB) + .add(NSE_Blocks.CRACKED_DRIPSTONE_TILES_SLAB) + .add(NSE_Blocks.MOSSY_DRIPSTONE_TILES_SLAB) + .add(NSE_Blocks.DEEPSLATE_TILES_SLAB) + .add(NSE_Blocks.CRACKED_DEEPSLATE_TILES_SLAB) + .add(NSE_Blocks.MOSSY_DEEPSLATE_TILES_SLAB) + .add(NSE_Blocks.LIGHT_BLUE_TILES_SLAB) + .add(NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_SLAB) + .add(NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_SLAB) + .add(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_SLAB) + .add(NSE_Blocks.LIGHT_BLUE_BRICKS_SLAB) + .add(NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_SLAB) + .add(NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_SLAB) + .add(NSE_Blocks.GREEN_WHITE_TILES_SLAB) + .add(NSE_Blocks.CRACKED_GREEN_WHITE_TILES_SLAB) + .add(NSE_Blocks.MOSSY_GREEN_WHITE_TILES_SLAB) + .add(NSE_Blocks.TUFF_TILES_SLAB) + .add(NSE_Blocks.CRACKED_TUFF_TILES_SLAB) + .add(NSE_Blocks.MOSSY_TUFF_TILES_SLAB) + .add(NSE_Blocks.TUFF_BRICKS_SLAB) + .add(NSE_Blocks.CRACKED_TUFF_BRICKS_SLAB) + .add(NSE_Blocks.MOSSY_TUFF_BRICKS_SLAB) + .add(NSE_Blocks.WHITE_CONCRETE_SLAB) + .add(NSE_Blocks.CRACKED_WHITE_CONCRETE_SLAB) + .add(NSE_Blocks.BEIGE_CONCRETE_SLAB) + .add(NSE_Blocks.CRACKED_BEIGE_CONCRETE_SLAB) + .add(NSE_Blocks.BLUE_CONCRETE_SLAB) + .add(NSE_Blocks.CRACKED_BLUE_CONCRETE_SLAB) + .add(NSE_Blocks.RED_CONCRETE_SLAB) + .add(NSE_Blocks.CRACKED_RED_CONCRETE_SLAB) + .add(NSE_Blocks.YELLOW_CONCRETE_SLAB) + .add(NSE_Blocks.CRACKED_YELLOW_CONCRETE_SLAB) + .add(NSE_Blocks.GREEN_CONCRETE_SLAB) + .add(NSE_Blocks.CRACKED_GREEN_CONCRETE_SLAB) + .add(NSE_Blocks.NII_FLOOR_SLAB) + .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_ACACIA_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_OAK_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_BIRCH_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_CRIMSON_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_JUNGLE_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_MANGROVE_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_SPRUCE_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_PARQUET_SLAB) + .add(NSE_Blocks.STRAIGHT_PARQUET_SLAB) + .add(NSE_Blocks.SEPARATED_PARQUET_SLAB) + .add(NSE_Blocks.GREEN_LINOLEUM_SLAB) + .add(NSE_Blocks.BLUE_LINOLEUM_SLAB) + .add(NSE_Blocks.RED_LINOLEUM_SLAB) + .add(NSE_Blocks.GRAY_LINOLEUM_SLAB) + .add(NSE_Blocks.ORANGE_LINOLEUM_SLAB) + .add(NSE_Blocks.BROWN_LINOLEUM_SLAB) + .add(NSE_Blocks.CYAN_LINOLEUM_SLAB) + .add(NSE_Blocks.METAL_PLATING_SLAB); + + getOrCreateTagBuilder(BlockTags.WOODEN_STAIRS) + .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_ACACIA_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_OAK_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_BIRCH_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_CRIMSON_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_JUNGLE_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_MANGROVE_PLANKS_STAIRS) + .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_STAIRS) + .add(NSE_Blocks.CROSS_SPRUCE_PLANKS_STAIRS); + + getOrCreateTagBuilder(BlockTags.WOODEN_SLABS) + .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_ACACIA_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_OAK_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_OAK_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_BIRCH_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_CRIMSON_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_DARK_OAK_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_JUNGLE_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_MANGROVE_PLANKS_SLAB) + .add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_SLAB) + .add(NSE_Blocks.CROSS_SPRUCE_PLANKS_SLAB); + } +} \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java b/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java new file mode 100644 index 0000000..496e4bb --- /dev/null +++ b/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java @@ -0,0 +1,54 @@ +package su.a71.new_soviet.datagen; +// === ABANDON HOPE, YE WHO ENTER HERE === + +import net.fabricmc.fabric.api.datagen.v1.FabricDataOutput; +import net.fabricmc.fabric.api.datagen.v1.provider.FabricModelProvider; +import net.minecraft.block.Block; +import net.minecraft.data.client.BlockStateModelGenerator; +import net.minecraft.data.client.ItemModelGenerator; +import net.minecraft.data.client.Models; +import net.minecraft.data.client.TextureMap; +import net.minecraft.registry.Registries; +import net.minecraft.util.Identifier; +import su.a71.new_soviet.registration.NSE_Blocks; + +public class ModelGenerator extends FabricModelProvider { + public ModelGenerator(FabricDataOutput generator) { + super(generator); + } + + // Helper method since "normal" registerDoor doesn't account for non-flat texture dir + public void registerDoor(BlockStateModelGenerator blockStateModelGenerator, Block doorBlock) { + TextureMap textureMap = TextureMap.topBottom( + Registries.BLOCK.getId(doorBlock).withPath((path) -> "block/doors/" + path + "_top"), + Registries.BLOCK.getId(doorBlock).withPath((path) -> "block/doors/" + path + "_bottom")); + Identifier identifier = Models.DOOR_BOTTOM_LEFT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + Identifier identifier2 = Models.DOOR_BOTTOM_LEFT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + Identifier identifier3 = Models.DOOR_BOTTOM_RIGHT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + Identifier identifier4 = Models.DOOR_BOTTOM_RIGHT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + Identifier identifier5 = Models.DOOR_TOP_LEFT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + Identifier identifier6 = Models.DOOR_TOP_LEFT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + Identifier identifier7 = Models.DOOR_TOP_RIGHT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + Identifier identifier8 = Models.DOOR_TOP_RIGHT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); + blockStateModelGenerator.registerItemModel(doorBlock.asItem()); + blockStateModelGenerator.blockStateCollector.accept(BlockStateModelGenerator.createDoorBlockState(doorBlock, identifier, identifier2, identifier3, identifier4, identifier5, identifier6, identifier7, identifier8)); + } + + @Override + public void generateBlockStateModels(BlockStateModelGenerator blockStateModelGenerator) { +// BlockStateModelGenerator.createSingletonBlockState(NSE_Blocks.SAND_TILES, new Identifier("new_soviet", "block/sand_tiles")); +// BlockStateModelGenerator.createSlabBlockState() +// BlockStateModelGenerator.createWallBlockState() +// BlockStateModelGenerator.createStairsBlockState(NSE_Blocks.SAND_TILES_STAIRS, new Identifier(NewSoviet.MOD_ID, "sand_tiles_stairs")); + registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_BIRCH_DOOR); + registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_SPRUCE_DOOR); + registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_OAK_DOOR); + registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_MANGROVE_DOOR); + +// blockStateModelGenerator.register(); + } + + @Override + public void generateItemModels(ItemModelGenerator itemModelGenerator) { + } +} diff --git a/src/main/java/su/a71/new_soviet/datagen/RecipeGenerator.java b/src/main/java/su/a71/new_soviet/datagen/RecipeGenerator.java new file mode 100644 index 0000000..698afb3 --- /dev/null +++ b/src/main/java/su/a71/new_soviet/datagen/RecipeGenerator.java @@ -0,0 +1,697 @@ +package su.a71.new_soviet.datagen; +// === ABANDON HOPE, YE WHO ENTER HERE === + +import com.google.common.collect.Lists; +import net.fabricmc.fabric.api.datagen.v1.FabricDataOutput; +import net.fabricmc.fabric.api.datagen.v1.provider.FabricRecipeProvider; +import net.minecraft.block.Blocks; +import net.minecraft.data.server.recipe.RecipeJsonProvider; +import net.minecraft.data.server.recipe.RecipeProvider; +import net.minecraft.data.server.recipe.ShapedRecipeJsonBuilder; +import net.minecraft.data.server.recipe.ShapelessRecipeJsonBuilder; +import net.minecraft.item.ItemConvertible; +import net.minecraft.item.Items; +import net.minecraft.recipe.Ingredient; +import net.minecraft.recipe.book.RecipeCategory; +import net.minecraft.registry.tag.ItemTags; +import net.minecraft.util.Util; +import su.a71.new_soviet.registration.NSE_Blocks; +import su.a71.new_soviet.registration.NSE_Custom; +import su.a71.new_soviet.registration.NSE_Items; + +import java.util.List; +import java.util.function.Consumer; + +public class RecipeGenerator extends FabricRecipeProvider { + public RecipeGenerator(FabricDataOutput generator) { + super(generator); + } + + private void mossRecipe(Consumer exporter, ItemConvertible output, ItemConvertible input) { + var path = convertBetween(output, input); + ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, output).input(input).input(Items.VINE).criterion(FabricRecipeProvider.hasItem(output), + FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(input), + FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(Items.VINE), + FabricRecipeProvider.conditionsFromItem(output)).offerTo(exporter, path + "_vine"); + + ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, output).input(input).input(Items.MOSS_BLOCK).criterion(FabricRecipeProvider.hasItem(output), + FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(input), + FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(Items.MOSS_BLOCK), + FabricRecipeProvider.conditionsFromItem(output)).offerTo(exporter, path + "_moss"); + } + + private void dirtyRecipe(Consumer exporter, ItemConvertible output, ItemConvertible input) { + var path = convertBetween(output, input); + ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, output).input(input).input(Items.DIRT).criterion(FabricRecipeProvider.hasItem(output), + FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(input), + FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(Items.DIRT), + FabricRecipeProvider.conditionsFromItem(output)).offerTo(exporter, path + "_dirt"); + + ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, output).input(input).input(Items.GLOW_LICHEN).criterion(FabricRecipeProvider.hasItem(output), + FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(input), + FabricRecipeProvider.conditionsFromItem(output)).criterion(FabricRecipeProvider.hasItem(Items.GLOW_LICHEN), + FabricRecipeProvider.conditionsFromItem(output)).offerTo(exporter, path + "_lichen"); + } + + private void stoneCuttingCategory(Consumer exporter, List category, RecipeCategory recipe_category) { + for (int i = 0; i < category.size(); i++) { + for (int j = 0; j < category.size(); j++) { + if (i != j) { + offerStonecuttingRecipe(exporter, recipe_category, + category.get(i), category.get(j)); + } + } + } + } + + private void diceRecipe(Consumer exporter, ItemConvertible dice) { + // why can't we use BlockTags.WOODEN_BUTTONS + var buttons = Util.make(Lists.newArrayList(), list -> { + list.add(Blocks.OAK_BUTTON); + list.add(Blocks.BAMBOO_BUTTON); + list.add(Blocks.BIRCH_BUTTON); + list.add(Blocks.CHERRY_BUTTON); + list.add(Blocks.ACACIA_BUTTON); + list.add(Blocks.CRIMSON_BUTTON); + list.add(Blocks.DARK_OAK_BUTTON); + list.add(Blocks.JUNGLE_BUTTON); + list.add(Blocks.MANGROVE_BUTTON); + list.add(Blocks.SPRUCE_BUTTON); + list.add(Blocks.WARPED_BUTTON); + }); + for (Object button : buttons) { + offerStonecuttingRecipe(exporter, RecipeCategory.MISC, dice, (ItemConvertible) button); + } + } + + private void warningStripeRecipe(Consumer exporter, ItemConvertible output, ItemConvertible dye) { + ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, output, 4) + .pattern("D#D") + .pattern("#D#") + .pattern("D#D") + .input('D', dye) + .input('#', Items.IRON_INGOT) + .criterion(RecipeProvider.hasItem(Items.IRON_INGOT), + RecipeProvider.conditionsFromItem(Items.IRON_INGOT)) + .criterion(RecipeProvider.hasItem(dye), + RecipeProvider.conditionsFromItem(dye)) + .offerTo(exporter); + } + + private void crissCrossRecipe(Consumer exporter, ItemConvertible output, ItemConvertible input1, ItemConvertible input2) { + ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, output, 4) + .pattern("XY") + .pattern("YX") + .input('X', input1) + .input('Y', input2) + .criterion(RecipeProvider.hasItem(input1), + RecipeProvider.conditionsFromItem(input1)) + .criterion(RecipeProvider.hasItem(input2), + RecipeProvider.conditionsFromItem(input2)) + .offerTo(exporter); + } + + private void tvRecipe(Consumer exporter, ItemConvertible output, ItemConvertible dye) { + ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 1) + .pattern("N N") + .pattern("DGD") + .pattern("DRD") + .input('D', dye) + .input('N', Items.IRON_NUGGET) + .input('R', Items.REDSTONE) + .input('G', Items.GLASS_PANE) + .criterion(RecipeProvider.hasItem(Items.IRON_NUGGET), + RecipeProvider.conditionsFromItem(Items.IRON_NUGGET)) + .criterion(RecipeProvider.hasItem(Items.GLASS_PANE), + RecipeProvider.conditionsFromItem(Items.GLASS_PANE)) + .criterion(RecipeProvider.hasItem(Items.REDSTONE), + RecipeProvider.conditionsFromItem(Items.REDSTONE)) + .criterion(RecipeProvider.hasItem(dye), + RecipeProvider.conditionsFromItem(dye)) + .offerTo(exporter); + } + + private void radioRecipe(Consumer exporter, ItemConvertible output) { + ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 1) + .pattern(" N") + .pattern("MMM") + .pattern("III") + .input('M', Blocks.NOTE_BLOCK) + .input('N', Items.IRON_NUGGET) + .input('I', Items.IRON_INGOT) + .criterion(RecipeProvider.hasItem(Items.IRON_NUGGET), + RecipeProvider.conditionsFromItem(Items.IRON_NUGGET)) + .criterion(RecipeProvider.hasItem(Items.NOTE_BLOCK), + RecipeProvider.conditionsFromItem(Items.NOTE_BLOCK)) + .criterion(RecipeProvider.hasItem(Items.IRON_INGOT), + RecipeProvider.conditionsFromItem(Items.IRON_INGOT)) + .offerTo(exporter); + } + + private void ceilingFanRecipe(Consumer exporter, ItemConvertible output) { + ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 1) + .pattern(" S ") + .pattern("WNW") + .input('S', Items.STICK) + .input('N', Items.IRON_NUGGET) + .input('W', Items.WHITE_WOOL) + .criterion(RecipeProvider.hasItem(Items.IRON_NUGGET), + RecipeProvider.conditionsFromItem(Items.IRON_NUGGET)) + .criterion(RecipeProvider.hasItem(Items.STICK), + RecipeProvider.conditionsFromItem(Items.STICK)) + .criterion(RecipeProvider.hasItem(Items.WHITE_WOOL), + RecipeProvider.conditionsFromItem(Items.WHITE_WOOL)) + .offerTo(exporter); + } + + private void tableLampRecipe(Consumer exporter, ItemConvertible output) { + ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 3) + .pattern("WWW") + .pattern("WTW") + .pattern(" S ") + + .input('S', Items.STICK) + .input('T', Items.TORCH) + .input('W', ItemTags.WOOL) + .criterion(RecipeProvider.hasItem(Items.TORCH), + RecipeProvider.conditionsFromItem(Items.TORCH)) + .criterion(RecipeProvider.hasItem(Items.STICK), + RecipeProvider.conditionsFromItem(Items.STICK)) + .criterion("has_wool", RecipeProvider.conditionsFromTag(ItemTags.WOOL)) + .offerTo(exporter); + } + + private void vintageLampRecipe(Consumer exporter, ItemConvertible output) { + ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 3) + .pattern("NNN") + .pattern("GTG") + .pattern(" N ") + + .input('N', Items.IRON_NUGGET) + .input('T', Items.TORCH) + .input('G', Items.GREEN_STAINED_GLASS) + .criterion(RecipeProvider.hasItem(Items.TORCH), + RecipeProvider.conditionsFromItem(Items.TORCH)) + .criterion(RecipeProvider.hasItem(Items.IRON_NUGGET), + RecipeProvider.conditionsFromItem(Items.IRON_NUGGET)) + .criterion(RecipeProvider.hasItem(Items.GREEN_STAINED_GLASS), + RecipeProvider.conditionsFromItem(Items.GREEN_STAINED_GLASS)) + .offerTo(exporter); + } + + private void sickleRecipe(Consumer exporter, ItemConvertible output) { + ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 1) + .pattern(" I ") + .pattern(" I") + .pattern(" S ") + .input('S', Items.STICK) + .input('I', Items.IRON_INGOT) + .criterion(RecipeProvider.hasItem(Items.STICK), + RecipeProvider.conditionsFromItem(Items.STICK)) + .criterion(RecipeProvider.hasItem(Items.IRON_INGOT), + RecipeProvider.conditionsFromItem(Items.IRON_INGOT)) + .offerTo(exporter); + } + + private void rakeRecipe(Consumer exporter, ItemConvertible output) { + ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 1) + .pattern("III") + .pattern(" N ") + .pattern(" S ") + .input('S', Items.STICK) + .input('I', Items.IRON_INGOT) + .input('N', Items.IRON_NUGGET) + .criterion(RecipeProvider.hasItem(Items.STICK), + RecipeProvider.conditionsFromItem(Items.STICK)) + .criterion(RecipeProvider.hasItem(Items.IRON_INGOT), + RecipeProvider.conditionsFromItem(Items.IRON_INGOT)) + .criterion(RecipeProvider.hasItem(Items.IRON_NUGGET), + RecipeProvider.conditionsFromItem(Items.IRON_NUGGET)) + .offerTo(exporter); + } + + private void offerStairsAndSlab(Consumer exporter, ItemConvertible output_stairs, ItemConvertible output_slab, ItemConvertible input) { + createStairsRecipe(output_stairs, Ingredient.ofItems(input)) + .criterion(hasItem(input), conditionsFromItem(input)).offerTo(exporter); + createSlabRecipe(RecipeCategory.BUILDING_BLOCKS, output_slab, Ingredient.ofItems(input)) + .criterion(hasItem(input), conditionsFromItem(input)).offerTo(exporter); + + offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, output_stairs, input); + offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, output_slab, input); + } + + @Override + public void generate(Consumer exporter) { + crissCrossRecipe(exporter, NSE_Blocks.SAND_TILES, Blocks.SMOOTH_SANDSTONE, Blocks.SMOOTH_RED_SANDSTONE); + crissCrossRecipe(exporter, NSE_Blocks.LIGHT_BLUE_TILES, Blocks.STONE, Items.LIGHT_BLUE_DYE); + crissCrossRecipe(exporter, NSE_Blocks.SMALL_WHITE_TILES, Blocks.STONE, Items.WHITE_DYE); + crissCrossRecipe(exporter, NSE_Blocks.GREEN_WHITE_TILES, Blocks.POLISHED_DIORITE, Items.GREEN_DYE); + + tvRecipe(exporter, NSE_Custom.TV, Items.ORANGE_DYE); + tvRecipe(exporter, NSE_Custom.BROWN_TV, Items.BROWN_DYE); + tvRecipe(exporter, NSE_Custom.RED_TV, Items.RED_DYE); + radioRecipe(exporter, NSE_Custom.RADIO_RECEIVER); + ceilingFanRecipe(exporter, NSE_Custom.CEILING_FAN); + tableLampRecipe(exporter, NSE_Custom.TABLE_LAMP); + vintageLampRecipe(exporter, NSE_Custom.VINTAGE_LAMP); + sickleRecipe(exporter, NSE_Items.SICKLE); + rakeRecipe(exporter, NSE_Items.RAKE); + + // Cracked blocks + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_BRICK_TILES, NSE_Blocks.BRICK_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GLAZED_BRICK_TILES, NSE_Blocks.GLAZED_BRICK_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_DARK_BRICK_TILES, NSE_Blocks.DARK_BRICK_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_NII_WALL_1, NSE_Blocks.NII_WALL_1); + offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_YELLOW_TILES, NSE_Blocks.SMALL_YELLOW_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_SAND_TILES, NSE_Blocks.SAND_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_SAND_TILES, NSE_Blocks.SMALL_SAND_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_SAND_BRICKS, NSE_Blocks.SAND_BRICKS); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_TEAL_TILES, NSE_Blocks.TEAL_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_TEAL_TILES, NSE_Blocks.SMALL_TEAL_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GLAZED_TEAL_TILES, NSE_Blocks.GLAZED_TEAL_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_AQUAMARINE_TILES, NSE_Blocks.AQUAMARINE_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_AQUAMARINE_TILES, NSE_Blocks.SMALL_AQUAMARINE_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GLAZED_AQUAMARINE_TILES, NSE_Blocks.GLAZED_AQUAMARINE_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_DIORITE_TILES, NSE_Blocks.SMALL_DIORITE_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_DIORITE_BRICKS, NSE_Blocks.DIORITE_BRICKS); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_CALCITE_TILES, NSE_Blocks.CALCITE_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_DRIPSTONE_TILES, NSE_Blocks.DRIPSTONE_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_DEEPSLATE_TILES, NSE_Blocks.DEEPSLATE_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_DEEPSLATE_TILES, NSE_Blocks.SMALL_DEEPSLATE_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_LIGHT_BLUE_TILES, NSE_Blocks.LIGHT_BLUE_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_LIGHT_BLUE_TILES, NSE_Blocks.SMALL_LIGHT_BLUE_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GLAZED_LIGHT_BLUE_TILES, NSE_Blocks.GLAZED_LIGHT_BLUE_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS, NSE_Blocks.LIGHT_BLUE_BRICKS); + offerCrackingRecipe(exporter, NSE_Blocks.SMALL_CRACKED_GRANITE_TILES, NSE_Blocks.SMALL_GRANITE_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GREEN_WHITE_TILES, NSE_Blocks.GREEN_WHITE_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_TUFF_TILES, NSE_Blocks.TUFF_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_TUFF_BRICKS, NSE_Blocks.TUFF_BRICKS); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_WHITEWASH, NSE_Blocks.WHITEWASH); + offerCrackingRecipe(exporter, NSE_Blocks.VERY_CRACKED_WHITEWASH, NSE_Blocks.CRACKED_WHITEWASH); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_WHITE_CONCRETE, NSE_Blocks.WHITE_CONCRETE); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_BEIGE_CONCRETE, NSE_Blocks.BEIGE_CONCRETE); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_BLUE_CONCRETE, NSE_Blocks.BLUE_CONCRETE); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_RED_CONCRETE, NSE_Blocks.RED_CONCRETE); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_YELLOW_CONCRETE, NSE_Blocks.YELLOW_CONCRETE); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GREEN_CONCRETE, NSE_Blocks.GREEN_CONCRETE); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GREEN_BRICKS, NSE_Blocks.GREEN_BRICKS); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_GREEN_BRICKS_2, NSE_Blocks.GREEN_BRICKS_2); + offerCrackingRecipe(exporter, NSE_Blocks.BIG_GREEN_TILES_CRACKED, NSE_Blocks.BIG_GREEN_TILES); + offerCrackingRecipe(exporter, NSE_Blocks.CRACKED_RED_BRICKS, NSE_Blocks.RED_BRICKS); + + // Mossy variants + mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_TILES, NSE_Blocks.SAND_TILES); + mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_BRICKS, NSE_Blocks.SAND_BRICKS); + mossRecipe(exporter, NSE_Blocks.MOSSY_TEAL_TILES, NSE_Blocks.TEAL_TILES); + mossRecipe(exporter, NSE_Blocks.MOSSY_AQUAMARINE_TILES, NSE_Blocks.AQUAMARINE_TILES); + mossRecipe(exporter, NSE_Blocks.MOSSY_DIORITE_BRICKS, NSE_Blocks.DIORITE_BRICKS); + mossRecipe(exporter, NSE_Blocks.MOSSY_CALCITE_TILES, NSE_Blocks.CALCITE_TILES); + mossRecipe(exporter, NSE_Blocks.MOSSY_DRIPSTONE_TILES, NSE_Blocks.DRIPSTONE_TILES); + mossRecipe(exporter, NSE_Blocks.MOSSY_DEEPSLATE_TILES, NSE_Blocks.DEEPSLATE_TILES); + mossRecipe(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_TILES, NSE_Blocks.LIGHT_BLUE_TILES); + mossRecipe(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS, NSE_Blocks.LIGHT_BLUE_BRICKS); + mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_WHITE_TILES, NSE_Blocks.GREEN_WHITE_TILES); + mossRecipe(exporter, NSE_Blocks.MOSSY_TUFF_TILES, NSE_Blocks.TUFF_TILES); + mossRecipe(exporter, NSE_Blocks.MOSSY_TUFF_BRICKS, NSE_Blocks.TUFF_BRICKS); + mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS, NSE_Blocks.GREEN_BRICKS); + mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS_2, NSE_Blocks.GREEN_BRICKS_2); + mossRecipe(exporter, NSE_Blocks.MOSSY_RED_BRICKS, NSE_Blocks.RED_BRICKS); + mossRecipe(exporter, NSE_Blocks.MOSSY_BRICK_TILES, NSE_Blocks.BRICK_TILES); + mossRecipe(exporter, NSE_Blocks.MOSSY_DARK_BRICK_TILES, NSE_Blocks.DARK_BRICK_TILES); + mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_TILES_STAIRS, NSE_Blocks.SAND_TILES_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_TILES_SLAB, NSE_Blocks.SAND_TILES_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_BRICKS_STAIRS, NSE_Blocks.SAND_BRICKS_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_SAND_BRICKS_SLAB, NSE_Blocks.SAND_BRICKS_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_BRICK_TILES_STAIRS, NSE_Blocks.BRICK_TILES_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_BRICK_TILES_SLAB, NSE_Blocks.BRICK_TILES_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_DARK_BRICK_TILES_STAIRS, NSE_Blocks.DARK_BRICK_TILES_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_DARK_BRICK_TILES_SLAB, NSE_Blocks.DARK_BRICK_TILES_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_RED_BRICKS_STAIRS, NSE_Blocks.RED_BRICKS_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_RED_BRICKS_SLAB, NSE_Blocks.RED_BRICKS_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_TEAL_TILES_STAIRS, NSE_Blocks.TEAL_TILES_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_TEAL_TILES_SLAB, NSE_Blocks.TEAL_TILES_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS_STAIRS, NSE_Blocks.GREEN_BRICKS_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS_SLAB, NSE_Blocks.GREEN_BRICKS_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS_2_STAIRS, NSE_Blocks.GREEN_BRICKS_2_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS_2_SLAB, NSE_Blocks.GREEN_BRICKS_2_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_AQUAMARINE_TILES_STAIRS, NSE_Blocks.AQUAMARINE_TILES_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_AQUAMARINE_TILES_SLAB, NSE_Blocks.AQUAMARINE_TILES_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_DIORITE_BRICKS_STAIRS, NSE_Blocks.DIORITE_BRICKS_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_DIORITE_BRICKS_SLAB, NSE_Blocks.DIORITE_BRICKS_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_CALCITE_TILES_STAIRS, NSE_Blocks.CALCITE_TILES_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_CALCITE_TILES_SLAB, NSE_Blocks.CALCITE_TILES_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_DRIPSTONE_TILES_STAIRS, NSE_Blocks.DRIPSTONE_TILES_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_DRIPSTONE_TILES_SLAB, NSE_Blocks.DRIPSTONE_TILES_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_DEEPSLATE_TILES_STAIRS, NSE_Blocks.DEEPSLATE_TILES_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_DEEPSLATE_TILES_SLAB, NSE_Blocks.DEEPSLATE_TILES_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_STAIRS, NSE_Blocks.LIGHT_BLUE_TILES_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_SLAB, NSE_Blocks.LIGHT_BLUE_TILES_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_STAIRS, NSE_Blocks.LIGHT_BLUE_BRICKS_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_SLAB, NSE_Blocks.LIGHT_BLUE_BRICKS_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_WHITE_TILES_STAIRS, NSE_Blocks.GREEN_WHITE_TILES_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_GREEN_WHITE_TILES_SLAB, NSE_Blocks.GREEN_WHITE_TILES_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_TUFF_TILES_STAIRS, NSE_Blocks.TUFF_TILES_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_TUFF_TILES_SLAB, NSE_Blocks.TUFF_TILES_SLAB); + mossRecipe(exporter, NSE_Blocks.MOSSY_TUFF_BRICKS_STAIRS, NSE_Blocks.TUFF_BRICKS_STAIRS); + mossRecipe(exporter, NSE_Blocks.MOSSY_TUFF_BRICKS_SLAB, NSE_Blocks.TUFF_BRICKS_SLAB); + + // Dirty blocks recipe + dirtyRecipe(exporter, NSE_Blocks.DIRTY_AQUAMARINE_TILES, NSE_Blocks.AQUAMARINE_TILES); + dirtyRecipe(exporter, NSE_Blocks.DIRTY_AQUAMARINE_TILES_SLAB, NSE_Blocks.AQUAMARINE_TILES_SLAB); + dirtyRecipe(exporter, NSE_Blocks.DIRTY_AQUAMARINE_TILES_STAIRS, NSE_Blocks.AQUAMARINE_TILES_STAIRS); + dirtyRecipe(exporter, NSE_Blocks.DIRTY_BRICK_TILES, NSE_Blocks.BRICK_TILES); + dirtyRecipe(exporter, NSE_Blocks.DIRTY_BRICK_TILES_SLAB, NSE_Blocks.BRICK_TILES_SLAB); + dirtyRecipe(exporter, NSE_Blocks.DIRTY_BRICK_TILES_STAIRS, NSE_Blocks.BRICK_TILES_STAIRS); + dirtyRecipe(exporter, NSE_Blocks.DIRTY_DARK_BRICK_TILES, NSE_Blocks.DARK_BRICK_TILES); + dirtyRecipe(exporter, NSE_Blocks.DIRTY_DARK_BRICK_TILES_SLAB, NSE_Blocks.DARK_BRICK_TILES_SLAB); + dirtyRecipe(exporter, NSE_Blocks.DIRTY_DARK_BRICK_TILES_STAIRS, NSE_Blocks.DARK_BRICK_TILES_STAIRS); + + // Warning stripes + warningStripeRecipe(exporter, NSE_Blocks.INDUSTRIAL_WARNING, Items.BLACK_DYE); + warningStripeRecipe(exporter, NSE_Blocks.RED_WARNING, Items.RED_DYE); + warningStripeRecipe(exporter, NSE_Blocks.BLUE_WARNING, Items.BLUE_DYE); + warningStripeRecipe(exporter, NSE_Blocks.LIGHT_BLUE_WARNING, Items.LIGHT_BLUE_DYE); + warningStripeRecipe(exporter, NSE_Blocks.CYAN_WARNING, Items.CYAN_DYE); + warningStripeRecipe(exporter, NSE_Blocks.YELLOW_WARNING, Items.YELLOW_DYE); + warningStripeRecipe(exporter, NSE_Blocks.ORANGE_WARNING, Items.ORANGE_DYE); + warningStripeRecipe(exporter, NSE_Blocks.GREEN_WARNING, Items.GREEN_DYE); + warningStripeRecipe(exporter, NSE_Blocks.LIME_WARNING, Items.LIME_DYE); + warningStripeRecipe(exporter, NSE_Blocks.PURPLE_WARNING, Items.PURPLE_DYE); + warningStripeRecipe(exporter, NSE_Blocks.MAGENTA_WARNING, Items.MAGENTA_DYE); + warningStripeRecipe(exporter, NSE_Blocks.GRAY_WARNING, Items.GRAY_DYE); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.SAND_TILES); + list.add(NSE_Blocks.SAND_BRICKS); + list.add(NSE_Blocks.SMALL_SAND_TILES); + list.add(NSE_Blocks.BIG_SAND_TILES); + list.add(NSE_Blocks.BIG_SAND_BRICKS); + list.add(NSE_Blocks.CROSS_SAND_TILES); + list.add(NSE_Blocks.HERRINGBONE_SAND_TILES); + }), RecipeCategory.BUILDING_BLOCKS); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.TEAL_TILES); + list.add(NSE_Blocks.SMALL_TEAL_TILES); + list.add(NSE_Blocks.GLAZED_TEAL_TILES); + list.add(NSE_Blocks.VARIATED_TEAL_TILES); + list.add(Blocks.PRISMARINE_BRICKS); + }), RecipeCategory.BUILDING_BLOCKS); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.AQUAMARINE_TILES); + list.add(NSE_Blocks.GLAZED_AQUAMARINE_TILES); + list.add(NSE_Blocks.SMALL_AQUAMARINE_TILES); + }), RecipeCategory.BUILDING_BLOCKS); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.DIORITE_BRICKS); + list.add(NSE_Blocks.BIG_DIORITE_TILES); + list.add(NSE_Blocks.SMALL_DIORITE_TILES); + list.add(NSE_Blocks.NII_WALL_1); + list.add(Blocks.POLISHED_DIORITE); + }), RecipeCategory.BUILDING_BLOCKS); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.CALCITE_TILES); + list.add(NSE_Blocks.DIAGONAL_CALCITE_TILES); + list.add(Blocks.CALCITE); + }), RecipeCategory.BUILDING_BLOCKS); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.DRIPSTONE_TILES); + list.add(NSE_Blocks.DRIPSTONE_BRICKS); + list.add(Blocks.DRIPSTONE_BLOCK); + }), RecipeCategory.BUILDING_BLOCKS); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.DEEPSLATE_TILES); + list.add(NSE_Blocks.DIAGONAL_DEEPSLATE_TILES); + list.add(NSE_Blocks.SMALL_DEEPSLATE_TILES); + list.add(Blocks.POLISHED_DEEPSLATE); + }), RecipeCategory.BUILDING_BLOCKS); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.LIGHT_BLUE_TILES); + list.add(NSE_Blocks.LIGHT_BLUE_BRICKS); + list.add(NSE_Blocks.VARIATED_LIGHT_BLUE_TILES); + list.add(NSE_Blocks.GLAZED_LIGHT_BLUE_TILES); + list.add(NSE_Blocks.SMALL_LIGHT_BLUE_TILES); + }), RecipeCategory.BUILDING_BLOCKS); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.BIG_GRANITE_TILES); + list.add(NSE_Blocks.SMALL_GRANITE_TILES); + list.add(Blocks.POLISHED_GRANITE); + }), RecipeCategory.BUILDING_BLOCKS); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.TUFF_TILES); + list.add(NSE_Blocks.TUFF_BRICKS); + list.add(NSE_Blocks.BIG_TUFF_TILES); + list.add(Blocks.TUFF); + }), RecipeCategory.BUILDING_BLOCKS); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.SMALL_WHITE_TILES); + list.add(NSE_Blocks.SMALL_CRACKED_WHITE_TILES); + list.add(NSE_Blocks.GLAZED_WHITE_TILES); + list.add(NSE_Blocks.CRACKED_GLAZED_WHITE_TILES); + }), RecipeCategory.BUILDING_BLOCKS); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.CROSS_ACACIA_PLANKS); + list.add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS); + list.add(Blocks.ACACIA_PLANKS); + }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.CROSS_OAK_PLANKS); + list.add(NSE_Blocks.HERRINGBONE_OAK_PLANKS); + list.add(Blocks.OAK_PLANKS); + }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.CROSS_BIRCH_PLANKS); + list.add(NSE_Blocks.HERRINGBONE_BIRCH_PLANKS); + list.add(Blocks.BIRCH_PLANKS); + }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.CROSS_CRIMSON_PLANKS); + list.add(NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS); + list.add(Blocks.CRIMSON_PLANKS); + }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.CROSS_DARK_OAK_PLANKS); + list.add(NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS); + list.add(Blocks.DARK_OAK_PLANKS); + }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.CROSS_JUNGLE_PLANKS); + list.add(NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS); + list.add(Blocks.JUNGLE_PLANKS); + }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.CROSS_MANGROVE_PLANKS); + list.add(NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS); + list.add(Blocks.MANGROVE_PLANKS); + }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.CROSS_SPRUCE_PLANKS); + list.add(NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS); + list.add(Blocks.SPRUCE_PLANKS); + }), RecipeCategory.BUILDING_BLOCKS); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.BRICK_TILES); + list.add(NSE_Blocks.GLAZED_BRICK_TILES); + list.add(Blocks.BRICKS); + }), RecipeCategory.BUILDING_BLOCKS); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.NII_WALL_3); + list.add(Blocks.STONE); + list.add(Blocks.STONE_BRICKS); + }), RecipeCategory.BUILDING_BLOCKS); + + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { + list.add(NSE_Blocks.NII_WALL_2); + list.add(Blocks.SMOOTH_STONE); + }), RecipeCategory.BUILDING_BLOCKS); + + diceRecipe(exporter, NSE_Items.DICE_D4); + diceRecipe(exporter, NSE_Items.DICE_D6); + diceRecipe(exporter, NSE_Items.DICE_D20); + + offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.CHISELED_MANGROVE_DOOR, Blocks.MANGROVE_DOOR); + offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.CHISELED_OAK_DOOR, Blocks.OAK_DOOR); + offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.CHISELED_SPRUCE_DOOR, Blocks.SPRUCE_DOOR); + offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.CHISELED_BIRCH_DOOR, Blocks.BIRCH_DOOR); + + ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, NSE_Custom.LIGHT_BULB_LAMP, 1) + .input('X', Items.IRON_INGOT).input('Y', Items.IRON_NUGGET).input('Z', NSE_Items.LIGHT_BULB) + .pattern(" X ").pattern(" Y ").pattern(" Z ") + .criterion(hasItem(NSE_Items.LIGHT_BULB), conditionsFromItem(NSE_Items.LIGHT_BULB)).offerTo(exporter); + + ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.NII_FLOOR, 4) + .input('#', Items.DIORITE).input('G', Items.GRANITE).input('C', Items.COBBLESTONE) + .pattern("#G").pattern("GC") + .criterion(hasItem(Items.GRANITE), conditionsFromItem(Items.GRANITE)) + .criterion(hasItem(Items.DIORITE), conditionsFromItem(Items.DIORITE)) + .criterion(hasItem(Items.COBBLESTONE), conditionsFromItem(Items.COBBLESTONE)) + .offerTo(exporter); + + ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.BIG_GREEN_TILES, 8) + .input('#', NSE_Blocks.BIG_DIORITE_TILES).input('G', Items.GREEN_DYE) + .pattern("###") + .pattern("#G#") + .pattern("###") + .criterion(hasItem(Items.GREEN_DYE), conditionsFromItem(Items.GREEN_DYE)) + .criterion(hasItem(NSE_Blocks.BIG_DIORITE_TILES), conditionsFromItem(NSE_Blocks.BIG_DIORITE_TILES)) + .offerTo(exporter); + + ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.GREEN_BRICKS, 8) + .input('#', Items.BRICKS).input('G', Items.GREEN_DYE) + .pattern("###") + .pattern("#G#") + .pattern("###") + .criterion(hasItem(Items.GREEN_DYE), conditionsFromItem(Items.GREEN_DYE)) + .criterion(hasItem(Items.BRICKS), conditionsFromItem(Items.BRICKS)) + .offerTo(exporter); + + ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.GREEN_BRICKS_2, 2) + .input(Items.BRICKS).input(NSE_Blocks.GREEN_BRICKS) + .criterion(hasItem(NSE_Blocks.GREEN_BRICKS), conditionsFromItem(NSE_Blocks.GREEN_BRICKS)) + .criterion(hasItem(Items.BRICKS), conditionsFromItem(Items.BRICKS)) + .offerTo(exporter); + + ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.SMALL_YELLOW_TILES, 8) + .pattern("###") + .pattern("#Y#") + .pattern("###") + .input('#', NSE_Blocks.SMALL_WHITE_TILES).input('Y', Items.YELLOW_DYE) + .criterion(hasItem(NSE_Blocks.SMALL_WHITE_TILES), conditionsFromItem(NSE_Blocks.SMALL_WHITE_TILES)) + .criterion(hasItem(Items.YELLOW_DYE), conditionsFromItem(Items.YELLOW_DYE)) + .offerTo(exporter); + + ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.RED_BRICKS, 8) + .pattern("###") + .pattern("#R#") + .pattern("###") + .input('#', Items.BRICKS).input('R', Items.RED_DYE) + .criterion(hasItem(Items.BRICKS), conditionsFromItem(Items.BRICKS)) + .criterion(hasItem(Items.RED_DYE), conditionsFromItem(Items.RED_DYE)) + .offerTo(exporter); + + ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.DARK_BRICK_TILES, 8) + .pattern("###") + .pattern("#D#") + .pattern("###") + .input('#', NSE_Blocks.BRICK_TILES).input('D', Items.BROWN_DYE) + .criterion(hasItem(NSE_Blocks.BRICK_TILES), conditionsFromItem(NSE_Blocks.BRICK_TILES)) + .criterion(hasItem(Items.BROWN_DYE), conditionsFromItem(Items.BROWN_DYE)) + .offerTo(exporter); + + // Generated stairs and slabs recipes + offerStairsAndSlab(exporter, NSE_Blocks.SAND_TILES_STAIRS, NSE_Blocks.SAND_TILES_SLAB, NSE_Blocks.SAND_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_SAND_TILES_STAIRS, NSE_Blocks.CRACKED_SAND_TILES_SLAB, NSE_Blocks.CRACKED_SAND_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_SAND_TILES_STAIRS, NSE_Blocks.MOSSY_SAND_TILES_SLAB, NSE_Blocks.MOSSY_SAND_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_SAND_TILES_STAIRS, NSE_Blocks.HERRINGBONE_SAND_TILES_SLAB, NSE_Blocks.HERRINGBONE_SAND_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.CROSS_SAND_TILES_STAIRS, NSE_Blocks.CROSS_SAND_TILES_SLAB, NSE_Blocks.CROSS_SAND_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.SAND_BRICKS_STAIRS, NSE_Blocks.SAND_BRICKS_SLAB, NSE_Blocks.SAND_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_SAND_BRICKS_STAIRS, NSE_Blocks.CRACKED_SAND_BRICKS_SLAB, NSE_Blocks.CRACKED_SAND_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_SAND_BRICKS_STAIRS, NSE_Blocks.MOSSY_SAND_BRICKS_SLAB, NSE_Blocks.MOSSY_SAND_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.BIG_SAND_BRICKS_STAIRS, NSE_Blocks.BIG_SAND_BRICKS_SLAB, NSE_Blocks.BIG_SAND_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.BRICK_TILES_STAIRS, NSE_Blocks.BRICK_TILES_SLAB, NSE_Blocks.BRICK_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_BRICK_TILES_STAIRS, NSE_Blocks.CRACKED_BRICK_TILES_SLAB, NSE_Blocks.CRACKED_BRICK_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_BRICK_TILES_STAIRS, NSE_Blocks.MOSSY_BRICK_TILES_SLAB, NSE_Blocks.MOSSY_BRICK_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.DIRTY_BRICK_TILES_STAIRS, NSE_Blocks.DIRTY_BRICK_TILES_SLAB, NSE_Blocks.DIRTY_BRICK_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.DARK_BRICK_TILES_STAIRS, NSE_Blocks.DARK_BRICK_TILES_SLAB, NSE_Blocks.DARK_BRICK_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_DARK_BRICK_TILES_STAIRS, NSE_Blocks.CRACKED_DARK_BRICK_TILES_SLAB, NSE_Blocks.CRACKED_DARK_BRICK_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_DARK_BRICK_TILES_STAIRS, NSE_Blocks.MOSSY_DARK_BRICK_TILES_SLAB, NSE_Blocks.MOSSY_DARK_BRICK_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.DIRTY_DARK_BRICK_TILES_STAIRS, NSE_Blocks.DIRTY_DARK_BRICK_TILES_SLAB, NSE_Blocks.DIRTY_DARK_BRICK_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.RED_BRICKS_STAIRS, NSE_Blocks.RED_BRICKS_SLAB, NSE_Blocks.RED_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_RED_BRICKS_STAIRS, NSE_Blocks.CRACKED_RED_BRICKS_SLAB, NSE_Blocks.CRACKED_RED_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_RED_BRICKS_STAIRS, NSE_Blocks.MOSSY_RED_BRICKS_SLAB, NSE_Blocks.MOSSY_RED_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.TEAL_TILES_STAIRS, NSE_Blocks.TEAL_TILES_SLAB, NSE_Blocks.TEAL_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_TEAL_TILES_STAIRS, NSE_Blocks.CRACKED_TEAL_TILES_SLAB, NSE_Blocks.CRACKED_TEAL_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_TEAL_TILES_STAIRS, NSE_Blocks.MOSSY_TEAL_TILES_SLAB, NSE_Blocks.MOSSY_TEAL_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.VARIATED_TEAL_TILES_STAIRS, NSE_Blocks.VARIATED_TEAL_TILES_SLAB, NSE_Blocks.VARIATED_TEAL_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.GREEN_BRICKS_STAIRS, NSE_Blocks.GREEN_BRICKS_SLAB, NSE_Blocks.GREEN_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_GREEN_BRICKS_STAIRS, NSE_Blocks.CRACKED_GREEN_BRICKS_SLAB, NSE_Blocks.CRACKED_GREEN_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS_STAIRS, NSE_Blocks.MOSSY_GREEN_BRICKS_SLAB, NSE_Blocks.MOSSY_GREEN_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.GREEN_BRICKS_2_STAIRS, NSE_Blocks.GREEN_BRICKS_2_SLAB, NSE_Blocks.GREEN_BRICKS_2); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_GREEN_BRICKS_2_STAIRS, NSE_Blocks.CRACKED_GREEN_BRICKS_2_SLAB, NSE_Blocks.CRACKED_GREEN_BRICKS_2); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_GREEN_BRICKS_2_STAIRS, NSE_Blocks.MOSSY_GREEN_BRICKS_2_SLAB, NSE_Blocks.MOSSY_GREEN_BRICKS_2); + offerStairsAndSlab(exporter, NSE_Blocks.AQUAMARINE_TILES_STAIRS, NSE_Blocks.AQUAMARINE_TILES_SLAB, NSE_Blocks.AQUAMARINE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_AQUAMARINE_TILES_STAIRS, NSE_Blocks.CRACKED_AQUAMARINE_TILES_SLAB, NSE_Blocks.CRACKED_AQUAMARINE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_AQUAMARINE_TILES_STAIRS, NSE_Blocks.MOSSY_AQUAMARINE_TILES_SLAB, NSE_Blocks.MOSSY_AQUAMARINE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.DIRTY_AQUAMARINE_TILES_STAIRS, NSE_Blocks.DIRTY_AQUAMARINE_TILES_SLAB, NSE_Blocks.DIRTY_AQUAMARINE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.DIORITE_BRICKS_STAIRS, NSE_Blocks.DIORITE_BRICKS_SLAB, NSE_Blocks.DIORITE_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_DIORITE_BRICKS_STAIRS, NSE_Blocks.CRACKED_DIORITE_BRICKS_SLAB, NSE_Blocks.CRACKED_DIORITE_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_DIORITE_BRICKS_STAIRS, NSE_Blocks.MOSSY_DIORITE_BRICKS_SLAB, NSE_Blocks.MOSSY_DIORITE_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.CALCITE_TILES_STAIRS, NSE_Blocks.CALCITE_TILES_SLAB, NSE_Blocks.CALCITE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_CALCITE_TILES_STAIRS, NSE_Blocks.CRACKED_CALCITE_TILES_SLAB, NSE_Blocks.CRACKED_CALCITE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_CALCITE_TILES_STAIRS, NSE_Blocks.MOSSY_CALCITE_TILES_SLAB, NSE_Blocks.MOSSY_CALCITE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.DRIPSTONE_TILES_STAIRS, NSE_Blocks.DRIPSTONE_TILES_SLAB, NSE_Blocks.DRIPSTONE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_DRIPSTONE_TILES_STAIRS, NSE_Blocks.CRACKED_DRIPSTONE_TILES_SLAB, NSE_Blocks.CRACKED_DRIPSTONE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_DRIPSTONE_TILES_STAIRS, NSE_Blocks.MOSSY_DRIPSTONE_TILES_SLAB, NSE_Blocks.MOSSY_DRIPSTONE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.DEEPSLATE_TILES_STAIRS, NSE_Blocks.DEEPSLATE_TILES_SLAB, NSE_Blocks.DEEPSLATE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_DEEPSLATE_TILES_STAIRS, NSE_Blocks.CRACKED_DEEPSLATE_TILES_SLAB, NSE_Blocks.CRACKED_DEEPSLATE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_DEEPSLATE_TILES_STAIRS, NSE_Blocks.MOSSY_DEEPSLATE_TILES_SLAB, NSE_Blocks.MOSSY_DEEPSLATE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.LIGHT_BLUE_TILES_STAIRS, NSE_Blocks.LIGHT_BLUE_TILES_SLAB, NSE_Blocks.LIGHT_BLUE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_STAIRS, NSE_Blocks.CRACKED_LIGHT_BLUE_TILES_SLAB, NSE_Blocks.CRACKED_LIGHT_BLUE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_STAIRS, NSE_Blocks.MOSSY_LIGHT_BLUE_TILES_SLAB, NSE_Blocks.MOSSY_LIGHT_BLUE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_STAIRS, NSE_Blocks.VARIATED_LIGHT_BLUE_TILES_SLAB, NSE_Blocks.VARIATED_LIGHT_BLUE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.LIGHT_BLUE_BRICKS_STAIRS, NSE_Blocks.LIGHT_BLUE_BRICKS_SLAB, NSE_Blocks.LIGHT_BLUE_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_STAIRS, NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS_SLAB, NSE_Blocks.CRACKED_LIGHT_BLUE_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_STAIRS, NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS_SLAB, NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.GREEN_WHITE_TILES_STAIRS, NSE_Blocks.GREEN_WHITE_TILES_SLAB, NSE_Blocks.GREEN_WHITE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_GREEN_WHITE_TILES_STAIRS, NSE_Blocks.CRACKED_GREEN_WHITE_TILES_SLAB, NSE_Blocks.CRACKED_GREEN_WHITE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_GREEN_WHITE_TILES_STAIRS, NSE_Blocks.MOSSY_GREEN_WHITE_TILES_SLAB, NSE_Blocks.MOSSY_GREEN_WHITE_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.TUFF_TILES_STAIRS, NSE_Blocks.TUFF_TILES_SLAB, NSE_Blocks.TUFF_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_TUFF_TILES_STAIRS, NSE_Blocks.CRACKED_TUFF_TILES_SLAB, NSE_Blocks.CRACKED_TUFF_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_TUFF_TILES_STAIRS, NSE_Blocks.MOSSY_TUFF_TILES_SLAB, NSE_Blocks.MOSSY_TUFF_TILES); + offerStairsAndSlab(exporter, NSE_Blocks.TUFF_BRICKS_STAIRS, NSE_Blocks.TUFF_BRICKS_SLAB, NSE_Blocks.TUFF_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_TUFF_BRICKS_STAIRS, NSE_Blocks.CRACKED_TUFF_BRICKS_SLAB, NSE_Blocks.CRACKED_TUFF_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.MOSSY_TUFF_BRICKS_STAIRS, NSE_Blocks.MOSSY_TUFF_BRICKS_SLAB, NSE_Blocks.MOSSY_TUFF_BRICKS); + offerStairsAndSlab(exporter, NSE_Blocks.WHITE_CONCRETE_STAIRS, NSE_Blocks.WHITE_CONCRETE_SLAB, NSE_Blocks.WHITE_CONCRETE); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_WHITE_CONCRETE_STAIRS, NSE_Blocks.CRACKED_WHITE_CONCRETE_SLAB, NSE_Blocks.CRACKED_WHITE_CONCRETE); + offerStairsAndSlab(exporter, NSE_Blocks.BEIGE_CONCRETE_STAIRS, NSE_Blocks.BEIGE_CONCRETE_SLAB, NSE_Blocks.BEIGE_CONCRETE); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_BEIGE_CONCRETE_STAIRS, NSE_Blocks.CRACKED_BEIGE_CONCRETE_SLAB, NSE_Blocks.CRACKED_BEIGE_CONCRETE); + offerStairsAndSlab(exporter, NSE_Blocks.BLUE_CONCRETE_STAIRS, NSE_Blocks.BLUE_CONCRETE_SLAB, NSE_Blocks.BLUE_CONCRETE); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_BLUE_CONCRETE_STAIRS, NSE_Blocks.CRACKED_BLUE_CONCRETE_SLAB, NSE_Blocks.CRACKED_BLUE_CONCRETE); + offerStairsAndSlab(exporter, NSE_Blocks.RED_CONCRETE_STAIRS, NSE_Blocks.RED_CONCRETE_SLAB, NSE_Blocks.RED_CONCRETE); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_RED_CONCRETE_STAIRS, NSE_Blocks.CRACKED_RED_CONCRETE_SLAB, NSE_Blocks.CRACKED_RED_CONCRETE); + offerStairsAndSlab(exporter, NSE_Blocks.YELLOW_CONCRETE_STAIRS, NSE_Blocks.YELLOW_CONCRETE_SLAB, NSE_Blocks.YELLOW_CONCRETE); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_YELLOW_CONCRETE_STAIRS, NSE_Blocks.CRACKED_YELLOW_CONCRETE_SLAB, NSE_Blocks.CRACKED_YELLOW_CONCRETE); + offerStairsAndSlab(exporter, NSE_Blocks.GREEN_CONCRETE_STAIRS, NSE_Blocks.GREEN_CONCRETE_SLAB, NSE_Blocks.GREEN_CONCRETE); + offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_GREEN_CONCRETE_STAIRS, NSE_Blocks.CRACKED_GREEN_CONCRETE_SLAB, NSE_Blocks.CRACKED_GREEN_CONCRETE); + offerStairsAndSlab(exporter, NSE_Blocks.NII_FLOOR_STAIRS, NSE_Blocks.NII_FLOOR_SLAB, NSE_Blocks.NII_FLOOR); + offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_ACACIA_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_ACACIA_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.CROSS_ACACIA_PLANKS_STAIRS, NSE_Blocks.CROSS_ACACIA_PLANKS_SLAB, NSE_Blocks.CROSS_ACACIA_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_OAK_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_OAK_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_OAK_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.CROSS_OAK_PLANKS_STAIRS, NSE_Blocks.CROSS_OAK_PLANKS_SLAB, NSE_Blocks.CROSS_OAK_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_BIRCH_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_BIRCH_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.CROSS_BIRCH_PLANKS_STAIRS, NSE_Blocks.CROSS_BIRCH_PLANKS_SLAB, NSE_Blocks.CROSS_BIRCH_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.CROSS_CRIMSON_PLANKS_STAIRS, NSE_Blocks.CROSS_CRIMSON_PLANKS_SLAB, NSE_Blocks.CROSS_CRIMSON_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.CROSS_DARK_OAK_PLANKS_STAIRS, NSE_Blocks.CROSS_DARK_OAK_PLANKS_SLAB, NSE_Blocks.CROSS_DARK_OAK_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.CROSS_JUNGLE_PLANKS_STAIRS, NSE_Blocks.CROSS_JUNGLE_PLANKS_SLAB, NSE_Blocks.CROSS_JUNGLE_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.CROSS_MANGROVE_PLANKS_STAIRS, NSE_Blocks.CROSS_MANGROVE_PLANKS_SLAB, NSE_Blocks.CROSS_MANGROVE_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_STAIRS, NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS_SLAB, NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.CROSS_SPRUCE_PLANKS_STAIRS, NSE_Blocks.CROSS_SPRUCE_PLANKS_SLAB, NSE_Blocks.CROSS_SPRUCE_PLANKS); + offerStairsAndSlab(exporter, NSE_Blocks.HERRINGBONE_PARQUET_STAIRS, NSE_Blocks.HERRINGBONE_PARQUET_SLAB, NSE_Blocks.HERRINGBONE_PARQUET); + offerStairsAndSlab(exporter, NSE_Blocks.STRAIGHT_PARQUET_STAIRS, NSE_Blocks.STRAIGHT_PARQUET_SLAB, NSE_Blocks.STRAIGHT_PARQUET); + offerStairsAndSlab(exporter, NSE_Blocks.SEPARATED_PARQUET_STAIRS, NSE_Blocks.SEPARATED_PARQUET_SLAB, NSE_Blocks.SEPARATED_PARQUET); + offerStairsAndSlab(exporter, NSE_Blocks.GREEN_LINOLEUM_STAIRS, NSE_Blocks.GREEN_LINOLEUM_SLAB, NSE_Blocks.GREEN_LINOLEUM); + offerStairsAndSlab(exporter, NSE_Blocks.BLUE_LINOLEUM_STAIRS, NSE_Blocks.BLUE_LINOLEUM_SLAB, NSE_Blocks.BLUE_LINOLEUM); + offerStairsAndSlab(exporter, NSE_Blocks.RED_LINOLEUM_STAIRS, NSE_Blocks.RED_LINOLEUM_SLAB, NSE_Blocks.RED_LINOLEUM); + offerStairsAndSlab(exporter, NSE_Blocks.GRAY_LINOLEUM_STAIRS, NSE_Blocks.GRAY_LINOLEUM_SLAB, NSE_Blocks.GRAY_LINOLEUM); + offerStairsAndSlab(exporter, NSE_Blocks.ORANGE_LINOLEUM_STAIRS, NSE_Blocks.ORANGE_LINOLEUM_SLAB, NSE_Blocks.ORANGE_LINOLEUM); + offerStairsAndSlab(exporter, NSE_Blocks.BROWN_LINOLEUM_STAIRS, NSE_Blocks.BROWN_LINOLEUM_SLAB, NSE_Blocks.BROWN_LINOLEUM); + offerStairsAndSlab(exporter, NSE_Blocks.CYAN_LINOLEUM_STAIRS, NSE_Blocks.CYAN_LINOLEUM_SLAB, NSE_Blocks.CYAN_LINOLEUM); + offerStairsAndSlab(exporter, NSE_Blocks.METAL_PLATING_STAIRS, NSE_Blocks.METAL_PLATING_SLAB, NSE_Blocks.METAL_PLATING); + } +} \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/entity/TVBlockEntity.java b/src/main/java/su/a71/new_soviet/entities/TVBlockEntity.java similarity index 98% rename from src/main/java/su/a71/new_soviet/entity/TVBlockEntity.java rename to src/main/java/su/a71/new_soviet/entities/TVBlockEntity.java index 4cc51e9..ff3b164 100644 --- a/src/main/java/su/a71/new_soviet/entity/TVBlockEntity.java +++ b/src/main/java/su/a71/new_soviet/entities/TVBlockEntity.java @@ -1,4 +1,4 @@ -package su.a71.new_soviet.entity; +package su.a71.new_soviet.entities; import net.minecraft.block.BlockState; import net.minecraft.block.entity.BlockEntity; diff --git a/src/main/java/su/a71/new_soviet/registration/NSE_Custom.java b/src/main/java/su/a71/new_soviet/registration/NSE_Custom.java index 7814a20..e0bc5e1 100644 --- a/src/main/java/su/a71/new_soviet/registration/NSE_Custom.java +++ b/src/main/java/su/a71/new_soviet/registration/NSE_Custom.java @@ -25,7 +25,7 @@ import su.a71.new_soviet.blocks.lamps.TableLampBlock; import su.a71.new_soviet.blocks.lamps.VintageLampBlock; import su.a71.new_soviet.blocks.lamps.lamp_post.LampPostBaseBlock; import su.a71.new_soviet.blocks.lamps.lamp_post.LampPostLampBlock; -import su.a71.new_soviet.entity.TVBlockEntity; +import su.a71.new_soviet.entities.TVBlockEntity; import su.a71.new_soviet.util.Shapes; import java.util.List; diff --git a/src/main/java/su/a71/new_soviet/registration/NSE_Items.java b/src/main/java/su/a71/new_soviet/registration/NSE_Items.java index 48689ab..e2c0b74 100644 --- a/src/main/java/su/a71/new_soviet/registration/NSE_Items.java +++ b/src/main/java/su/a71/new_soviet/registration/NSE_Items.java @@ -10,7 +10,6 @@ import net.minecraft.text.Text; import net.minecraft.util.Identifier; import net.minecraft.util.Rarity; -import su.a71.new_soviet.materials.NSE_ToolMaterials; import su.a71.new_soviet.items.CigaretteItem; import su.a71.new_soviet.items.DiceItem; import su.a71.new_soviet.items.RakeItem; diff --git a/src/main/java/su/a71/new_soviet/materials/NSE_ToolMaterials.java b/src/main/java/su/a71/new_soviet/registration/NSE_ToolMaterials.java similarity index 97% rename from src/main/java/su/a71/new_soviet/materials/NSE_ToolMaterials.java rename to src/main/java/su/a71/new_soviet/registration/NSE_ToolMaterials.java index 011fc1e..4411e28 100644 --- a/src/main/java/su/a71/new_soviet/materials/NSE_ToolMaterials.java +++ b/src/main/java/su/a71/new_soviet/registration/NSE_ToolMaterials.java @@ -1,4 +1,4 @@ -package su.a71.new_soviet.materials; +package su.a71.new_soviet.registration; import net.fabricmc.yarn.constants.MiningLevels; import net.minecraft.item.Items; From 608f8bafee6bdd2d8e244e8b84b116cc59b508d0 Mon Sep 17 00:00:00 2001 From: Andrew-71 Date: Thu, 21 Sep 2023 11:46:25 +0300 Subject: [PATCH 3/8] Move cubes models & blockstates to datagen --- .../new_soviet/datagen/ModelGenerator.java | 179 +++++++++++++++++- .../{ => warning}/blue_warning_stripes.png | Bin .../{ => warning}/cyan_warning_stripes.png | Bin .../{ => warning}/gray_warning_stripes.png | Bin .../{ => warning}/green_warning_stripes.png | Bin .../industrial_warning_stripes.png | Bin .../light_blue_warning_stripes.png | Bin .../{ => warning}/lime_warning_stripes.png | Bin .../{ => warning}/magenta_warning_stripes.png | Bin .../{ => warning}/orange_warning_stripes.png | Bin .../{ => warning}/purple_warning_stripes.png | Bin .../{ => warning}/red_warning_stripes.png | Bin .../{ => warning}/yellow_warning_stripes.png | Bin 13 files changed, 178 insertions(+), 1 deletion(-) rename src/main/resources/assets/new_soviet/textures/block/industrial/{ => warning}/blue_warning_stripes.png (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/{ => warning}/cyan_warning_stripes.png (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/{ => warning}/gray_warning_stripes.png (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/{ => warning}/green_warning_stripes.png (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/{ => warning}/industrial_warning_stripes.png (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/{ => warning}/light_blue_warning_stripes.png (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/{ => warning}/lime_warning_stripes.png (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/{ => warning}/magenta_warning_stripes.png (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/{ => warning}/orange_warning_stripes.png (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/{ => warning}/purple_warning_stripes.png (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/{ => warning}/red_warning_stripes.png (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/{ => warning}/yellow_warning_stripes.png (100%) diff --git a/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java b/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java index 496e4bb..abc2ccc 100644 --- a/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java +++ b/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java @@ -4,6 +4,7 @@ package su.a71.new_soviet.datagen; import net.fabricmc.fabric.api.datagen.v1.FabricDataOutput; import net.fabricmc.fabric.api.datagen.v1.provider.FabricModelProvider; import net.minecraft.block.Block; +import net.minecraft.block.BlockState; import net.minecraft.data.client.BlockStateModelGenerator; import net.minecraft.data.client.ItemModelGenerator; import net.minecraft.data.client.Models; @@ -17,7 +18,8 @@ public class ModelGenerator extends FabricModelProvider { super(generator); } - // Helper method since "normal" registerDoor doesn't account for non-flat texture dir + // HELPER METHODS TO ACCOUNT FOR NON-FLAT TEXTURE STRUCTURE ==================== + public void registerDoor(BlockStateModelGenerator blockStateModelGenerator, Block doorBlock) { TextureMap textureMap = TextureMap.topBottom( Registries.BLOCK.getId(doorBlock).withPath((path) -> "block/doors/" + path + "_top"), @@ -34,9 +36,16 @@ public class ModelGenerator extends FabricModelProvider { blockStateModelGenerator.blockStateCollector.accept(BlockStateModelGenerator.createDoorBlockState(doorBlock, identifier, identifier2, identifier3, identifier4, identifier5, identifier6, identifier7, identifier8)); } + public void registerCube(BlockStateModelGenerator blockStateModelGenerator, Block block, String texturePath) { + TextureMap textureMap = TextureMap.all(Registries.BLOCK.getId(block).withPath((path) -> "block/" + texturePath + "/" + path)); + Identifier model_id = Models.CUBE_ALL.upload(block, textureMap, blockStateModelGenerator.modelCollector); + blockStateModelGenerator.blockStateCollector.accept(blockStateModelGenerator.createSingletonBlockState(block, model_id)); + } + @Override public void generateBlockStateModels(BlockStateModelGenerator blockStateModelGenerator) { // BlockStateModelGenerator.createSingletonBlockState(NSE_Blocks.SAND_TILES, new Identifier("new_soviet", "block/sand_tiles")); + // BlockStateModelGenerator.createSlabBlockState() // BlockStateModelGenerator.createWallBlockState() // BlockStateModelGenerator.createStairsBlockState(NSE_Blocks.SAND_TILES_STAIRS, new Identifier(NewSoviet.MOD_ID, "sand_tiles_stairs")); @@ -45,6 +54,174 @@ public class ModelGenerator extends FabricModelProvider { registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_OAK_DOOR); registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_MANGROVE_DOOR); + registerCube(blockStateModelGenerator, NSE_Blocks.SAND_TILES, "sand"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_SAND_TILES, "sand"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_SAND_TILES, "sand"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_SAND_TILES, "sand"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_CRACKED_SAND_TILES, "sand"); + registerCube(blockStateModelGenerator, NSE_Blocks.HERRINGBONE_SAND_TILES, "sand"); + registerCube(blockStateModelGenerator, NSE_Blocks.CROSS_SAND_TILES, "sand"); + registerCube(blockStateModelGenerator, NSE_Blocks.BIG_SAND_TILES, "sand"); + registerCube(blockStateModelGenerator, NSE_Blocks.SAND_BRICKS, "sand"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_SAND_BRICKS, "sand"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_SAND_BRICKS, "sand"); + registerCube(blockStateModelGenerator, NSE_Blocks.BIG_SAND_BRICKS, "sand"); + registerCube(blockStateModelGenerator, NSE_Blocks.BRICK_TILES, "brick"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_BRICK_TILES, "brick"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_BRICK_TILES, "brick"); + registerCube(blockStateModelGenerator, NSE_Blocks.DIRTY_BRICK_TILES, "brick"); + registerCube(blockStateModelGenerator, NSE_Blocks.DARK_BRICK_TILES, "brick"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_DARK_BRICK_TILES, "brick"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_DARK_BRICK_TILES, "brick"); + registerCube(blockStateModelGenerator, NSE_Blocks.DIRTY_DARK_BRICK_TILES, "brick"); + registerCube(blockStateModelGenerator, NSE_Blocks.GLAZED_BRICK_TILES, "brick"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_GLAZED_BRICK_TILES, "brick"); + registerCube(blockStateModelGenerator, NSE_Blocks.RED_BRICKS, "red"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_RED_BRICKS, "red"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_RED_BRICKS, "red"); + registerCube(blockStateModelGenerator, NSE_Blocks.TEAL_TILES, "teal"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_TEAL_TILES, "teal"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_TEAL_TILES, "teal"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_TEAL_TILES, "teal"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_CRACKED_TEAL_TILES, "teal"); + registerCube(blockStateModelGenerator, NSE_Blocks.GLAZED_TEAL_TILES, "teal"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_GLAZED_TEAL_TILES, "teal"); + registerCube(blockStateModelGenerator, NSE_Blocks.VARIATED_TEAL_TILES, "teal"); + registerCube(blockStateModelGenerator, NSE_Blocks.BIG_GREEN_TILES, "green"); + // Cracked big are variated! + registerCube(blockStateModelGenerator, NSE_Blocks.GREEN_BRICKS, "green"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_GREEN_BRICKS, "green"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_GREEN_BRICKS, "green"); + registerCube(blockStateModelGenerator, NSE_Blocks.GREEN_BRICKS_2, "green"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_GREEN_BRICKS_2, "green"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_GREEN_BRICKS_2, "green"); + registerCube(blockStateModelGenerator, NSE_Blocks.AQUAMARINE_TILES, "aquamarine"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_AQUAMARINE_TILES, "aquamarine"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_AQUAMARINE_TILES, "aquamarine"); + registerCube(blockStateModelGenerator, NSE_Blocks.DIRTY_AQUAMARINE_TILES, "aquamarine"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_AQUAMARINE_TILES, "aquamarine"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_CRACKED_AQUAMARINE_TILES, "aquamarine"); + registerCube(blockStateModelGenerator, NSE_Blocks.GLAZED_AQUAMARINE_TILES, "aquamarine"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_GLAZED_AQUAMARINE_TILES, "aquamarine"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_DIORITE_TILES, "diorite"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_CRACKED_DIORITE_TILES, "diorite"); + registerCube(blockStateModelGenerator, NSE_Blocks.BIG_DIORITE_TILES, "diorite"); + registerCube(blockStateModelGenerator, NSE_Blocks.DIORITE_BRICKS, "diorite"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_DIORITE_BRICKS, "diorite"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_DIORITE_BRICKS, "diorite"); + registerCube(blockStateModelGenerator, NSE_Blocks.CALCITE_TILES, "calcite"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_CALCITE_TILES, "calcite"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_CALCITE_TILES, "calcite"); + registerCube(blockStateModelGenerator, NSE_Blocks.DIAGONAL_CALCITE_TILES, "calcite"); + registerCube(blockStateModelGenerator, NSE_Blocks.NII_WALL_1, "research_institute"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_NII_WALL_1, "research_institute"); + registerCube(blockStateModelGenerator, NSE_Blocks.NII_WALL_2, "research_institute"); + registerCube(blockStateModelGenerator, NSE_Blocks.NII_WALL_3, "research_institute"); + registerCube(blockStateModelGenerator, NSE_Blocks.DRIPSTONE_TILES, "dripstone"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_DRIPSTONE_TILES, "dripstone"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_DRIPSTONE_TILES, "dripstone"); + registerCube(blockStateModelGenerator, NSE_Blocks.DRIPSTONE_BRICKS, "dripstone"); + registerCube(blockStateModelGenerator, NSE_Blocks.DEEPSLATE_TILES, "deepslate"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_DEEPSLATE_TILES, "deepslate"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_DEEPSLATE_TILES, "deepslate"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_DEEPSLATE_TILES, "deepslate"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_CRACKED_DEEPSLATE_TILES, "deepslate"); + registerCube(blockStateModelGenerator, NSE_Blocks.DIAGONAL_DEEPSLATE_TILES, "deepslate"); + registerCube(blockStateModelGenerator, NSE_Blocks.LIGHT_BLUE_TILES, "light_blue"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_LIGHT_BLUE_TILES, "light_blue"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_LIGHT_BLUE_TILES, "light_blue"); + registerCube(blockStateModelGenerator, NSE_Blocks.VARIATED_LIGHT_BLUE_TILES, "light_blue"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_LIGHT_BLUE_TILES, "light_blue"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_CRACKED_LIGHT_BLUE_TILES, "light_blue"); + registerCube(blockStateModelGenerator, NSE_Blocks.GLAZED_LIGHT_BLUE_TILES, "light_blue"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_GLAZED_LIGHT_BLUE_TILES, "light_blue"); + registerCube(blockStateModelGenerator, NSE_Blocks.LIGHT_BLUE_BRICKS, "light_blue"); + // cracked bricks are variated + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS, "light_blue"); + registerCube(blockStateModelGenerator, NSE_Blocks.BIG_GRANITE_TILES, "granite"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_GRANITE_TILES, "granite"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_CRACKED_GRANITE_TILES, "granite"); + registerCube(blockStateModelGenerator, NSE_Blocks.GREEN_WHITE_TILES, "green_white"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_GREEN_WHITE_TILES, "green_white"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_GREEN_WHITE_TILES, "green_white"); + registerCube(blockStateModelGenerator, NSE_Blocks.TUFF_TILES, "tuff"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_TUFF_TILES, "tuff"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_TUFF_TILES, "tuff"); + registerCube(blockStateModelGenerator, NSE_Blocks.BIG_TUFF_TILES, "tuff"); + registerCube(blockStateModelGenerator, NSE_Blocks.TUFF_BRICKS, "tuff"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_TUFF_BRICKS, "tuff"); + registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_TUFF_BRICKS, "tuff"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_WHITE_TILES, "white"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_CRACKED_WHITE_TILES, "white"); + registerCube(blockStateModelGenerator, NSE_Blocks.GLAZED_WHITE_TILES, "white"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_GLAZED_WHITE_TILES, "white"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_YELLOW_TILES, "yellow"); + registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_CRACKED_YELLOW_TILES, "yellow"); + registerCube(blockStateModelGenerator, NSE_Blocks.WHITEWASH, "whitewash"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_WHITEWASH, "whitewash"); + registerCube(blockStateModelGenerator, NSE_Blocks.VERY_CRACKED_WHITEWASH, "whitewash"); + registerCube(blockStateModelGenerator, NSE_Blocks.WHITE_CONCRETE, "concrete"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_WHITE_CONCRETE, "concrete"); + registerCube(blockStateModelGenerator, NSE_Blocks.BEIGE_CONCRETE, "concrete"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_BEIGE_CONCRETE, "concrete"); + registerCube(blockStateModelGenerator, NSE_Blocks.BLUE_CONCRETE, "concrete"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_BLUE_CONCRETE, "concrete"); + registerCube(blockStateModelGenerator, NSE_Blocks.RED_CONCRETE, "concrete"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_RED_CONCRETE, "concrete"); + registerCube(blockStateModelGenerator, NSE_Blocks.YELLOW_CONCRETE, "concrete"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_YELLOW_CONCRETE, "concrete"); + registerCube(blockStateModelGenerator, NSE_Blocks.GREEN_CONCRETE, "concrete"); + registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_GREEN_CONCRETE, "concrete"); + registerCube(blockStateModelGenerator, NSE_Blocks.NII_FLOOR, "research_institute"); + registerCube(blockStateModelGenerator, NSE_Blocks.HERRINGBONE_ACACIA_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.CROSS_ACACIA_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.HERRINGBONE_OAK_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.CROSS_OAK_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.HERRINGBONE_BIRCH_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.CROSS_BIRCH_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.HERRINGBONE_CRIMSON_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.CROSS_CRIMSON_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.HERRINGBONE_DARK_OAK_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.CROSS_DARK_OAK_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.HERRINGBONE_JUNGLE_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.CROSS_JUNGLE_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.HERRINGBONE_MANGROVE_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.CROSS_MANGROVE_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.HERRINGBONE_SPRUCE_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.CROSS_SPRUCE_PLANKS, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.HERRINGBONE_PARQUET, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.STRAIGHT_PARQUET, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.SEPARATED_PARQUET, "floor/planks"); + registerCube(blockStateModelGenerator, NSE_Blocks.GREEN_LINOLEUM, "floor/linoleum"); + registerCube(blockStateModelGenerator, NSE_Blocks.BLUE_LINOLEUM, "floor/linoleum"); + registerCube(blockStateModelGenerator, NSE_Blocks.RED_LINOLEUM, "floor/linoleum"); + registerCube(blockStateModelGenerator, NSE_Blocks.GRAY_LINOLEUM, "floor/linoleum"); + registerCube(blockStateModelGenerator, NSE_Blocks.ORANGE_LINOLEUM, "floor/linoleum"); + registerCube(blockStateModelGenerator, NSE_Blocks.BROWN_LINOLEUM, "floor/linoleum"); + registerCube(blockStateModelGenerator, NSE_Blocks.CYAN_LINOLEUM, "floor/linoleum"); + registerCube(blockStateModelGenerator, NSE_Blocks.CROSS_ORANGE_LINOLEUM, "floor/linoleum"); + registerCube(blockStateModelGenerator, NSE_Blocks.CROSS_BROWN_LINOLEUM, "floor/linoleum"); + registerCube(blockStateModelGenerator, NSE_Blocks.INDUSTRIAL_WARNING, "industrial/warning"); + registerCube(blockStateModelGenerator, NSE_Blocks.GRAY_WARNING, "industrial/warning"); + registerCube(blockStateModelGenerator, NSE_Blocks.RED_WARNING, "industrial/warning"); + registerCube(blockStateModelGenerator, NSE_Blocks.ORANGE_WARNING, "industrial/warning"); + registerCube(blockStateModelGenerator, NSE_Blocks.YELLOW_WARNING, "industrial/warning"); + registerCube(blockStateModelGenerator, NSE_Blocks.LIME_WARNING, "industrial/warning"); + registerCube(blockStateModelGenerator, NSE_Blocks.GREEN_WARNING, "industrial/warning"); + registerCube(blockStateModelGenerator, NSE_Blocks.CYAN_WARNING, "industrial/warning"); + registerCube(blockStateModelGenerator, NSE_Blocks.LIGHT_BLUE_WARNING, "industrial/warning"); + registerCube(blockStateModelGenerator, NSE_Blocks.BLUE_WARNING, "industrial/warning"); + registerCube(blockStateModelGenerator, NSE_Blocks.PURPLE_WARNING, "industrial/warning"); + registerCube(blockStateModelGenerator, NSE_Blocks.MAGENTA_WARNING, "industrial/warning"); + registerCube(blockStateModelGenerator, NSE_Blocks.METAL_PLATING, "industrial"); + registerCube(blockStateModelGenerator, NSE_Blocks.GREEN_WALLPAPER, "wallpapers"); + registerCube(blockStateModelGenerator, NSE_Blocks.BROWN_WALLPAPER, "wallpapers"); + registerCube(blockStateModelGenerator, NSE_Blocks.BEIGE_WALLPAPER, "wallpapers"); +// BlockStateModelGenerator.createSlabBlockState() +// blockStateModelGenerator.registerSimpleCubeAll(NSE_Blocks.SAND_TILES); +// BlockStateModelGenerator.createSingletonBlockState(NSE_Blocks.SAND_TILES, new Identifier("new_soviet", "block/sand_tiles")); + + // blockStateModelGenerator.register(); } diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/blue_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/blue_warning_stripes.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/blue_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/blue_warning_stripes.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/cyan_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/cyan_warning_stripes.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/cyan_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/cyan_warning_stripes.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/gray_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/gray_warning_stripes.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/gray_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/gray_warning_stripes.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/green_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/green_warning_stripes.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/green_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/green_warning_stripes.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/industrial_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/industrial_warning_stripes.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/industrial_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/industrial_warning_stripes.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/light_blue_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/light_blue_warning_stripes.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/light_blue_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/light_blue_warning_stripes.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/lime_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/lime_warning_stripes.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/lime_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/lime_warning_stripes.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/magenta_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/magenta_warning_stripes.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/magenta_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/magenta_warning_stripes.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/orange_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/orange_warning_stripes.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/orange_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/orange_warning_stripes.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/purple_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/purple_warning_stripes.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/purple_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/purple_warning_stripes.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/red_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/red_warning_stripes.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/red_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/red_warning_stripes.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/yellow_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/yellow_warning_stripes.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/yellow_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/yellow_warning_stripes.png From d20f76caf09f83999b1414f9d9a708af8623289a Mon Sep 17 00:00:00 2001 From: Andrew-71 Date: Sat, 23 Sep 2023 14:06:45 +0300 Subject: [PATCH 4/8] NSE Strong, remove stairs --- .../blockstates/aquamarine_tiles.json | 0 .../blockstates/beige_concrete.json | 0 .../blockstates/beige_wallpaper.json | 0 .../blockstates/big_diorite_tiles.json | 0 .../blockstates/big_granite_tiles.json | 0 .../blockstates/big_green_tiles.json | 0 .../blockstates/big_sand_bricks.json | 0 .../blockstates/big_sand_tiles.json | 0 .../blockstates/big_tuff_tiles.json | 0 .../new_soviet/blockstates/blue_concrete.json | 0 .../new_soviet/blockstates/blue_linoleum.json | 0 .../new_soviet/blockstates/blue_warning.json | 0 .../new_soviet/blockstates/brick_tiles.json | 0 .../blockstates/brown_linoleum.json | 0 .../blockstates/brown_wallpaper.json | 0 .../new_soviet/blockstates/calcite_tiles.json | 0 .../blockstates/cracked_aquamarine_tiles.json | 0 .../blockstates/cracked_beige_concrete.json | 0 .../blockstates/cracked_blue_concrete.json | 0 .../blockstates/cracked_brick_tiles.json | 0 .../blockstates/cracked_calcite_tiles.json | 0 .../blockstates/cracked_dark_brick_tiles.json | 0 .../blockstates/cracked_deepslate_tiles.json | 0 .../blockstates/cracked_diorite_bricks.json | 0 .../blockstates/cracked_dripstone_tiles.json | 0 .../cracked_glazed_aquamarine_tiles.json | 0 .../cracked_glazed_brick_tiles.json | 0 .../cracked_glazed_light_blue_tiles.json | 0 .../cracked_glazed_teal_tiles.json | 0 .../cracked_glazed_white_tiles.json | 0 .../blockstates/cracked_green_bricks.json | 0 .../blockstates/cracked_green_bricks_2.json | 0 .../blockstates/cracked_green_concrete.json | 0 .../cracked_green_white_tiles.json | 0 .../blockstates/cracked_light_blue_tiles.json | 0 .../blockstates/cracked_nii_wall_1.json | 0 .../blockstates/cracked_red_bricks.json | 0 .../blockstates/cracked_red_concrete.json | 0 .../blockstates/cracked_sand_bricks.json | 0 .../blockstates/cracked_sand_tiles.json | 0 .../blockstates/cracked_teal_tiles.json | 0 .../blockstates/cracked_tuff_bricks.json | 0 .../blockstates/cracked_tuff_tiles.json | 0 .../blockstates/cracked_white_concrete.json | 0 .../blockstates/cracked_whitewash.json | 0 .../blockstates/cracked_yellow_concrete.json | 0 .../blockstates/cross_acacia_planks.json | 0 .../blockstates/cross_birch_planks.json | 0 .../blockstates/cross_brown_linoleum.json | 0 .../blockstates/cross_crimson_planks.json | 0 .../blockstates/cross_dark_oak_planks.json | 0 .../blockstates/cross_jungle_planks.json | 0 .../blockstates/cross_mangrove_planks.json | 0 .../blockstates/cross_oak_planks.json | 0 .../blockstates/cross_orange_linoleum.json | 0 .../blockstates/cross_sand_tiles.json | 0 .../blockstates/cross_spruce_planks.json | 0 .../new_soviet/blockstates/cyan_linoleum.json | 0 .../new_soviet/blockstates/cyan_warning.json | 0 .../blockstates/dark_brick_tiles.json | 0 .../blockstates/deepslate_tiles.json | 0 .../blockstates/diagonal_calcite_tiles.json | 0 .../blockstates/diagonal_deepslate_tiles.json | 0 .../blockstates/diorite_bricks.json | 0 .../blockstates/dirty_aquamarine_tiles.json | 0 .../blockstates/dirty_brick_tiles.json | 0 .../blockstates/dirty_dark_brick_tiles.json | 0 .../blockstates/dripstone_bricks.json | 0 .../blockstates/dripstone_tiles.json | 0 .../blockstates/glazed_aquamarine_tiles.json | 0 .../blockstates/glazed_brick_tiles.json | 0 .../blockstates/glazed_light_blue_tiles.json | 0 .../blockstates/glazed_teal_tiles.json | 0 .../blockstates/glazed_white_tiles.json | 0 .../new_soviet/blockstates/gray_linoleum.json | 0 .../new_soviet/blockstates/gray_warning.json | 0 .../new_soviet/blockstates/green_bricks.json | 0 .../blockstates/green_bricks_2.json | 0 .../blockstates/green_concrete.json | 0 .../blockstates/green_linoleum.json | 0 .../blockstates/green_wallpaper.json | 0 .../new_soviet/blockstates/green_warning.json | 0 .../blockstates/green_white_tiles.json | 0 .../herringbone_acacia_planks.json | 0 .../blockstates/herringbone_birch_planks.json | 0 .../herringbone_crimson_planks.json | 0 .../herringbone_dark_oak_planks.json | 0 .../herringbone_jungle_planks.json | 0 .../herringbone_mangrove_planks.json | 0 .../blockstates/herringbone_oak_planks.json | 0 .../blockstates/herringbone_parquet.json | 0 .../blockstates/herringbone_sand_tiles.json | 0 .../herringbone_spruce_planks.json | 0 .../blockstates/industrial_warning.json | 0 .../blockstates/light_blue_bricks.json | 0 .../blockstates/light_blue_tiles.json | 0 .../blockstates/light_blue_warning.json | 0 .../new_soviet/blockstates/lime_warning.json | 0 .../blockstates/magenta_warning.json | 0 .../new_soviet/blockstates/metal_plating.json | 0 .../blockstates/mossy_aquamarine_tiles.json | 0 .../blockstates/mossy_brick_tiles.json | 0 .../blockstates/mossy_calcite_tiles.json | 0 .../blockstates/mossy_dark_brick_tiles.json | 0 .../blockstates/mossy_deepslate_tiles.json | 0 .../blockstates/mossy_diorite_bricks.json | 0 .../blockstates/mossy_dripstone_tiles.json | 0 .../blockstates/mossy_green_bricks.json | 0 .../blockstates/mossy_green_bricks_2.json | 0 .../blockstates/mossy_green_white_tiles.json | 0 .../blockstates/mossy_light_blue_bricks.json | 0 .../blockstates/mossy_light_blue_tiles.json | 0 .../blockstates/mossy_red_bricks.json | 0 .../blockstates/mossy_sand_bricks.json | 0 .../blockstates/mossy_sand_tiles.json | 0 .../blockstates/mossy_teal_tiles.json | 0 .../blockstates/mossy_tuff_bricks.json | 0 .../blockstates/mossy_tuff_tiles.json | 0 .../new_soviet/blockstates/nii_floor.json | 0 .../new_soviet/blockstates/nii_wall_1.json | 0 .../new_soviet/blockstates/nii_wall_2.json | 0 .../new_soviet/blockstates/nii_wall_3.json | 0 .../blockstates/orange_linoleum.json | 0 .../blockstates/orange_warning.json | 0 .../blockstates/purple_warning.json | 0 .../new_soviet/blockstates/red_bricks.json | 0 .../new_soviet/blockstates/red_concrete.json | 0 .../new_soviet/blockstates/red_linoleum.json | 0 .../new_soviet/blockstates/red_warning.json | 0 .../new_soviet/blockstates/sand_bricks.json | 0 .../new_soviet/blockstates/sand_tiles.json | 0 .../blockstates/separated_parquet.json | 0 .../blockstates/small_aquamarine_tiles.json | 0 .../small_cracked_aquamarine_tiles.json | 0 .../small_cracked_deepslate_tiles.json | 0 .../small_cracked_diorite_tiles.json | 0 .../small_cracked_granite_tiles.json | 0 .../small_cracked_light_blue_tiles.json | 0 .../blockstates/small_cracked_sand_tiles.json | 0 .../blockstates/small_cracked_teal_tiles.json | 0 .../small_cracked_white_tiles.json | 0 .../small_cracked_yellow_tiles.json | 0 .../blockstates/small_deepslate_tiles.json | 0 .../blockstates/small_diorite_tiles.json | 0 .../blockstates/small_granite_tiles.json | 0 .../blockstates/small_light_blue_tiles.json | 0 .../blockstates/small_sand_tiles.json | 0 .../blockstates/small_teal_tiles.json | 0 .../blockstates/small_white_tiles.json | 0 .../blockstates/small_yellow_tiles.json | 0 .../blockstates/straight_parquet.json | 0 .../new_soviet/blockstates/teal_tiles.json | 0 .../new_soviet/blockstates/tuff_bricks.json | 0 .../new_soviet/blockstates/tuff_tiles.json | 0 .../variated_light_blue_tiles.json | 0 .../blockstates/variated_teal_tiles.json | 0 .../blockstates/very_cracked_whitewash.json | 0 .../blockstates/white_concrete.json | 0 .../new_soviet/blockstates/whitewash.json | 0 .../blockstates/yellow_concrete.json | 0 .../blockstates/yellow_warning.json | 0 .../models/block/aquamarine_tiles.json | 6 + .../models/block/beige_concrete.json | 0 .../models/block/beige_wallpaper.json | 6 + .../models/block/big_diorite_tiles.json | 6 + .../models/block/big_granite_tiles.json | 6 + .../models/block/big_green_tiles.json | 6 + .../models/block/big_sand_bricks.json | 6 + .../models/block/big_sand_tiles.json | 6 + .../models/block/big_tuff_tiles.json | 6 + .../models/block/blue_concrete.json | 0 .../models/block/blue_linoleum.json | 6 + .../new_soviet/models/block/blue_warning.json | 6 + .../new_soviet/models/block/brick_tiles.json | 6 + .../models/block/brown_linoleum.json | 6 + .../models/block/brown_wallpaper.json | 6 + .../models/block/calcite_tiles.json | 6 + .../block/cracked_aquamarine_tiles.json | 6 + .../models/block/cracked_beige_concrete.json | 0 .../models/block/cracked_blue_concrete.json | 0 .../models/block/cracked_brick_tiles.json | 6 + .../models/block/cracked_calcite_tiles.json | 6 + .../block/cracked_dark_brick_tiles.json | 6 + .../models/block/cracked_deepslate_tiles.json | 6 + .../models/block/cracked_diorite_bricks.json | 6 + .../models/block/cracked_dripstone_tiles.json | 6 + .../cracked_glazed_aquamarine_tiles.json | 6 + .../block/cracked_glazed_brick_tiles.json | 6 + .../cracked_glazed_light_blue_tiles.json | 6 + .../block/cracked_glazed_teal_tiles.json | 6 + .../block/cracked_glazed_white_tiles.json | 6 + .../models/block/cracked_green_bricks.json | 6 + .../models/block/cracked_green_bricks_2.json | 6 + .../models/block/cracked_green_concrete.json | 0 .../block/cracked_green_white_tiles.json | 6 + .../block/cracked_light_blue_tiles.json | 6 + .../models/block/cracked_nii_wall_1.json | 6 + .../models/block/cracked_red_bricks.json | 6 + .../models/block/cracked_red_concrete.json | 0 .../models/block/cracked_sand_bricks.json | 6 + .../models/block/cracked_sand_tiles.json | 6 + .../models/block/cracked_teal_tiles.json | 6 + .../models/block/cracked_tuff_bricks.json | 6 + .../models/block/cracked_tuff_tiles.json | 6 + .../models/block/cracked_white_concrete.json | 0 .../models/block/cracked_whitewash.json | 6 + .../models/block/cracked_yellow_concrete.json | 0 .../models/block/cross_acacia_planks.json | 6 + .../models/block/cross_birch_planks.json | 6 + .../models/block/cross_brown_linoleum.json | 6 + .../models/block/cross_crimson_planks.json | 6 + .../models/block/cross_dark_oak_planks.json | 6 + .../models/block/cross_jungle_planks.json | 6 + .../models/block/cross_mangrove_planks.json | 6 + .../models/block/cross_oak_planks.json | 6 + .../models/block/cross_orange_linoleum.json | 6 + .../models/block/cross_sand_tiles.json | 6 + .../models/block/cross_spruce_planks.json | 6 + .../models/block/cyan_linoleum.json | 6 + .../new_soviet/models/block/cyan_warning.json | 6 + .../models/block/dark_brick_tiles.json | 6 + .../models/block/deepslate_tiles.json | 6 + .../models/block/diagonal_calcite_tiles.json | 6 + .../block/diagonal_deepslate_tiles.json | 6 + .../models/block/diorite_bricks.json | 6 + .../models/block/dirty_aquamarine_tiles.json | 6 + .../models/block/dirty_brick_tiles.json | 6 + .../models/block/dirty_dark_brick_tiles.json | 6 + .../models/block/dripstone_bricks.json | 6 + .../models/block/dripstone_tiles.json | 6 + .../models/block/glazed_aquamarine_tiles.json | 6 + .../models/block/glazed_brick_tiles.json | 6 + .../models/block/glazed_light_blue_tiles.json | 6 + .../models/block/glazed_teal_tiles.json | 6 + .../models/block/glazed_white_tiles.json | 6 + .../models/block/gray_linoleum.json | 6 + .../new_soviet/models/block/gray_warning.json | 6 + .../new_soviet/models/block/green_bricks.json | 6 + .../models/block/green_bricks_2.json | 6 + .../models/block/green_concrete.json | 0 .../models/block/green_linoleum.json | 6 + .../models/block/green_wallpaper.json | 6 + .../models/block/green_warning.json | 6 + .../models/block/green_white_tiles.json | 6 + .../block/herringbone_acacia_planks.json | 6 + .../block/herringbone_birch_planks.json | 6 + .../block/herringbone_crimson_planks.json | 6 + .../block/herringbone_dark_oak_planks.json | 6 + .../block/herringbone_jungle_planks.json | 6 + .../block/herringbone_mangrove_planks.json | 6 + .../models/block/herringbone_oak_planks.json | 6 + .../models/block/herringbone_parquet.json | 6 + .../models/block/herringbone_sand_tiles.json | 6 + .../block/herringbone_spruce_planks.json | 6 + .../models/block/industrial_warning.json | 6 + .../models/block/light_blue_bricks.json | 6 + .../models/block/light_blue_tiles.json | 6 + .../models/block/light_blue_warning.json | 6 + .../new_soviet/models/block/lime_warning.json | 6 + .../models/block/magenta_warning.json | 6 + .../models/block/metal_plating.json | 6 + .../models/block/mossy_aquamarine_tiles.json | 6 + .../models/block/mossy_brick_tiles.json | 6 + .../models/block/mossy_calcite_tiles.json | 6 + .../models/block/mossy_dark_brick_tiles.json | 6 + .../models/block/mossy_deepslate_tiles.json | 6 + .../models/block/mossy_diorite_bricks.json | 6 + .../models/block/mossy_dripstone_tiles.json | 6 + .../models/block/mossy_green_bricks.json | 6 + .../models/block/mossy_green_bricks_2.json | 6 + .../models/block/mossy_green_white_tiles.json | 6 + .../models/block/mossy_light_blue_bricks.json | 6 + .../models/block/mossy_light_blue_tiles.json | 6 + .../models/block/mossy_red_bricks.json | 6 + .../models/block/mossy_sand_bricks.json | 6 + .../models/block/mossy_sand_tiles.json | 6 + .../models/block/mossy_teal_tiles.json | 6 + .../models/block/mossy_tuff_bricks.json | 6 + .../models/block/mossy_tuff_tiles.json | 6 + .../new_soviet/models/block/nii_floor.json | 6 + .../new_soviet/models/block/nii_wall_1.json | 6 + .../new_soviet/models/block/nii_wall_2.json | 6 + .../new_soviet/models/block/nii_wall_3.json | 6 + .../models/block/orange_linoleum.json | 6 + .../models/block/orange_warning.json | 6 + .../models/block/purple_warning.json | 6 + .../new_soviet/models/block/red_bricks.json | 6 + .../new_soviet/models/block/red_concrete.json | 0 .../new_soviet/models/block/red_linoleum.json | 6 + .../new_soviet/models/block/red_warning.json | 6 + .../new_soviet/models/block/sand_bricks.json | 6 + .../new_soviet/models/block/sand_tiles.json | 6 + .../models/block/separated_parquet.json | 6 + .../models/block/small_aquamarine_tiles.json | 6 + .../block/small_cracked_aquamarine_tiles.json | 6 + .../block/small_cracked_deepslate_tiles.json | 6 + .../block/small_cracked_diorite_tiles.json | 6 + .../block/small_cracked_granite_tiles.json | 6 + .../block/small_cracked_light_blue_tiles.json | 6 + .../block/small_cracked_sand_tiles.json | 6 + .../block/small_cracked_teal_tiles.json | 6 + .../block/small_cracked_white_tiles.json | 6 + .../block/small_cracked_yellow_tiles.json | 6 + .../models/block/small_deepslate_tiles.json | 6 + .../models/block/small_diorite_tiles.json | 6 + .../models/block/small_granite_tiles.json | 6 + .../models/block/small_light_blue_tiles.json | 6 + .../models/block/small_sand_tiles.json | 6 + .../models/block/small_teal_tiles.json | 6 + .../models/block/small_white_tiles.json | 6 + .../models/block/small_yellow_tiles.json | 6 + .../models/block/straight_parquet.json | 6 + .../new_soviet/models/block/teal_tiles.json | 6 + .../new_soviet/models/block/tuff_bricks.json | 6 + .../new_soviet/models/block/tuff_tiles.json | 6 + .../block/variated_light_blue_tiles.json | 6 + .../models/block/variated_teal_tiles.json | 6 + .../models/block/very_cracked_whitewash.json | 6 + .../models/block/white_concrete.json | 0 .../new_soviet/models/block/whitewash.json | 6 + .../models/block/yellow_concrete.json | 0 .../models/block/yellow_warning.json | 6 + .../models/item/aquamarine_tiles.json | 3 +- .../models/item/beige_concrete.json | 0 .../models/item/beige_wallpaper.json | 3 +- .../models/item/big_diorite_tiles.json | 3 +- .../models/item/big_granite_tiles.json | 3 +- .../models/item/big_green_tiles.json | 3 +- .../models/item/big_sand_bricks.json | 3 +- .../models/item/big_sand_tiles.json | 3 +- .../models/item/big_tuff_tiles.json | 3 +- .../new_soviet/models/item/blue_concrete.json | 0 .../new_soviet/models/item/blue_linoleum.json | 3 +- .../new_soviet/models/item/blue_warning.json | 3 +- .../new_soviet/models/item/brick_tiles.json | 3 +- .../models/item/brown_linoleum.json | 3 +- .../models/item/brown_wallpaper.json | 3 +- .../new_soviet/models/item/calcite_tiles.json | 3 +- .../models/item/cracked_aquamarine_tiles.json | 3 +- .../models/item/cracked_beige_concrete.json | 0 .../models/item/cracked_blue_concrete.json | 0 .../models/item/cracked_brick_tiles.json | 3 +- .../models/item/cracked_calcite_tiles.json | 3 +- .../models/item/cracked_dark_brick_tiles.json | 3 +- .../models/item/cracked_deepslate_tiles.json | 3 +- .../models/item/cracked_diorite_bricks.json | 3 +- .../models/item/cracked_dripstone_tiles.json | 3 +- .../item/cracked_glazed_aquamarine_tiles.json | 3 +- .../item/cracked_glazed_brick_tiles.json | 3 +- .../item/cracked_glazed_light_blue_tiles.json | 3 +- .../item/cracked_glazed_teal_tiles.json | 3 +- .../item/cracked_glazed_white_tiles.json | 3 +- .../models/item/cracked_green_bricks.json | 3 +- .../models/item/cracked_green_bricks_2.json | 3 +- .../models/item/cracked_green_concrete.json | 0 .../item/cracked_green_white_tiles.json | 3 +- .../models/item/cracked_light_blue_tiles.json | 3 +- .../models/item/cracked_nii_wall_1.json | 3 +- .../models/item/cracked_red_bricks.json | 3 +- .../models/item/cracked_red_concrete.json | 0 .../models/item/cracked_sand_bricks.json | 3 +- .../models/item/cracked_sand_tiles.json | 3 +- .../models/item/cracked_teal_tiles.json | 3 +- .../models/item/cracked_tuff_bricks.json | 3 +- .../models/item/cracked_tuff_tiles.json | 0 .../models/item/cracked_white_concrete.json | 0 .../models/item/cracked_whitewash.json | 3 +- .../models/item/cracked_yellow_concrete.json | 0 .../models/item/cross_acacia_planks.json | 0 .../models/item/cross_birch_planks.json | 0 .../models/item/cross_brown_linoleum.json | 3 +- .../models/item/cross_crimson_planks.json | 0 .../models/item/cross_dark_oak_planks.json | 0 .../models/item/cross_jungle_planks.json | 0 .../models/item/cross_mangrove_planks.json | 0 .../models/item/cross_oak_planks.json | 0 .../models/item/cross_orange_linoleum.json | 3 +- .../models/item/cross_sand_tiles.json | 3 +- .../models/item/cross_spruce_planks.json | 0 .../new_soviet/models/item/cyan_linoleum.json | 3 +- .../new_soviet/models/item/cyan_warning.json | 3 +- .../models/item/dark_brick_tiles.json | 3 +- .../models/item/deepslate_tiles.json | 3 +- .../models/item/diagonal_calcite_tiles.json | 3 +- .../models/item/diagonal_deepslate_tiles.json | 3 +- .../models/item/diorite_bricks.json | 3 +- .../models/item/dirty_aquamarine_tiles.json | 3 +- .../models/item/dirty_brick_tiles.json | 3 +- .../models/item/dirty_dark_brick_tiles.json | 3 +- .../models/item/dripstone_bricks.json | 3 +- .../models/item/dripstone_tiles.json | 3 +- .../models/item/glazed_aquamarine_tiles.json | 3 +- .../models/item/glazed_brick_tiles.json | 3 +- .../models/item/glazed_light_blue_tiles.json | 3 +- .../models/item/glazed_teal_tiles.json | 3 +- .../models/item/glazed_white_tiles.json | 3 +- .../new_soviet/models/item/gray_linoleum.json | 3 +- .../new_soviet/models/item/gray_warning.json | 3 +- .../new_soviet/models/item/green_bricks.json | 3 +- .../models/item/green_bricks_2.json | 3 +- .../models/item/green_concrete.json | 0 .../models/item/green_linoleum.json | 3 +- .../models/item/green_wallpaper.json | 3 +- .../new_soviet/models/item/green_warning.json | 3 +- .../models/item/green_white_tiles.json | 3 +- .../item/herringbone_acacia_planks.json | 0 .../models/item/herringbone_birch_planks.json | 0 .../item/herringbone_crimson_planks.json | 0 .../item/herringbone_dark_oak_planks.json | 0 .../item/herringbone_jungle_planks.json | 0 .../item/herringbone_mangrove_planks.json | 0 .../models/item/herringbone_oak_planks.json | 0 .../models/item/herringbone_parquet.json | 3 +- .../models/item/herringbone_sand_tiles.json | 3 +- .../item/herringbone_spruce_planks.json | 0 .../models/item/industrial_warning.json | 0 .../models/item/light_blue_bricks.json | 3 +- .../models/item/light_blue_tiles.json | 3 +- .../models/item/light_blue_warning.json | 3 +- .../new_soviet/models/item/lime_warning.json | 3 +- .../models/item/magenta_warning.json | 3 +- .../new_soviet/models/item/metal_plating.json | 3 +- .../models/item/mossy_aquamarine_tiles.json | 3 +- .../models/item/mossy_brick_tiles.json | 3 +- .../models/item/mossy_calcite_tiles.json | 3 +- .../models/item/mossy_dark_brick_tiles.json | 3 +- .../models/item/mossy_deepslate_tiles.json | 3 +- .../models/item/mossy_diorite_bricks.json | 3 +- .../models/item/mossy_dripstone_tiles.json | 3 +- .../models/item/mossy_green_bricks.json | 3 +- .../models/item/mossy_green_bricks_2.json | 3 +- .../models/item/mossy_green_white_tiles.json | 3 +- .../models/item/mossy_light_blue_bricks.json | 3 +- .../models/item/mossy_light_blue_tiles.json | 3 +- .../models/item/mossy_red_bricks.json | 3 +- .../models/item/mossy_sand_bricks.json | 3 +- .../models/item/mossy_sand_tiles.json | 3 +- .../models/item/mossy_teal_tiles.json | 3 +- .../models/item/mossy_tuff_bricks.json | 3 +- .../models/item/mossy_tuff_tiles.json | 3 +- .../new_soviet/models/item/nii_floor.json | 3 +- .../new_soviet/models/item/nii_wall_1.json | 3 +- .../new_soviet/models/item/nii_wall_2.json | 3 +- .../new_soviet/models/item/nii_wall_3.json | 3 +- .../models/item/orange_linoleum.json | 3 +- .../models/item/orange_warning.json | 0 .../models/item/purple_warning.json | 3 +- .../new_soviet/models/item/red_bricks.json | 3 +- .../new_soviet/models/item/red_concrete.json | 0 .../new_soviet/models/item/red_linoleum.json | 3 +- .../new_soviet/models/item/red_warning.json | 0 .../new_soviet/models/item/sand_bricks.json | 3 +- .../new_soviet/models/item/sand_tiles.json | 3 +- .../models/item/separated_parquet.json | 3 +- .../models/item/small_aquamarine_tiles.json | 3 +- .../item/small_cracked_aquamarine_tiles.json | 3 +- .../item/small_cracked_deepslate_tiles.json | 3 +- .../item/small_cracked_diorite_tiles.json | 3 +- .../item/small_cracked_granite_tiles.json | 3 +- .../item/small_cracked_light_blue_tiles.json | 3 +- .../models/item/small_cracked_sand_tiles.json | 0 .../models/item/small_cracked_teal_tiles.json | 3 +- .../item/small_cracked_white_tiles.json | 3 +- .../item/small_cracked_yellow_tiles.json | 3 +- .../models/item/small_deepslate_tiles.json | 3 +- .../models/item/small_diorite_tiles.json | 3 +- .../models/item/small_granite_tiles.json | 3 +- .../models/item/small_light_blue_tiles.json | 3 +- .../models/item/small_sand_tiles.json | 3 +- .../models/item/small_teal_tiles.json | 3 +- .../models/item/small_white_tiles.json | 3 +- .../models/item/small_yellow_tiles.json | 3 +- .../models/item/straight_parquet.json | 3 +- .../new_soviet/models/item/teal_tiles.json | 3 +- .../new_soviet/models/item/tuff_bricks.json | 3 +- .../new_soviet/models/item/tuff_tiles.json | 3 +- .../item/variated_light_blue_tiles.json | 3 +- .../models/item/variated_teal_tiles.json | 3 +- .../models/item/very_cracked_whitewash.json | 3 +- .../models/item/white_concrete.json | 0 .../new_soviet/models/item/whitewash.json | 3 +- .../models/item/yellow_concrete.json | 0 .../models/item/yellow_warning.json | 3 +- .../new_soviet/datagen/ModelGenerator.java | 24 +- .../blockstates/aquamarine_tiles_slab.json | 13 -- .../blockstates/aquamarine_tiles_stairs.json | 209 ------------------ .../blockstates/beige_concrete_slab.json | 13 -- .../blockstates/beige_concrete_stairs.json | 209 ------------------ .../blockstates/big_sand_bricks_slab.json | 13 -- .../blockstates/big_sand_bricks_stairs.json | 209 ------------------ .../blockstates/blue_concrete_slab.json | 13 -- .../blockstates/blue_concrete_stairs.json | 209 ------------------ .../blockstates/blue_linoleum_slab.json | 13 -- .../blockstates/blue_linoleum_stairs.json | 209 ------------------ .../blockstates/brick_tiles_slab.json | 13 -- .../blockstates/brick_tiles_stairs.json | 209 ------------------ .../blockstates/brown_linoleum_slab.json | 13 -- .../blockstates/brown_linoleum_stairs.json | 209 ------------------ .../blockstates/calcite_tiles_slab.json | 13 -- .../blockstates/calcite_tiles_stairs.json | 209 ------------------ .../cracked_aquamarine_tiles_slab.json | 13 -- .../cracked_aquamarine_tiles_stairs.json | 209 ------------------ .../cracked_beige_concrete_slab.json | 13 -- .../cracked_beige_concrete_stairs.json | 209 ------------------ .../cracked_blue_concrete_slab.json | 13 -- .../cracked_blue_concrete_stairs.json | 209 ------------------ .../blockstates/cracked_brick_tiles_slab.json | 13 -- .../cracked_brick_tiles_stairs.json | 209 ------------------ .../cracked_calcite_tiles_slab.json | 13 -- .../cracked_calcite_tiles_stairs.json | 209 ------------------ .../cracked_dark_brick_tiles_slab.json | 13 -- .../cracked_dark_brick_tiles_stairs.json | 209 ------------------ .../cracked_deepslate_tiles_slab.json | 13 -- .../cracked_deepslate_tiles_stairs.json | 209 ------------------ .../cracked_diorite_bricks_slab.json | 13 -- .../cracked_diorite_bricks_stairs.json | 209 ------------------ .../blockstates/cracked_diorite_tiles.json | 7 - .../cracked_dripstone_tiles_slab.json | 13 -- .../cracked_dripstone_tiles_stairs.json | 209 ------------------ .../cracked_green_bricks_2_slab.json | 13 -- .../cracked_green_bricks_2_stairs.json | 209 ------------------ .../cracked_green_bricks_slab.json | 13 -- .../cracked_green_bricks_stairs.json | 209 ------------------ .../cracked_green_concrete_slab.json | 13 -- .../cracked_green_concrete_stairs.json | 209 ------------------ .../cracked_green_white_tiles_slab.json | 13 -- .../cracked_green_white_tiles_stairs.json | 209 ------------------ .../cracked_light_blue_bricks_slab.json | 13 -- .../cracked_light_blue_bricks_stairs.json | 209 ------------------ .../cracked_light_blue_tiles_slab.json | 13 -- .../cracked_light_blue_tiles_stairs.json | 209 ------------------ .../blockstates/cracked_red_bricks_slab.json | 13 -- .../cracked_red_bricks_stairs.json | 209 ------------------ .../cracked_red_concrete_slab.json | 13 -- .../cracked_red_concrete_stairs.json | 209 ------------------ .../blockstates/cracked_sand_bricks_slab.json | 13 -- .../cracked_sand_bricks_stairs.json | 209 ------------------ .../blockstates/cracked_sand_tiles_slab.json | 13 -- .../cracked_sand_tiles_stairs.json | 209 ------------------ .../blockstates/cracked_teal_tiles_slab.json | 13 -- .../cracked_teal_tiles_stairs.json | 209 ------------------ .../blockstates/cracked_tuff_bricks_slab.json | 13 -- .../cracked_tuff_bricks_stairs.json | 209 ------------------ .../blockstates/cracked_tuff_tiles_slab.json | 13 -- .../cracked_tuff_tiles_stairs.json | 209 ------------------ .../cracked_white_concrete_slab.json | 13 -- .../cracked_white_concrete_stairs.json | 209 ------------------ .../cracked_yellow_concrete_slab.json | 13 -- .../cracked_yellow_concrete_stairs.json | 209 ------------------ .../blockstates/cross_acacia_planks_slab.json | 13 -- .../cross_acacia_planks_stairs.json | 209 ------------------ .../blockstates/cross_birch_planks_slab.json | 13 -- .../cross_birch_planks_stairs.json | 209 ------------------ .../cross_crimson_planks_slab.json | 13 -- .../cross_crimson_planks_stairs.json | 209 ------------------ .../cross_dark_oak_planks_slab.json | 13 -- .../cross_dark_oak_planks_stairs.json | 209 ------------------ .../blockstates/cross_jungle_planks_slab.json | 13 -- .../cross_jungle_planks_stairs.json | 209 ------------------ .../cross_mangrove_planks_slab.json | 13 -- .../cross_mangrove_planks_stairs.json | 209 ------------------ .../blockstates/cross_oak_planks_slab.json | 13 -- .../blockstates/cross_oak_planks_stairs.json | 209 ------------------ .../blockstates/cross_sand_tiles_slab.json | 13 -- .../blockstates/cross_sand_tiles_stairs.json | 209 ------------------ .../blockstates/cross_spruce_planks_slab.json | 13 -- .../cross_spruce_planks_stairs.json | 209 ------------------ .../blockstates/cyan_linoleum_slab.json | 13 -- .../blockstates/cyan_linoleum_stairs.json | 209 ------------------ .../blockstates/dark_brick_tiles_slab.json | 13 -- .../blockstates/dark_brick_tiles_stairs.json | 209 ------------------ .../blockstates/deepslate_tiles_slab.json | 13 -- .../blockstates/deepslate_tiles_stairs.json | 209 ------------------ .../blockstates/diorite_bricks_slab.json | 13 -- .../blockstates/diorite_bricks_stairs.json | 209 ------------------ .../new_soviet/blockstates/diorite_tiles.json | 7 - .../dirty_aquamarine_tiles_slab.json | 13 -- .../dirty_aquamarine_tiles_stairs.json | 209 ------------------ .../blockstates/dirty_brick_tiles_slab.json | 13 -- .../blockstates/dirty_brick_tiles_stairs.json | 209 ------------------ .../dirty_dark_brick_tiles_slab.json | 13 -- .../dirty_dark_brick_tiles_stairs.json | 209 ------------------ .../blockstates/dripstone_tiles_slab.json | 13 -- .../blockstates/dripstone_tiles_stairs.json | 209 ------------------ .../blockstates/gray_linoleum_slab.json | 13 -- .../blockstates/gray_linoleum_stairs.json | 209 ------------------ .../blockstates/green_bricks_2_slab.json | 13 -- .../blockstates/green_bricks_2_stairs.json | 209 ------------------ .../blockstates/green_bricks_slab.json | 13 -- .../blockstates/green_bricks_stairs.json | 209 ------------------ .../blockstates/green_concrete_slab.json | 13 -- .../blockstates/green_concrete_stairs.json | 209 ------------------ .../blockstates/green_linoleum_slab.json | 13 -- .../blockstates/green_linoleum_stairs.json | 209 ------------------ .../blockstates/green_white_tiles_slab.json | 13 -- .../blockstates/green_white_tiles_stairs.json | 209 ------------------ .../herringbone_acacia_planks_slab.json | 13 -- .../herringbone_acacia_planks_stairs.json | 209 ------------------ .../herringbone_birch_planks_slab.json | 13 -- .../herringbone_birch_planks_stairs.json | 209 ------------------ .../herringbone_crimson_planks_slab.json | 13 -- .../herringbone_crimson_planks_stairs.json | 209 ------------------ .../herringbone_dark_oak_planks_slab.json | 13 -- .../herringbone_dark_oak_planks_stairs.json | 209 ------------------ .../herringbone_jungle_planks_slab.json | 13 -- .../herringbone_jungle_planks_stairs.json | 209 ------------------ .../herringbone_mangrove_planks_slab.json | 13 -- .../herringbone_mangrove_planks_stairs.json | 209 ------------------ .../herringbone_oak_planks_slab.json | 13 -- .../herringbone_oak_planks_stairs.json | 209 ------------------ .../blockstates/herringbone_parquet_slab.json | 13 -- .../herringbone_parquet_stairs.json | 209 ------------------ .../herringbone_sand_tiles_slab.json | 13 -- .../herringbone_sand_tiles_stairs.json | 209 ------------------ .../herringbone_spruce_planks_slab.json | 13 -- .../herringbone_spruce_planks_stairs.json | 209 ------------------ .../blockstates/light_blue_bricks_slab.json | 13 -- .../blockstates/light_blue_bricks_stairs.json | 209 ------------------ .../blockstates/light_blue_tiles_slab.json | 13 -- .../blockstates/light_blue_tiles_stairs.json | 209 ------------------ .../blockstates/metal_plating_slab.json | 13 -- .../blockstates/metal_plating_stairs.json | 209 ------------------ .../mossy_aquamarine_tiles_slab.json | 13 -- .../mossy_aquamarine_tiles_stairs.json | 209 ------------------ .../blockstates/mossy_brick_tiles_slab.json | 13 -- .../blockstates/mossy_brick_tiles_stairs.json | 209 ------------------ .../blockstates/mossy_calcite_tiles_slab.json | 13 -- .../mossy_calcite_tiles_stairs.json | 209 ------------------ .../mossy_dark_brick_tiles_slab.json | 13 -- .../mossy_dark_brick_tiles_stairs.json | 209 ------------------ .../mossy_deepslate_tiles_slab.json | 13 -- .../mossy_deepslate_tiles_stairs.json | 209 ------------------ .../mossy_diorite_bricks_slab.json | 13 -- .../mossy_diorite_bricks_stairs.json | 209 ------------------ .../blockstates/mossy_diorite_tiles.json | 7 - .../mossy_dripstone_tiles_slab.json | 13 -- .../mossy_dripstone_tiles_stairs.json | 209 ------------------ .../mossy_green_bricks_2_slab.json | 13 -- .../mossy_green_bricks_2_stairs.json | 209 ------------------ .../blockstates/mossy_green_bricks_slab.json | 13 -- .../mossy_green_bricks_stairs.json | 209 ------------------ .../mossy_green_white_tiles_slab.json | 13 -- .../mossy_green_white_tiles_stairs.json | 209 ------------------ .../mossy_light_blue_bricks_slab.json | 13 -- .../mossy_light_blue_bricks_stairs.json | 209 ------------------ .../mossy_light_blue_tiles_slab.json | 13 -- .../mossy_light_blue_tiles_stairs.json | 209 ------------------ .../blockstates/mossy_red_bricks_slab.json | 13 -- .../blockstates/mossy_red_bricks_stairs.json | 209 ------------------ .../blockstates/mossy_sand_bricks_slab.json | 13 -- .../blockstates/mossy_sand_bricks_stairs.json | 209 ------------------ .../blockstates/mossy_sand_tiles_slab.json | 13 -- .../blockstates/mossy_sand_tiles_stairs.json | 209 ------------------ .../blockstates/mossy_teal_tiles_slab.json | 13 -- .../blockstates/mossy_teal_tiles_stairs.json | 209 ------------------ .../blockstates/mossy_tuff_bricks_slab.json | 13 -- .../blockstates/mossy_tuff_bricks_stairs.json | 209 ------------------ .../blockstates/mossy_tuff_tiles_slab.json | 13 -- .../blockstates/mossy_tuff_tiles_stairs.json | 209 ------------------ .../blockstates/nii_floor_slab.json | 13 -- .../blockstates/nii_floor_stairs.json | 209 ------------------ .../blockstates/orange_linoleum_slab.json | 13 -- .../blockstates/orange_linoleum_stairs.json | 209 ------------------ .../blockstates/red_bricks_slab.json | 13 -- .../blockstates/red_bricks_stairs.json | 209 ------------------ .../blockstates/red_concrete_slab.json | 13 -- .../blockstates/red_concrete_stairs.json | 209 ------------------ .../blockstates/red_linoleum_slab.json | 13 -- .../blockstates/red_linoleum_stairs.json | 209 ------------------ .../new_soviet/blockstates/red_matress.json | 7 - .../blockstates/sand_bricks_slab.json | 13 -- .../blockstates/sand_bricks_stairs.json | 209 ------------------ .../blockstates/sand_tiles_slab.json | 13 -- .../blockstates/sand_tiles_stairs.json | 209 ------------------ .../blockstates/separated_parquet_slab.json | 13 -- .../blockstates/separated_parquet_stairs.json | 209 ------------------ .../blockstates/straight_parquet_slab.json | 13 -- .../blockstates/straight_parquet_stairs.json | 209 ------------------ .../blockstates/teal_tiles_slab.json | 13 -- .../blockstates/teal_tiles_stairs.json | 209 ------------------ .../blockstates/tuff_bricks_slab.json | 13 -- .../blockstates/tuff_bricks_stairs.json | 209 ------------------ .../blockstates/tuff_tiles_slab.json | 13 -- .../blockstates/tuff_tiles_stairs.json | 209 ------------------ .../variated_light_blue_tiles_slab.json | 13 -- .../variated_light_blue_tiles_stairs.json | 209 ------------------ .../blockstates/variated_teal_tiles_slab.json | 13 -- .../variated_teal_tiles_stairs.json | 209 ------------------ .../blockstates/white_concrete_slab.json | 13 -- .../blockstates/white_concrete_stairs.json | 209 ------------------ .../blockstates/yellow_concrete_slab.json | 13 -- .../blockstates/yellow_concrete_stairs.json | 209 ------------------ .../models/block/aquamarine_tiles.json | 7 - .../models/block/aquamarine_tiles_slab.json | 8 - .../block/aquamarine_tiles_slab_top.json | 8 - .../models/block/aquamarine_tiles_stairs.json | 8 - .../block/aquamarine_tiles_stairs_inner.json | 8 - .../block/aquamarine_tiles_stairs_outer.json | 8 - .../models/block/beige_concrete_slab.json | 8 - .../models/block/beige_concrete_slab_top.json | 8 - .../models/block/beige_concrete_stairs.json | 8 - .../block/beige_concrete_stairs_inner.json | 8 - .../block/beige_concrete_stairs_outer.json | 8 - .../models/block/beige_wallpaper.json | 7 - .../models/block/big_diorite_tiles.json | 7 - .../models/block/big_granite_tiles.json | 7 - .../models/block/big_green_tiles.json | 7 - .../models/block/big_sand_bricks.json | 7 - .../models/block/big_sand_bricks_slab.json | 8 - .../block/big_sand_bricks_slab_top.json | 8 - .../models/block/big_sand_bricks_stairs.json | 8 - .../block/big_sand_bricks_stairs_inner.json | 8 - .../block/big_sand_bricks_stairs_outer.json | 8 - .../models/block/big_sand_tiles.json | 7 - .../models/block/big_tuff_tiles.json | 7 - .../models/block/blue_concrete_slab.json | 8 - .../models/block/blue_concrete_slab_top.json | 8 - .../models/block/blue_concrete_stairs.json | 8 - .../block/blue_concrete_stairs_inner.json | 8 - .../block/blue_concrete_stairs_outer.json | 8 - .../models/block/blue_linoleum.json | 7 - .../models/block/blue_linoleum_slab.json | 8 - .../models/block/blue_linoleum_slab_top.json | 8 - .../models/block/blue_linoleum_stairs.json | 8 - .../block/blue_linoleum_stairs_inner.json | 8 - .../block/blue_linoleum_stairs_outer.json | 8 - .../new_soviet/models/block/blue_warning.json | 7 - .../new_soviet/models/block/brick_tiles.json | 7 - .../models/block/brick_tiles_slab.json | 8 - .../models/block/brick_tiles_slab_top.json | 8 - .../models/block/brick_tiles_stairs.json | 8 - .../block/brick_tiles_stairs_inner.json | 8 - .../block/brick_tiles_stairs_outer.json | 8 - .../models/block/brown_linoleum.json | 7 - .../models/block/brown_linoleum_slab.json | 8 - .../models/block/brown_linoleum_slab_top.json | 8 - .../models/block/brown_linoleum_stairs.json | 8 - .../block/brown_linoleum_stairs_inner.json | 8 - .../block/brown_linoleum_stairs_outer.json | 8 - .../models/block/brown_wallpaper.json | 7 - .../models/block/calcite_tiles.json | 7 - .../models/block/calcite_tiles_slab.json | 8 - .../models/block/calcite_tiles_slab_top.json | 8 - .../models/block/calcite_tiles_stairs.json | 8 - .../block/calcite_tiles_stairs_inner.json | 8 - .../block/calcite_tiles_stairs_outer.json | 8 - .../block/cracked_aquamarine_tiles.json | 7 - .../block/cracked_aquamarine_tiles_slab.json | 8 - .../cracked_aquamarine_tiles_slab_top.json | 8 - .../cracked_aquamarine_tiles_stairs.json | 8 - ...cracked_aquamarine_tiles_stairs_inner.json | 8 - ...cracked_aquamarine_tiles_stairs_outer.json | 8 - .../block/cracked_beige_concrete_slab.json | 8 - .../cracked_beige_concrete_slab_top.json | 8 - .../block/cracked_beige_concrete_stairs.json | 8 - .../cracked_beige_concrete_stairs_inner.json | 8 - .../cracked_beige_concrete_stairs_outer.json | 8 - .../block/cracked_blue_concrete_slab.json | 8 - .../block/cracked_blue_concrete_slab_top.json | 8 - .../block/cracked_blue_concrete_stairs.json | 8 - .../cracked_blue_concrete_stairs_inner.json | 8 - .../cracked_blue_concrete_stairs_outer.json | 8 - .../models/block/cracked_brick_tiles.json | 7 - .../block/cracked_brick_tiles_slab.json | 8 - .../block/cracked_brick_tiles_slab_top.json | 8 - .../block/cracked_brick_tiles_stairs.json | 8 - .../cracked_brick_tiles_stairs_inner.json | 8 - .../cracked_brick_tiles_stairs_outer.json | 8 - .../models/block/cracked_calcite_tiles.json | 7 - .../block/cracked_calcite_tiles_slab.json | 8 - .../block/cracked_calcite_tiles_slab_top.json | 8 - .../block/cracked_calcite_tiles_stairs.json | 8 - .../cracked_calcite_tiles_stairs_inner.json | 8 - .../cracked_calcite_tiles_stairs_outer.json | 8 - .../block/cracked_dark_brick_tiles.json | 7 - .../block/cracked_dark_brick_tiles_slab.json | 8 - .../cracked_dark_brick_tiles_slab_top.json | 8 - .../cracked_dark_brick_tiles_stairs.json | 8 - ...cracked_dark_brick_tiles_stairs_inner.json | 8 - ...cracked_dark_brick_tiles_stairs_outer.json | 8 - .../models/block/cracked_deepslate_tiles.json | 7 - .../block/cracked_deepslate_tiles_slab.json | 8 - .../cracked_deepslate_tiles_slab_top.json | 8 - .../block/cracked_deepslate_tiles_stairs.json | 8 - .../cracked_deepslate_tiles_stairs_inner.json | 8 - .../cracked_deepslate_tiles_stairs_outer.json | 8 - .../models/block/cracked_diorite_bricks.json | 7 - .../block/cracked_diorite_bricks_slab.json | 8 - .../cracked_diorite_bricks_slab_top.json | 8 - .../block/cracked_diorite_bricks_stairs.json | 8 - .../cracked_diorite_bricks_stairs_inner.json | 8 - .../cracked_diorite_bricks_stairs_outer.json | 8 - .../models/block/cracked_diorite_tiles.json | 7 - .../models/block/cracked_dripstone_tiles.json | 7 - .../block/cracked_dripstone_tiles_slab.json | 8 - .../cracked_dripstone_tiles_slab_top.json | 8 - .../block/cracked_dripstone_tiles_stairs.json | 8 - .../cracked_dripstone_tiles_stairs_inner.json | 8 - .../cracked_dripstone_tiles_stairs_outer.json | 8 - .../cracked_glazed_aquamarine_tiles.json | 7 - .../block/cracked_glazed_brick_tiles.json | 7 - .../cracked_glazed_light_blue_tiles.json | 7 - .../block/cracked_glazed_teal_tiles.json | 7 - .../block/cracked_glazed_white_tiles.json | 7 - .../models/block/cracked_green_bricks.json | 7 - .../models/block/cracked_green_bricks_2.json | 7 - .../block/cracked_green_bricks_2_slab.json | 8 - .../cracked_green_bricks_2_slab_top.json | 8 - .../block/cracked_green_bricks_2_stairs.json | 8 - .../cracked_green_bricks_2_stairs_inner.json | 8 - .../cracked_green_bricks_2_stairs_outer.json | 8 - .../block/cracked_green_bricks_slab.json | 8 - .../block/cracked_green_bricks_slab_top.json | 8 - .../block/cracked_green_bricks_stairs.json | 8 - .../cracked_green_bricks_stairs_inner.json | 8 - .../cracked_green_bricks_stairs_outer.json | 8 - .../block/cracked_green_concrete_slab.json | 8 - .../cracked_green_concrete_slab_top.json | 8 - .../block/cracked_green_concrete_stairs.json | 8 - .../cracked_green_concrete_stairs_inner.json | 8 - .../cracked_green_concrete_stairs_outer.json | 8 - .../block/cracked_green_white_tiles.json | 7 - .../block/cracked_green_white_tiles_slab.json | 8 - .../cracked_green_white_tiles_slab_top.json | 8 - .../cracked_green_white_tiles_stairs.json | 8 - ...racked_green_white_tiles_stairs_inner.json | 8 - ...racked_green_white_tiles_stairs_outer.json | 8 - .../block/cracked_light_blue_bricks_slab.json | 8 - .../cracked_light_blue_bricks_slab_top.json | 8 - .../cracked_light_blue_bricks_stairs.json | 8 - ...racked_light_blue_bricks_stairs_inner.json | 8 - ...racked_light_blue_bricks_stairs_outer.json | 8 - .../block/cracked_light_blue_tiles.json | 7 - .../block/cracked_light_blue_tiles_slab.json | 8 - .../cracked_light_blue_tiles_slab_top.json | 8 - .../cracked_light_blue_tiles_stairs.json | 8 - ...cracked_light_blue_tiles_stairs_inner.json | 8 - ...cracked_light_blue_tiles_stairs_outer.json | 8 - .../models/block/cracked_nii_wall_1.json | 7 - .../models/block/cracked_red_bricks.json | 7 - .../models/block/cracked_red_bricks_slab.json | 8 - .../block/cracked_red_bricks_slab_top.json | 8 - .../block/cracked_red_bricks_stairs.json | 8 - .../cracked_red_bricks_stairs_inner.json | 8 - .../cracked_red_bricks_stairs_outer.json | 8 - .../block/cracked_red_concrete_slab.json | 8 - .../block/cracked_red_concrete_slab_top.json | 8 - .../block/cracked_red_concrete_stairs.json | 8 - .../cracked_red_concrete_stairs_inner.json | 8 - .../cracked_red_concrete_stairs_outer.json | 8 - .../models/block/cracked_sand_bricks.json | 7 - .../block/cracked_sand_bricks_slab.json | 8 - .../block/cracked_sand_bricks_slab_top.json | 8 - .../block/cracked_sand_bricks_stairs.json | 8 - .../cracked_sand_bricks_stairs_inner.json | 8 - .../cracked_sand_bricks_stairs_outer.json | 8 - .../models/block/cracked_sand_tiles.json | 7 - .../models/block/cracked_sand_tiles_slab.json | 8 - .../block/cracked_sand_tiles_slab_top.json | 8 - .../block/cracked_sand_tiles_stairs.json | 8 - .../cracked_sand_tiles_stairs_inner.json | 8 - .../cracked_sand_tiles_stairs_outer.json | 8 - .../models/block/cracked_teal_tiles.json | 7 - .../models/block/cracked_teal_tiles_slab.json | 8 - .../block/cracked_teal_tiles_slab_top.json | 8 - .../block/cracked_teal_tiles_stairs.json | 8 - .../cracked_teal_tiles_stairs_inner.json | 8 - .../cracked_teal_tiles_stairs_outer.json | 8 - .../models/block/cracked_tuff_bricks.json | 7 - .../block/cracked_tuff_bricks_slab.json | 8 - .../block/cracked_tuff_bricks_slab_top.json | 8 - .../block/cracked_tuff_bricks_stairs.json | 8 - .../cracked_tuff_bricks_stairs_inner.json | 8 - .../cracked_tuff_bricks_stairs_outer.json | 8 - .../models/block/cracked_tuff_tiles.json | 7 - .../models/block/cracked_tuff_tiles_slab.json | 8 - .../block/cracked_tuff_tiles_slab_top.json | 8 - .../block/cracked_tuff_tiles_stairs.json | 8 - .../cracked_tuff_tiles_stairs_inner.json | 8 - .../cracked_tuff_tiles_stairs_outer.json | 8 - .../block/cracked_white_concrete_slab.json | 8 - .../cracked_white_concrete_slab_top.json | 8 - .../block/cracked_white_concrete_stairs.json | 8 - .../cracked_white_concrete_stairs_inner.json | 8 - .../cracked_white_concrete_stairs_outer.json | 8 - .../models/block/cracked_whitewash.json | 7 - .../block/cracked_yellow_concrete_slab.json | 8 - .../cracked_yellow_concrete_slab_top.json | 8 - .../block/cracked_yellow_concrete_stairs.json | 8 - .../cracked_yellow_concrete_stairs_inner.json | 8 - .../cracked_yellow_concrete_stairs_outer.json | 8 - .../models/block/cross_acacia_planks.json | 7 - .../block/cross_acacia_planks_slab.json | 8 - .../block/cross_acacia_planks_slab_top.json | 8 - .../block/cross_acacia_planks_stairs.json | 8 - .../cross_acacia_planks_stairs_inner.json | 8 - .../cross_acacia_planks_stairs_outer.json | 8 - .../models/block/cross_birch_planks.json | 7 - .../models/block/cross_birch_planks_slab.json | 8 - .../block/cross_birch_planks_slab_top.json | 8 - .../block/cross_birch_planks_stairs.json | 8 - .../cross_birch_planks_stairs_inner.json | 8 - .../cross_birch_planks_stairs_outer.json | 8 - .../models/block/cross_brown_linoleum.json | 7 - .../models/block/cross_crimson_planks.json | 7 - .../block/cross_crimson_planks_slab.json | 8 - .../block/cross_crimson_planks_slab_top.json | 8 - .../block/cross_crimson_planks_stairs.json | 8 - .../cross_crimson_planks_stairs_inner.json | 8 - .../cross_crimson_planks_stairs_outer.json | 8 - .../models/block/cross_dark_oak_planks.json | 7 - .../block/cross_dark_oak_planks_slab.json | 8 - .../block/cross_dark_oak_planks_slab_top.json | 8 - .../block/cross_dark_oak_planks_stairs.json | 8 - .../cross_dark_oak_planks_stairs_inner.json | 8 - .../cross_dark_oak_planks_stairs_outer.json | 8 - .../models/block/cross_jungle_planks.json | 7 - .../block/cross_jungle_planks_slab.json | 8 - .../block/cross_jungle_planks_slab_top.json | 8 - .../block/cross_jungle_planks_stairs.json | 8 - .../cross_jungle_planks_stairs_inner.json | 8 - .../cross_jungle_planks_stairs_outer.json | 8 - .../models/block/cross_mangrove_planks.json | 7 - .../block/cross_mangrove_planks_slab.json | 8 - .../block/cross_mangrove_planks_slab_top.json | 8 - .../block/cross_mangrove_planks_stairs.json | 8 - .../cross_mangrove_planks_stairs_inner.json | 8 - .../cross_mangrove_planks_stairs_outer.json | 8 - .../models/block/cross_oak_planks.json | 7 - .../models/block/cross_oak_planks_slab.json | 8 - .../block/cross_oak_planks_slab_top.json | 8 - .../models/block/cross_oak_planks_stairs.json | 8 - .../block/cross_oak_planks_stairs_inner.json | 8 - .../block/cross_oak_planks_stairs_outer.json | 8 - .../models/block/cross_orange_linoleum.json | 7 - .../models/block/cross_sand_tiles.json | 7 - .../models/block/cross_sand_tiles_slab.json | 8 - .../block/cross_sand_tiles_slab_top.json | 8 - .../models/block/cross_sand_tiles_stairs.json | 8 - .../block/cross_sand_tiles_stairs_inner.json | 8 - .../block/cross_sand_tiles_stairs_outer.json | 8 - .../models/block/cross_spruce_planks.json | 7 - .../block/cross_spruce_planks_slab.json | 8 - .../block/cross_spruce_planks_slab_top.json | 8 - .../block/cross_spruce_planks_stairs.json | 8 - .../cross_spruce_planks_stairs_inner.json | 8 - .../cross_spruce_planks_stairs_outer.json | 8 - .../models/block/cyan_linoleum.json | 7 - .../models/block/cyan_linoleum_slab.json | 8 - .../models/block/cyan_linoleum_slab_top.json | 8 - .../models/block/cyan_linoleum_stairs.json | 8 - .../block/cyan_linoleum_stairs_inner.json | 8 - .../block/cyan_linoleum_stairs_outer.json | 8 - .../new_soviet/models/block/cyan_warning.json | 7 - .../models/block/dark_brick_tiles.json | 7 - .../models/block/dark_brick_tiles_slab.json | 8 - .../block/dark_brick_tiles_slab_top.json | 8 - .../models/block/dark_brick_tiles_stairs.json | 8 - .../block/dark_brick_tiles_stairs_inner.json | 8 - .../block/dark_brick_tiles_stairs_outer.json | 8 - .../models/block/deepslate_tiles.json | 7 - .../models/block/deepslate_tiles_slab.json | 8 - .../block/deepslate_tiles_slab_top.json | 8 - .../models/block/deepslate_tiles_stairs.json | 8 - .../block/deepslate_tiles_stairs_inner.json | 8 - .../block/deepslate_tiles_stairs_outer.json | 8 - .../models/block/diagonal_calcite_tiles.json | 7 - .../block/diagonal_deepslate_tiles.json | 7 - .../models/block/diorite_bricks.json | 7 - .../models/block/diorite_bricks_slab.json | 8 - .../models/block/diorite_bricks_slab_top.json | 8 - .../models/block/diorite_bricks_stairs.json | 8 - .../block/diorite_bricks_stairs_inner.json | 8 - .../block/diorite_bricks_stairs_outer.json | 8 - .../models/block/diorite_tiles.json | 7 - .../models/block/dirty_aquamarine_tiles.json | 7 - .../block/dirty_aquamarine_tiles_slab.json | 8 - .../dirty_aquamarine_tiles_slab_top.json | 8 - .../block/dirty_aquamarine_tiles_stairs.json | 8 - .../dirty_aquamarine_tiles_stairs_inner.json | 8 - .../dirty_aquamarine_tiles_stairs_outer.json | 8 - .../models/block/dirty_brick_tiles.json | 7 - .../models/block/dirty_brick_tiles_slab.json | 8 - .../block/dirty_brick_tiles_slab_top.json | 8 - .../block/dirty_brick_tiles_stairs.json | 8 - .../block/dirty_brick_tiles_stairs_inner.json | 8 - .../block/dirty_brick_tiles_stairs_outer.json | 8 - .../models/block/dirty_dark_brick_tiles.json | 7 - .../block/dirty_dark_brick_tiles_slab.json | 8 - .../dirty_dark_brick_tiles_slab_top.json | 8 - .../block/dirty_dark_brick_tiles_stairs.json | 8 - .../dirty_dark_brick_tiles_stairs_inner.json | 8 - .../dirty_dark_brick_tiles_stairs_outer.json | 8 - .../models/block/dripstone_bricks.json | 7 - .../models/block/dripstone_tiles.json | 7 - .../models/block/dripstone_tiles_slab.json | 8 - .../block/dripstone_tiles_slab_top.json | 8 - .../models/block/dripstone_tiles_stairs.json | 8 - .../block/dripstone_tiles_stairs_inner.json | 8 - .../block/dripstone_tiles_stairs_outer.json | 8 - .../models/block/glazed_aquamarine_tiles.json | 7 - .../models/block/glazed_brick_tiles.json | 7 - .../models/block/glazed_light_blue_tiles.json | 7 - .../models/block/glazed_teal_tiles.json | 7 - .../models/block/glazed_white_tiles.json | 7 - .../models/block/gray_linoleum.json | 7 - .../models/block/gray_linoleum_slab.json | 8 - .../models/block/gray_linoleum_slab_top.json | 8 - .../models/block/gray_linoleum_stairs.json | 8 - .../block/gray_linoleum_stairs_inner.json | 8 - .../block/gray_linoleum_stairs_outer.json | 8 - .../new_soviet/models/block/gray_warning.json | 7 - .../new_soviet/models/block/green_bricks.json | 7 - .../models/block/green_bricks_2.json | 7 - .../models/block/green_bricks_2_slab.json | 8 - .../models/block/green_bricks_2_slab_top.json | 8 - .../models/block/green_bricks_2_stairs.json | 8 - .../block/green_bricks_2_stairs_inner.json | 8 - .../block/green_bricks_2_stairs_outer.json | 8 - .../models/block/green_bricks_slab.json | 8 - .../models/block/green_bricks_slab_top.json | 8 - .../models/block/green_bricks_stairs.json | 8 - .../block/green_bricks_stairs_inner.json | 8 - .../block/green_bricks_stairs_outer.json | 8 - .../models/block/green_concrete_slab.json | 8 - .../models/block/green_concrete_slab_top.json | 8 - .../models/block/green_concrete_stairs.json | 8 - .../block/green_concrete_stairs_inner.json | 8 - .../block/green_concrete_stairs_outer.json | 8 - .../models/block/green_linoleum.json | 7 - .../models/block/green_linoleum_slab.json | 8 - .../models/block/green_linoleum_slab_top.json | 8 - .../models/block/green_linoleum_stairs.json | 8 - .../block/green_linoleum_stairs_inner.json | 8 - .../block/green_linoleum_stairs_outer.json | 8 - .../models/block/green_wallpaper.json | 7 - .../models/block/green_warning.json | 7 - .../models/block/green_white_tiles.json | 7 - .../models/block/green_white_tiles_slab.json | 8 - .../block/green_white_tiles_slab_top.json | 8 - .../block/green_white_tiles_stairs.json | 8 - .../block/green_white_tiles_stairs_inner.json | 8 - .../block/green_white_tiles_stairs_outer.json | 8 - .../block/herringbone_acacia_planks.json | 7 - .../block/herringbone_acacia_planks_slab.json | 8 - .../herringbone_acacia_planks_slab_top.json | 8 - .../herringbone_acacia_planks_stairs.json | 8 - ...erringbone_acacia_planks_stairs_inner.json | 8 - ...erringbone_acacia_planks_stairs_outer.json | 8 - .../block/herringbone_birch_planks.json | 7 - .../block/herringbone_birch_planks_slab.json | 8 - .../herringbone_birch_planks_slab_top.json | 8 - .../herringbone_birch_planks_stairs.json | 8 - ...herringbone_birch_planks_stairs_inner.json | 8 - ...herringbone_birch_planks_stairs_outer.json | 8 - .../block/herringbone_crimson_planks.json | 7 - .../herringbone_crimson_planks_slab.json | 8 - .../herringbone_crimson_planks_slab_top.json | 8 - .../herringbone_crimson_planks_stairs.json | 8 - ...rringbone_crimson_planks_stairs_inner.json | 8 - ...rringbone_crimson_planks_stairs_outer.json | 8 - .../block/herringbone_dark_oak_planks.json | 7 - .../herringbone_dark_oak_planks_slab.json | 8 - .../herringbone_dark_oak_planks_slab_top.json | 8 - .../herringbone_dark_oak_planks_stairs.json | 8 - ...ringbone_dark_oak_planks_stairs_inner.json | 8 - ...ringbone_dark_oak_planks_stairs_outer.json | 8 - .../block/herringbone_jungle_planks.json | 7 - .../block/herringbone_jungle_planks_slab.json | 8 - .../herringbone_jungle_planks_slab_top.json | 8 - .../herringbone_jungle_planks_stairs.json | 8 - ...erringbone_jungle_planks_stairs_inner.json | 8 - ...erringbone_jungle_planks_stairs_outer.json | 8 - .../block/herringbone_mangrove_planks.json | 7 - .../herringbone_mangrove_planks_slab.json | 8 - .../herringbone_mangrove_planks_slab_top.json | 8 - .../herringbone_mangrove_planks_stairs.json | 8 - ...ringbone_mangrove_planks_stairs_inner.json | 8 - ...ringbone_mangrove_planks_stairs_outer.json | 8 - .../models/block/herringbone_oak_planks.json | 7 - .../block/herringbone_oak_planks_slab.json | 8 - .../herringbone_oak_planks_slab_top.json | 8 - .../block/herringbone_oak_planks_stairs.json | 8 - .../herringbone_oak_planks_stairs_inner.json | 8 - .../herringbone_oak_planks_stairs_outer.json | 8 - .../models/block/herringbone_parquet.json | 7 - .../block/herringbone_parquet_slab.json | 8 - .../block/herringbone_parquet_slab_top.json | 8 - .../block/herringbone_parquet_stairs.json | 8 - .../herringbone_parquet_stairs_inner.json | 8 - .../herringbone_parquet_stairs_outer.json | 8 - .../models/block/herringbone_sand_tiles.json | 7 - .../block/herringbone_sand_tiles_slab.json | 8 - .../herringbone_sand_tiles_slab_top.json | 8 - .../block/herringbone_sand_tiles_stairs.json | 8 - .../herringbone_sand_tiles_stairs_inner.json | 8 - .../herringbone_sand_tiles_stairs_outer.json | 8 - .../block/herringbone_spruce_planks.json | 7 - .../block/herringbone_spruce_planks_slab.json | 8 - .../herringbone_spruce_planks_slab_top.json | 8 - .../herringbone_spruce_planks_stairs.json | 8 - ...erringbone_spruce_planks_stairs_inner.json | 8 - ...erringbone_spruce_planks_stairs_outer.json | 8 - .../models/block/industrial_warning.json | 7 - .../models/block/light_blue_bricks.json | 7 - .../models/block/light_blue_bricks_slab.json | 8 - .../block/light_blue_bricks_slab_top.json | 8 - .../block/light_blue_bricks_stairs.json | 8 - .../block/light_blue_bricks_stairs_inner.json | 8 - .../block/light_blue_bricks_stairs_outer.json | 8 - .../models/block/light_blue_tiles.json | 7 - .../models/block/light_blue_tiles_slab.json | 8 - .../block/light_blue_tiles_slab_top.json | 8 - .../models/block/light_blue_tiles_stairs.json | 8 - .../block/light_blue_tiles_stairs_inner.json | 8 - .../block/light_blue_tiles_stairs_outer.json | 8 - .../models/block/light_blue_warning.json | 7 - .../new_soviet/models/block/lime_warning.json | 7 - .../models/block/magenta_warning.json | 7 - .../new_soviet/models/block/mattress.json | 43 ---- .../models/block/metal_plating.json | 7 - .../models/block/metal_plating_slab.json | 8 - .../models/block/metal_plating_slab_top.json | 8 - .../models/block/metal_plating_stairs.json | 8 - .../block/metal_plating_stairs_inner.json | 8 - .../block/metal_plating_stairs_outer.json | 8 - .../models/block/mossy_aquamarine_tiles.json | 7 - .../block/mossy_aquamarine_tiles_slab.json | 8 - .../mossy_aquamarine_tiles_slab_top.json | 8 - .../block/mossy_aquamarine_tiles_stairs.json | 8 - .../mossy_aquamarine_tiles_stairs_inner.json | 8 - .../mossy_aquamarine_tiles_stairs_outer.json | 8 - .../models/block/mossy_brick_tiles.json | 7 - .../models/block/mossy_brick_tiles_slab.json | 8 - .../block/mossy_brick_tiles_slab_top.json | 8 - .../block/mossy_brick_tiles_stairs.json | 8 - .../block/mossy_brick_tiles_stairs_inner.json | 8 - .../block/mossy_brick_tiles_stairs_outer.json | 8 - .../models/block/mossy_calcite_tiles.json | 7 - .../block/mossy_calcite_tiles_slab.json | 8 - .../block/mossy_calcite_tiles_slab_top.json | 8 - .../block/mossy_calcite_tiles_stairs.json | 8 - .../mossy_calcite_tiles_stairs_inner.json | 8 - .../mossy_calcite_tiles_stairs_outer.json | 8 - .../models/block/mossy_dark_brick_tiles.json | 7 - .../block/mossy_dark_brick_tiles_slab.json | 8 - .../mossy_dark_brick_tiles_slab_top.json | 8 - .../block/mossy_dark_brick_tiles_stairs.json | 8 - .../mossy_dark_brick_tiles_stairs_inner.json | 8 - .../mossy_dark_brick_tiles_stairs_outer.json | 8 - .../models/block/mossy_deepslate_tiles.json | 7 - .../block/mossy_deepslate_tiles_slab.json | 8 - .../block/mossy_deepslate_tiles_slab_top.json | 8 - .../block/mossy_deepslate_tiles_stairs.json | 8 - .../mossy_deepslate_tiles_stairs_inner.json | 8 - .../mossy_deepslate_tiles_stairs_outer.json | 8 - .../models/block/mossy_diorite_bricks.json | 7 - .../block/mossy_diorite_bricks_slab.json | 8 - .../block/mossy_diorite_bricks_slab_top.json | 8 - .../block/mossy_diorite_bricks_stairs.json | 8 - .../mossy_diorite_bricks_stairs_inner.json | 8 - .../mossy_diorite_bricks_stairs_outer.json | 8 - .../models/block/mossy_diorite_tiles.json | 7 - .../models/block/mossy_dripstone_tiles.json | 7 - .../block/mossy_dripstone_tiles_slab.json | 8 - .../block/mossy_dripstone_tiles_slab_top.json | 8 - .../block/mossy_dripstone_tiles_stairs.json | 8 - .../mossy_dripstone_tiles_stairs_inner.json | 8 - .../mossy_dripstone_tiles_stairs_outer.json | 8 - .../models/block/mossy_green_bricks.json | 7 - .../models/block/mossy_green_bricks_2.json | 7 - .../block/mossy_green_bricks_2_slab.json | 8 - .../block/mossy_green_bricks_2_slab_top.json | 8 - .../block/mossy_green_bricks_2_stairs.json | 8 - .../mossy_green_bricks_2_stairs_inner.json | 8 - .../mossy_green_bricks_2_stairs_outer.json | 8 - .../models/block/mossy_green_bricks_slab.json | 8 - .../block/mossy_green_bricks_slab_top.json | 8 - .../block/mossy_green_bricks_stairs.json | 8 - .../mossy_green_bricks_stairs_inner.json | 8 - .../mossy_green_bricks_stairs_outer.json | 8 - .../models/block/mossy_green_white_tiles.json | 7 - .../block/mossy_green_white_tiles_slab.json | 8 - .../mossy_green_white_tiles_slab_top.json | 8 - .../block/mossy_green_white_tiles_stairs.json | 8 - .../mossy_green_white_tiles_stairs_inner.json | 8 - .../mossy_green_white_tiles_stairs_outer.json | 8 - .../models/block/mossy_light_blue_bricks.json | 7 - .../block/mossy_light_blue_bricks_slab.json | 8 - .../mossy_light_blue_bricks_slab_top.json | 8 - .../block/mossy_light_blue_bricks_stairs.json | 8 - .../mossy_light_blue_bricks_stairs_inner.json | 8 - .../mossy_light_blue_bricks_stairs_outer.json | 8 - .../models/block/mossy_light_blue_tiles.json | 7 - .../block/mossy_light_blue_tiles_slab.json | 8 - .../mossy_light_blue_tiles_slab_top.json | 8 - .../block/mossy_light_blue_tiles_stairs.json | 8 - .../mossy_light_blue_tiles_stairs_inner.json | 8 - .../mossy_light_blue_tiles_stairs_outer.json | 8 - .../models/block/mossy_red_bricks.json | 7 - .../models/block/mossy_red_bricks_slab.json | 8 - .../block/mossy_red_bricks_slab_top.json | 8 - .../models/block/mossy_red_bricks_stairs.json | 8 - .../block/mossy_red_bricks_stairs_inner.json | 8 - .../block/mossy_red_bricks_stairs_outer.json | 8 - .../models/block/mossy_sand_bricks.json | 7 - .../models/block/mossy_sand_bricks_slab.json | 8 - .../block/mossy_sand_bricks_slab_top.json | 8 - .../block/mossy_sand_bricks_stairs.json | 8 - .../block/mossy_sand_bricks_stairs_inner.json | 8 - .../block/mossy_sand_bricks_stairs_outer.json | 8 - .../models/block/mossy_sand_tiles.json | 7 - .../models/block/mossy_sand_tiles_slab.json | 8 - .../block/mossy_sand_tiles_slab_top.json | 8 - .../models/block/mossy_sand_tiles_stairs.json | 8 - .../block/mossy_sand_tiles_stairs_inner.json | 8 - .../block/mossy_sand_tiles_stairs_outer.json | 8 - .../models/block/mossy_teal_tiles.json | 7 - .../models/block/mossy_teal_tiles_slab.json | 8 - .../block/mossy_teal_tiles_slab_top.json | 8 - .../models/block/mossy_teal_tiles_stairs.json | 8 - .../block/mossy_teal_tiles_stairs_inner.json | 8 - .../block/mossy_teal_tiles_stairs_outer.json | 8 - .../models/block/mossy_tuff_bricks.json | 7 - .../models/block/mossy_tuff_bricks_slab.json | 8 - .../block/mossy_tuff_bricks_slab_top.json | 8 - .../block/mossy_tuff_bricks_stairs.json | 8 - .../block/mossy_tuff_bricks_stairs_inner.json | 8 - .../block/mossy_tuff_bricks_stairs_outer.json | 8 - .../models/block/mossy_tuff_tiles.json | 7 - .../models/block/mossy_tuff_tiles_slab.json | 8 - .../block/mossy_tuff_tiles_slab_top.json | 8 - .../models/block/mossy_tuff_tiles_stairs.json | 8 - .../block/mossy_tuff_tiles_stairs_inner.json | 8 - .../block/mossy_tuff_tiles_stairs_outer.json | 8 - .../new_soviet/models/block/nii_floor.json | 7 - .../models/block/nii_floor_slab.json | 8 - .../models/block/nii_floor_slab_top.json | 8 - .../models/block/nii_floor_stairs.json | 8 - .../models/block/nii_floor_stairs_inner.json | 8 - .../models/block/nii_floor_stairs_outer.json | 8 - .../new_soviet/models/block/nii_wall_1.json | 7 - .../new_soviet/models/block/nii_wall_2.json | 7 - .../new_soviet/models/block/nii_wall_3.json | 7 - .../models/block/orange_linoleum.json | 7 - .../models/block/orange_linoleum_slab.json | 8 - .../block/orange_linoleum_slab_top.json | 8 - .../models/block/orange_linoleum_stairs.json | 8 - .../block/orange_linoleum_stairs_inner.json | 8 - .../block/orange_linoleum_stairs_outer.json | 8 - .../models/block/orange_warning.json | 7 - .../models/block/purple_warning.json | 7 - .../new_soviet/models/block/red_bricks.json | 7 - .../models/block/red_bricks_slab.json | 8 - .../models/block/red_bricks_slab_top.json | 8 - .../models/block/red_bricks_stairs.json | 8 - .../models/block/red_bricks_stairs_inner.json | 8 - .../models/block/red_bricks_stairs_outer.json | 8 - .../models/block/red_concrete_slab.json | 8 - .../models/block/red_concrete_slab_top.json | 8 - .../models/block/red_concrete_stairs.json | 8 - .../block/red_concrete_stairs_inner.json | 8 - .../block/red_concrete_stairs_outer.json | 8 - .../new_soviet/models/block/red_linoleum.json | 7 - .../models/block/red_linoleum_slab.json | 8 - .../models/block/red_linoleum_slab_top.json | 8 - .../models/block/red_linoleum_stairs.json | 8 - .../block/red_linoleum_stairs_inner.json | 8 - .../block/red_linoleum_stairs_outer.json | 8 - .../new_soviet/models/block/red_mattress.json | 7 - .../new_soviet/models/block/red_warning.json | 7 - .../new_soviet/models/block/sand_bricks.json | 7 - .../models/block/sand_bricks_slab.json | 8 - .../models/block/sand_bricks_slab_top.json | 8 - .../models/block/sand_bricks_stairs.json | 8 - .../block/sand_bricks_stairs_inner.json | 8 - .../block/sand_bricks_stairs_outer.json | 8 - .../new_soviet/models/block/sand_tiles.json | 7 - .../models/block/sand_tiles_slab.json | 8 - .../models/block/sand_tiles_slab_top.json | 8 - .../models/block/sand_tiles_stairs.json | 8 - .../models/block/sand_tiles_stairs_inner.json | 8 - .../models/block/sand_tiles_stairs_outer.json | 8 - .../models/block/separated_parquet.json | 7 - .../models/block/separated_parquet_slab.json | 8 - .../block/separated_parquet_slab_top.json | 8 - .../block/separated_parquet_stairs.json | 8 - .../block/separated_parquet_stairs_inner.json | 8 - .../block/separated_parquet_stairs_outer.json | 8 - .../models/block/small_aquamarine_tiles.json | 7 - .../block/small_cracked_aquamarine_tiles.json | 7 - .../block/small_cracked_deepslate_tiles.json | 7 - .../block/small_cracked_diorite_tiles.json | 7 - .../block/small_cracked_granite_tiles.json | 7 - .../block/small_cracked_light_blue_tiles.json | 7 - .../block/small_cracked_sand_tiles.json | 7 - .../block/small_cracked_teal_tiles.json | 7 - .../block/small_cracked_white_tiles.json | 7 - .../block/small_cracked_yellow_tiles.json | 7 - .../models/block/small_deepslate_tiles.json | 7 - .../models/block/small_diorite_tiles.json | 7 - .../models/block/small_granite_tiles.json | 7 - .../models/block/small_light_blue_tiles.json | 7 - .../models/block/small_sand_tiles.json | 7 - .../models/block/small_teal_tiles.json | 7 - .../models/block/small_white_tiles.json | 7 - .../models/block/small_yellow_tiles.json | 7 - .../models/block/straight_parquet.json | 7 - .../models/block/straight_parquet_slab.json | 8 - .../block/straight_parquet_slab_top.json | 8 - .../models/block/straight_parquet_stairs.json | 8 - .../block/straight_parquet_stairs_inner.json | 8 - .../block/straight_parquet_stairs_outer.json | 8 - .../new_soviet/models/block/teal_tiles.json | 7 - .../models/block/teal_tiles_slab.json | 8 - .../models/block/teal_tiles_slab_top.json | 8 - .../models/block/teal_tiles_stairs.json | 8 - .../models/block/teal_tiles_stairs_inner.json | 8 - .../models/block/teal_tiles_stairs_outer.json | 8 - .../new_soviet/models/block/tuff_bricks.json | 7 - .../models/block/tuff_bricks_slab.json | 8 - .../models/block/tuff_bricks_slab_top.json | 8 - .../models/block/tuff_bricks_stairs.json | 8 - .../block/tuff_bricks_stairs_inner.json | 8 - .../block/tuff_bricks_stairs_outer.json | 8 - .../new_soviet/models/block/tuff_tiles.json | 7 - .../models/block/tuff_tiles_slab.json | 8 - .../models/block/tuff_tiles_slab_top.json | 8 - .../models/block/tuff_tiles_stairs.json | 8 - .../models/block/tuff_tiles_stairs_inner.json | 8 - .../models/block/tuff_tiles_stairs_outer.json | 8 - .../block/variated_light_blue_tiles.json | 7 - .../block/variated_light_blue_tiles_slab.json | 8 - .../variated_light_blue_tiles_slab_top.json | 8 - .../variated_light_blue_tiles_stairs.json | 8 - ...ariated_light_blue_tiles_stairs_inner.json | 8 - ...ariated_light_blue_tiles_stairs_outer.json | 8 - .../models/block/variated_teal_tiles.json | 7 - .../block/variated_teal_tiles_slab.json | 8 - .../block/variated_teal_tiles_slab_top.json | 8 - .../block/variated_teal_tiles_stairs.json | 8 - .../variated_teal_tiles_stairs_inner.json | 8 - .../variated_teal_tiles_stairs_outer.json | 8 - .../models/block/very_cracked_whitewash.json | 7 - .../models/block/white_concrete_slab.json | 8 - .../models/block/white_concrete_slab_top.json | 8 - .../models/block/white_concrete_stairs.json | 8 - .../block/white_concrete_stairs_inner.json | 8 - .../block/white_concrete_stairs_outer.json | 8 - .../new_soviet/models/block/whitewash.json | 7 - .../models/block/yellow_concrete_slab.json | 8 - .../block/yellow_concrete_slab_top.json | 8 - .../models/block/yellow_concrete_stairs.json | 8 - .../block/yellow_concrete_stairs_inner.json | 8 - .../block/yellow_concrete_stairs_outer.json | 8 - .../models/block/yellow_warning.json | 7 - .../models/item/aquamarine_tiles_slab.json | 3 - .../models/item/aquamarine_tiles_stairs.json | 3 - .../models/item/beige_concrete_slab.json | 3 - .../models/item/beige_concrete_stairs.json | 3 - .../models/item/big_green_tiles_cracked.json | 4 - .../models/item/big_sand_bricks_slab.json | 3 - .../models/item/big_sand_bricks_stairs.json | 3 - .../models/item/blue_concrete_slab.json | 3 - .../models/item/blue_concrete_stairs.json | 3 - .../models/item/blue_linoleum_slab.json | 3 - .../models/item/blue_linoleum_stairs.json | 3 - .../models/item/brick_tiles_slab.json | 3 - .../models/item/brick_tiles_stairs.json | 3 - .../models/item/brown_linoleum_slab.json | 3 - .../models/item/brown_linoleum_stairs.json | 3 - .../models/item/calcite_tiles_slab.json | 3 - .../models/item/calcite_tiles_stairs.json | 3 - .../models/item/chiseled_birch_door.json | 2 +- .../models/item/chiseled_mangrove_door.json | 2 +- .../models/item/chiseled_oak_door.json | 2 +- .../models/item/chiseled_spruce_door.json | 2 +- .../item/cracked_aquamarine_tiles_slab.json | 3 - .../item/cracked_aquamarine_tiles_stairs.json | 3 - .../item/cracked_beige_concrete_slab.json | 3 - .../item/cracked_beige_concrete_stairs.json | 3 - .../item/cracked_blue_concrete_slab.json | 3 - .../item/cracked_blue_concrete_stairs.json | 3 - .../models/item/cracked_brick_tiles_slab.json | 3 - .../item/cracked_brick_tiles_stairs.json | 3 - .../item/cracked_calcite_tiles_slab.json | 3 - .../item/cracked_calcite_tiles_stairs.json | 3 - .../item/cracked_dark_brick_tiles_slab.json | 3 - .../item/cracked_dark_brick_tiles_stairs.json | 3 - .../item/cracked_deepslate_tiles_slab.json | 3 - .../item/cracked_deepslate_tiles_stairs.json | 3 - .../item/cracked_diorite_bricks_slab.json | 3 - .../item/cracked_diorite_bricks_stairs.json | 3 - .../models/item/cracked_diorite_tiles.json | 4 - .../item/cracked_dripstone_tiles_slab.json | 3 - .../item/cracked_dripstone_tiles_stairs.json | 3 - .../item/cracked_green_bricks_2_slab.json | 3 - .../item/cracked_green_bricks_2_stairs.json | 3 - .../item/cracked_green_bricks_slab.json | 3 - .../item/cracked_green_bricks_stairs.json | 3 - .../item/cracked_green_concrete_slab.json | 3 - .../item/cracked_green_concrete_stairs.json | 3 - .../item/cracked_green_white_tiles_slab.json | 3 - .../cracked_green_white_tiles_stairs.json | 3 - .../item/cracked_light_blue_bricks.json | 4 - .../item/cracked_light_blue_bricks_slab.json | 3 - .../cracked_light_blue_bricks_stairs.json | 3 - .../item/cracked_light_blue_tiles_slab.json | 3 - .../item/cracked_light_blue_tiles_stairs.json | 3 - .../models/item/cracked_red_bricks_slab.json | 3 - .../item/cracked_red_bricks_stairs.json | 3 - .../item/cracked_red_concrete_slab.json | 3 - .../item/cracked_red_concrete_stairs.json | 3 - .../models/item/cracked_sand_bricks_slab.json | 3 - .../item/cracked_sand_bricks_stairs.json | 3 - .../models/item/cracked_sand_tiles_slab.json | 3 - .../item/cracked_sand_tiles_stairs.json | 3 - .../models/item/cracked_teal_tiles_slab.json | 3 - .../item/cracked_teal_tiles_stairs.json | 3 - .../models/item/cracked_tuff_bricks_slab.json | 3 - .../item/cracked_tuff_bricks_stairs.json | 3 - .../models/item/cracked_tuff_tiles_slab.json | 3 - .../item/cracked_tuff_tiles_stairs.json | 3 - .../item/cracked_white_concrete_slab.json | 3 - .../item/cracked_white_concrete_stairs.json | 3 - .../item/cracked_yellow_concrete_slab.json | 3 - .../item/cracked_yellow_concrete_stairs.json | 3 - .../models/item/cross_acacia_planks_slab.json | 3 - .../item/cross_acacia_planks_stairs.json | 3 - .../models/item/cross_birch_planks_slab.json | 3 - .../item/cross_birch_planks_stairs.json | 3 - .../item/cross_crimson_planks_slab.json | 3 - .../item/cross_crimson_planks_stairs.json | 3 - .../item/cross_dark_oak_planks_slab.json | 3 - .../item/cross_dark_oak_planks_stairs.json | 3 - .../models/item/cross_jungle_planks_slab.json | 3 - .../item/cross_jungle_planks_stairs.json | 3 - .../item/cross_mangrove_planks_slab.json | 3 - .../item/cross_mangrove_planks_stairs.json | 3 - .../models/item/cross_oak_planks_slab.json | 3 - .../models/item/cross_oak_planks_stairs.json | 3 - .../models/item/cross_sand_tiles_slab.json | 3 - .../models/item/cross_sand_tiles_stairs.json | 3 - .../models/item/cross_spruce_planks_slab.json | 3 - .../item/cross_spruce_planks_stairs.json | 3 - .../models/item/cyan_linoleum_slab.json | 3 - .../models/item/cyan_linoleum_stairs.json | 3 - .../models/item/dark_brick_tiles_slab.json | 3 - .../models/item/dark_brick_tiles_stairs.json | 3 - .../models/item/deepslate_tiles_slab.json | 3 - .../models/item/deepslate_tiles_stairs.json | 3 - .../models/item/diorite_bricks_slab.json | 3 - .../models/item/diorite_bricks_stairs.json | 3 - .../new_soviet/models/item/diorite_tiles.json | 4 - .../item/dirty_aquamarine_tiles_slab.json | 3 - .../item/dirty_aquamarine_tiles_stairs.json | 3 - .../models/item/dirty_brick_tiles_slab.json | 3 - .../models/item/dirty_brick_tiles_stairs.json | 3 - .../item/dirty_dark_brick_tiles_slab.json | 3 - .../item/dirty_dark_brick_tiles_stairs.json | 3 - .../models/item/dripstone_tiles_slab.json | 3 - .../models/item/dripstone_tiles_stairs.json | 3 - .../models/item/gray_linoleum_slab.json | 3 - .../models/item/gray_linoleum_stairs.json | 3 - .../models/item/green_bricks_2_slab.json | 3 - .../models/item/green_bricks_2_stairs.json | 3 - .../models/item/green_bricks_slab.json | 3 - .../models/item/green_bricks_stairs.json | 3 - .../models/item/green_concrete_slab.json | 3 - .../models/item/green_concrete_stairs.json | 3 - .../models/item/green_linoleum_slab.json | 3 - .../models/item/green_linoleum_stairs.json | 3 - .../models/item/green_white_tiles_slab.json | 3 - .../models/item/green_white_tiles_stairs.json | 3 - .../item/herringbone_acacia_planks_slab.json | 3 - .../herringbone_acacia_planks_stairs.json | 3 - .../item/herringbone_birch_planks_slab.json | 3 - .../item/herringbone_birch_planks_stairs.json | 3 - .../item/herringbone_crimson_planks_slab.json | 3 - .../herringbone_crimson_planks_stairs.json | 3 - .../herringbone_dark_oak_planks_slab.json | 3 - .../herringbone_dark_oak_planks_stairs.json | 3 - .../item/herringbone_jungle_planks_slab.json | 3 - .../herringbone_jungle_planks_stairs.json | 3 - .../herringbone_mangrove_planks_slab.json | 3 - .../herringbone_mangrove_planks_stairs.json | 3 - .../item/herringbone_oak_planks_slab.json | 3 - .../item/herringbone_oak_planks_stairs.json | 3 - .../models/item/herringbone_parquet_slab.json | 3 - .../item/herringbone_parquet_stairs.json | 3 - .../item/herringbone_sand_tiles_slab.json | 3 - .../item/herringbone_sand_tiles_stairs.json | 3 - .../item/herringbone_spruce_planks_slab.json | 3 - .../herringbone_spruce_planks_stairs.json | 3 - .../new_soviet/models/item/landmine.json | 3 - .../models/item/light_blue_bricks_slab.json | 3 - .../models/item/light_blue_bricks_stairs.json | 3 - .../models/item/light_blue_tiles_slab.json | 3 - .../models/item/light_blue_tiles_stairs.json | 3 - .../models/item/metal_plating_slab.json | 3 - .../models/item/metal_plating_stairs.json | 3 - .../item/mossy_aquamarine_tiles_slab.json | 3 - .../item/mossy_aquamarine_tiles_stairs.json | 3 - .../models/item/mossy_brick_tiles_slab.json | 3 - .../models/item/mossy_brick_tiles_stairs.json | 3 - .../models/item/mossy_calcite_tiles_slab.json | 3 - .../item/mossy_calcite_tiles_stairs.json | 3 - .../item/mossy_dark_brick_tiles_slab.json | 3 - .../item/mossy_dark_brick_tiles_stairs.json | 3 - .../item/mossy_deepslate_tiles_slab.json | 3 - .../item/mossy_deepslate_tiles_stairs.json | 3 - .../item/mossy_diorite_bricks_slab.json | 3 - .../item/mossy_diorite_bricks_stairs.json | 3 - .../models/item/mossy_diorite_tiles.json | 4 - .../item/mossy_dripstone_tiles_slab.json | 3 - .../item/mossy_dripstone_tiles_stairs.json | 3 - .../item/mossy_green_bricks_2_slab.json | 3 - .../item/mossy_green_bricks_2_stairs.json | 3 - .../models/item/mossy_green_bricks_slab.json | 3 - .../item/mossy_green_bricks_stairs.json | 3 - .../item/mossy_green_white_tiles_slab.json | 3 - .../item/mossy_green_white_tiles_stairs.json | 3 - .../item/mossy_light_blue_bricks_slab.json | 3 - .../item/mossy_light_blue_bricks_stairs.json | 3 - .../item/mossy_light_blue_tiles_slab.json | 3 - .../item/mossy_light_blue_tiles_stairs.json | 3 - .../models/item/mossy_red_bricks_slab.json | 3 - .../models/item/mossy_red_bricks_stairs.json | 3 - .../models/item/mossy_sand_bricks_slab.json | 3 - .../models/item/mossy_sand_bricks_stairs.json | 3 - .../models/item/mossy_sand_tiles_slab.json | 3 - .../models/item/mossy_sand_tiles_stairs.json | 3 - .../models/item/mossy_teal_tiles_slab.json | 3 - .../models/item/mossy_teal_tiles_stairs.json | 3 - .../models/item/mossy_tuff_bricks_slab.json | 3 - .../models/item/mossy_tuff_bricks_stairs.json | 3 - .../models/item/mossy_tuff_tiles_slab.json | 3 - .../models/item/mossy_tuff_tiles_stairs.json | 3 - .../models/item/nii_floor_slab.json | 3 - .../models/item/nii_floor_stairs.json | 3 - .../models/item/orange_linoleum_slab.json | 3 - .../models/item/orange_linoleum_stairs.json | 3 - .../models/item/red_bricks_slab.json | 3 - .../models/item/red_bricks_stairs.json | 3 - .../models/item/red_concrete_slab.json | 3 - .../models/item/red_concrete_stairs.json | 3 - .../models/item/red_linoleum_slab.json | 3 - .../models/item/red_linoleum_stairs.json | 3 - .../models/item/sand_bricks_slab.json | 3 - .../models/item/sand_bricks_stairs.json | 3 - .../models/item/sand_tiles_slab.json | 3 - .../models/item/sand_tiles_stairs.json | 3 - .../models/item/separated_parquet_slab.json | 3 - .../models/item/separated_parquet_stairs.json | 3 - .../models/item/straight_parquet_slab.json | 3 - .../models/item/straight_parquet_stairs.json | 3 - .../models/item/teal_tiles_slab.json | 3 - .../models/item/teal_tiles_stairs.json | 3 - .../models/item/tuff_bricks_slab.json | 3 - .../models/item/tuff_bricks_stairs.json | 3 - .../models/item/tuff_tiles_slab.json | 3 - .../models/item/tuff_tiles_stairs.json | 3 - .../item/variated_light_blue_tiles_slab.json | 3 - .../variated_light_blue_tiles_stairs.json | 3 - .../models/item/variated_teal_tiles_slab.json | 3 - .../item/variated_teal_tiles_stairs.json | 3 - .../models/item/white_concrete_slab.json | 3 - .../models/item/white_concrete_stairs.json | 3 - .../models/item/yellow_concrete_slab.json | 3 - .../models/item/yellow_concrete_stairs.json | 3 - ...e_warning_stripes.png => blue_warning.png} | Bin ...n_warning_stripes.png => cyan_warning.png} | Bin ...y_warning_stripes.png => gray_warning.png} | Bin ..._warning_stripes.png => green_warning.png} | Bin ...ing_stripes.png => industrial_warning.png} | Bin ...ing_stripes.png => light_blue_warning.png} | Bin ...e_warning_stripes.png => lime_warning.png} | Bin ...arning_stripes.png => magenta_warning.png} | Bin ...warning_stripes.png => orange_warning.png} | Bin ...warning_stripes.png => purple_warning.png} | Bin ...ed_warning_stripes.png => red_warning.png} | Bin ...warning_stripes.png => yellow_warning.png} | Bin 1582 files changed, 1049 insertions(+), 28762 deletions(-) rename src/main/{resources => generated}/assets/new_soviet/blockstates/aquamarine_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/beige_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/beige_wallpaper.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/big_diorite_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/big_granite_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/big_green_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/big_sand_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/big_sand_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/big_tuff_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/blue_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/blue_linoleum.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/blue_warning.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/brick_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/brown_linoleum.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/brown_wallpaper.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/calcite_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_aquamarine_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_beige_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_blue_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_brick_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_calcite_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_dark_brick_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_deepslate_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_diorite_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_dripstone_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_glazed_aquamarine_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_glazed_brick_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_glazed_light_blue_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_glazed_teal_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_glazed_white_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_green_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_green_bricks_2.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_green_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_green_white_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_light_blue_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_nii_wall_1.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_red_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_red_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_sand_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_sand_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_teal_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_tuff_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_tuff_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_white_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_whitewash.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cracked_yellow_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cross_acacia_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cross_birch_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cross_brown_linoleum.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cross_crimson_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cross_dark_oak_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cross_jungle_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cross_mangrove_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cross_oak_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cross_orange_linoleum.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cross_sand_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cross_spruce_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cyan_linoleum.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/cyan_warning.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/dark_brick_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/deepslate_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/diagonal_calcite_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/diagonal_deepslate_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/diorite_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/dirty_aquamarine_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/dirty_brick_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/dirty_dark_brick_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/dripstone_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/dripstone_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/glazed_aquamarine_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/glazed_brick_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/glazed_light_blue_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/glazed_teal_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/glazed_white_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/gray_linoleum.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/gray_warning.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/green_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/green_bricks_2.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/green_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/green_linoleum.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/green_wallpaper.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/green_warning.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/green_white_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/herringbone_acacia_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/herringbone_birch_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/herringbone_crimson_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/herringbone_dark_oak_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/herringbone_jungle_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/herringbone_mangrove_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/herringbone_oak_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/herringbone_parquet.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/herringbone_sand_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/herringbone_spruce_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/industrial_warning.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/light_blue_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/light_blue_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/light_blue_warning.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/lime_warning.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/magenta_warning.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/metal_plating.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_aquamarine_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_brick_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_calcite_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_dark_brick_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_deepslate_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_diorite_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_dripstone_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_green_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_green_bricks_2.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_green_white_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_light_blue_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_light_blue_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_red_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_sand_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_sand_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_teal_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_tuff_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/mossy_tuff_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/nii_floor.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/nii_wall_1.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/nii_wall_2.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/nii_wall_3.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/orange_linoleum.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/orange_warning.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/purple_warning.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/red_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/red_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/red_linoleum.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/red_warning.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/sand_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/sand_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/separated_parquet.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_aquamarine_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_cracked_aquamarine_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_cracked_deepslate_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_cracked_diorite_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_cracked_granite_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_cracked_light_blue_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_cracked_sand_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_cracked_teal_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_cracked_white_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_cracked_yellow_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_deepslate_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_diorite_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_granite_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_light_blue_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_sand_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_teal_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_white_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/small_yellow_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/straight_parquet.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/teal_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/tuff_bricks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/tuff_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/variated_light_blue_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/variated_teal_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/very_cracked_whitewash.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/white_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/whitewash.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/yellow_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/blockstates/yellow_warning.json (100%) create mode 100644 src/main/generated/assets/new_soviet/models/block/aquamarine_tiles.json rename src/main/{resources => generated}/assets/new_soviet/models/block/beige_concrete.json (100%) create mode 100644 src/main/generated/assets/new_soviet/models/block/beige_wallpaper.json create mode 100644 src/main/generated/assets/new_soviet/models/block/big_diorite_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/big_granite_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/big_green_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/big_sand_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/big_sand_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/big_tuff_tiles.json rename src/main/{resources => generated}/assets/new_soviet/models/block/blue_concrete.json (100%) create mode 100644 src/main/generated/assets/new_soviet/models/block/blue_linoleum.json create mode 100644 src/main/generated/assets/new_soviet/models/block/blue_warning.json create mode 100644 src/main/generated/assets/new_soviet/models/block/brick_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/brown_linoleum.json create mode 100644 src/main/generated/assets/new_soviet/models/block/brown_wallpaper.json create mode 100644 src/main/generated/assets/new_soviet/models/block/calcite_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_aquamarine_tiles.json rename src/main/{resources => generated}/assets/new_soviet/models/block/cracked_beige_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/block/cracked_blue_concrete.json (100%) create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_brick_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_calcite_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_dark_brick_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_deepslate_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_diorite_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_dripstone_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_glazed_aquamarine_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_glazed_brick_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_glazed_light_blue_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_glazed_teal_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_glazed_white_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_green_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_green_bricks_2.json rename src/main/{resources => generated}/assets/new_soviet/models/block/cracked_green_concrete.json (100%) create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_green_white_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_light_blue_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_nii_wall_1.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_red_bricks.json rename src/main/{resources => generated}/assets/new_soviet/models/block/cracked_red_concrete.json (100%) create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_sand_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_sand_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_teal_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_tuff_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_tuff_tiles.json rename src/main/{resources => generated}/assets/new_soviet/models/block/cracked_white_concrete.json (100%) create mode 100644 src/main/generated/assets/new_soviet/models/block/cracked_whitewash.json rename src/main/{resources => generated}/assets/new_soviet/models/block/cracked_yellow_concrete.json (100%) create mode 100644 src/main/generated/assets/new_soviet/models/block/cross_acacia_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cross_birch_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cross_brown_linoleum.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cross_crimson_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cross_dark_oak_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cross_jungle_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cross_mangrove_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cross_oak_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cross_orange_linoleum.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cross_sand_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cross_spruce_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cyan_linoleum.json create mode 100644 src/main/generated/assets/new_soviet/models/block/cyan_warning.json create mode 100644 src/main/generated/assets/new_soviet/models/block/dark_brick_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/deepslate_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/diagonal_calcite_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/diagonal_deepslate_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/diorite_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/dirty_aquamarine_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/dirty_brick_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/dirty_dark_brick_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/dripstone_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/dripstone_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/glazed_aquamarine_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/glazed_brick_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/glazed_light_blue_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/glazed_teal_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/glazed_white_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/gray_linoleum.json create mode 100644 src/main/generated/assets/new_soviet/models/block/gray_warning.json create mode 100644 src/main/generated/assets/new_soviet/models/block/green_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/green_bricks_2.json rename src/main/{resources => generated}/assets/new_soviet/models/block/green_concrete.json (100%) create mode 100644 src/main/generated/assets/new_soviet/models/block/green_linoleum.json create mode 100644 src/main/generated/assets/new_soviet/models/block/green_wallpaper.json create mode 100644 src/main/generated/assets/new_soviet/models/block/green_warning.json create mode 100644 src/main/generated/assets/new_soviet/models/block/green_white_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/herringbone_acacia_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/herringbone_birch_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/herringbone_crimson_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/herringbone_dark_oak_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/herringbone_jungle_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/herringbone_mangrove_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/herringbone_oak_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/herringbone_parquet.json create mode 100644 src/main/generated/assets/new_soviet/models/block/herringbone_sand_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/herringbone_spruce_planks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/industrial_warning.json create mode 100644 src/main/generated/assets/new_soviet/models/block/light_blue_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/light_blue_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/light_blue_warning.json create mode 100644 src/main/generated/assets/new_soviet/models/block/lime_warning.json create mode 100644 src/main/generated/assets/new_soviet/models/block/magenta_warning.json create mode 100644 src/main/generated/assets/new_soviet/models/block/metal_plating.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_aquamarine_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_brick_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_calcite_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_dark_brick_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_deepslate_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_diorite_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_dripstone_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_green_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_green_bricks_2.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_green_white_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_light_blue_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_light_blue_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_red_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_sand_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_sand_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_teal_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_tuff_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/mossy_tuff_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/nii_floor.json create mode 100644 src/main/generated/assets/new_soviet/models/block/nii_wall_1.json create mode 100644 src/main/generated/assets/new_soviet/models/block/nii_wall_2.json create mode 100644 src/main/generated/assets/new_soviet/models/block/nii_wall_3.json create mode 100644 src/main/generated/assets/new_soviet/models/block/orange_linoleum.json create mode 100644 src/main/generated/assets/new_soviet/models/block/orange_warning.json create mode 100644 src/main/generated/assets/new_soviet/models/block/purple_warning.json create mode 100644 src/main/generated/assets/new_soviet/models/block/red_bricks.json rename src/main/{resources => generated}/assets/new_soviet/models/block/red_concrete.json (100%) create mode 100644 src/main/generated/assets/new_soviet/models/block/red_linoleum.json create mode 100644 src/main/generated/assets/new_soviet/models/block/red_warning.json create mode 100644 src/main/generated/assets/new_soviet/models/block/sand_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/sand_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/separated_parquet.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_aquamarine_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_cracked_aquamarine_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_cracked_deepslate_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_cracked_diorite_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_cracked_granite_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_cracked_light_blue_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_cracked_sand_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_cracked_teal_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_cracked_white_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_cracked_yellow_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_deepslate_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_diorite_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_granite_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_light_blue_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_sand_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_teal_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_white_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/small_yellow_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/straight_parquet.json create mode 100644 src/main/generated/assets/new_soviet/models/block/teal_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/tuff_bricks.json create mode 100644 src/main/generated/assets/new_soviet/models/block/tuff_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/variated_light_blue_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/variated_teal_tiles.json create mode 100644 src/main/generated/assets/new_soviet/models/block/very_cracked_whitewash.json rename src/main/{resources => generated}/assets/new_soviet/models/block/white_concrete.json (100%) create mode 100644 src/main/generated/assets/new_soviet/models/block/whitewash.json rename src/main/{resources => generated}/assets/new_soviet/models/block/yellow_concrete.json (100%) create mode 100644 src/main/generated/assets/new_soviet/models/block/yellow_warning.json rename src/main/{resources => generated}/assets/new_soviet/models/item/aquamarine_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/beige_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/beige_wallpaper.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/big_diorite_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/big_granite_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/big_green_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/big_sand_bricks.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/big_sand_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/big_tuff_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/blue_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/blue_linoleum.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/blue_warning.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/brick_tiles.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/brown_linoleum.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/brown_wallpaper.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/calcite_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_aquamarine_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_beige_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_blue_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_brick_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_calcite_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_dark_brick_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_deepslate_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_diorite_bricks.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_dripstone_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_glazed_aquamarine_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_glazed_brick_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_glazed_light_blue_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_glazed_teal_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_glazed_white_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_green_bricks.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_green_bricks_2.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_green_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_green_white_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_light_blue_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_nii_wall_1.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_red_bricks.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_red_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_sand_bricks.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_sand_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_teal_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_tuff_bricks.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_tuff_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_white_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_whitewash.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cracked_yellow_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cross_acacia_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cross_birch_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cross_brown_linoleum.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cross_crimson_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cross_dark_oak_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cross_jungle_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cross_mangrove_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cross_oak_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cross_orange_linoleum.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cross_sand_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cross_spruce_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cyan_linoleum.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/cyan_warning.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/dark_brick_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/deepslate_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/diagonal_calcite_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/diagonal_deepslate_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/diorite_bricks.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/dirty_aquamarine_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/dirty_brick_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/dirty_dark_brick_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/dripstone_bricks.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/dripstone_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/glazed_aquamarine_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/glazed_brick_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/glazed_light_blue_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/glazed_teal_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/glazed_white_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/gray_linoleum.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/gray_warning.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/green_bricks.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/green_bricks_2.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/green_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/green_linoleum.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/green_wallpaper.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/green_warning.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/green_white_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/herringbone_acacia_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/herringbone_birch_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/herringbone_crimson_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/herringbone_dark_oak_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/herringbone_jungle_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/herringbone_mangrove_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/herringbone_oak_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/herringbone_parquet.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/herringbone_sand_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/herringbone_spruce_planks.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/industrial_warning.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/light_blue_bricks.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/light_blue_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/light_blue_warning.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/lime_warning.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/magenta_warning.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/metal_plating.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_aquamarine_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_brick_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_calcite_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_dark_brick_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_deepslate_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_diorite_bricks.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_dripstone_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_green_bricks.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_green_bricks_2.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_green_white_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_light_blue_bricks.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_light_blue_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_red_bricks.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_sand_bricks.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_sand_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_teal_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_tuff_bricks.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/mossy_tuff_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/nii_floor.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/nii_wall_1.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/nii_wall_2.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/nii_wall_3.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/orange_linoleum.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/orange_warning.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/purple_warning.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/red_bricks.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/red_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/red_linoleum.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/red_warning.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/sand_bricks.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/sand_tiles.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/separated_parquet.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_aquamarine_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_cracked_aquamarine_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_cracked_deepslate_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_cracked_diorite_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_cracked_granite_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_cracked_light_blue_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_cracked_sand_tiles.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_cracked_teal_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_cracked_white_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_cracked_yellow_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_deepslate_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_diorite_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_granite_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_light_blue_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_sand_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_teal_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_white_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/small_yellow_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/straight_parquet.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/teal_tiles.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/tuff_bricks.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/tuff_tiles.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/variated_light_blue_tiles.json (95%) rename src/main/{resources => generated}/assets/new_soviet/models/item/variated_teal_tiles.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/very_cracked_whitewash.json (94%) rename src/main/{resources => generated}/assets/new_soviet/models/item/white_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/whitewash.json (93%) rename src/main/{resources => generated}/assets/new_soviet/models/item/yellow_concrete.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/yellow_warning.json (94%) delete mode 100644 src/main/resources/assets/new_soviet/blockstates/aquamarine_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/aquamarine_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/beige_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/beige_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/big_sand_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/big_sand_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/blue_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/blue_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/blue_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/blue_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/brown_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/brown_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/calcite_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/calcite_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_aquamarine_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_aquamarine_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_beige_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_beige_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_blue_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_blue_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_calcite_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_calcite_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_dark_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_dark_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_deepslate_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_deepslate_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_diorite_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_diorite_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_diorite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_dripstone_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_dripstone_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_2_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_2_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_green_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_green_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_green_white_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_green_white_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_red_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_red_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_red_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_red_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_sand_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_sand_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_teal_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_teal_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_tuff_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_tuff_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_tuff_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_tuff_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_white_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_white_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_yellow_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cracked_yellow_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_acacia_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_acacia_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_birch_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_birch_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_crimson_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_crimson_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_dark_oak_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_dark_oak_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_jungle_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_jungle_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_mangrove_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_mangrove_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_oak_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_oak_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_spruce_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cross_spruce_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cyan_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/cyan_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/dark_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/dark_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/deepslate_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/deepslate_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/diorite_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/diorite_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/diorite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/dirty_aquamarine_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/dirty_aquamarine_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/dirty_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/dirty_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/dirty_dark_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/dirty_dark_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/dripstone_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/dripstone_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/gray_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/gray_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/green_bricks_2_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/green_bricks_2_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/green_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/green_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/green_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/green_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/green_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/green_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/green_white_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/green_white_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_acacia_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_acacia_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_birch_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_birch_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_crimson_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_crimson_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_dark_oak_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_dark_oak_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_jungle_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_jungle_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_mangrove_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_mangrove_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_oak_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_oak_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_parquet_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_parquet_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_spruce_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/herringbone_spruce_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/light_blue_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/light_blue_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/light_blue_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/light_blue_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/metal_plating_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/metal_plating_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_aquamarine_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_aquamarine_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_calcite_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_calcite_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_dark_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_dark_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_deepslate_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_deepslate_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_diorite_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_diorite_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_diorite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_dripstone_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_dripstone_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_2_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_2_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_green_white_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_green_white_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_red_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_red_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_sand_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_sand_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_teal_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_teal_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_tuff_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_tuff_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_tuff_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/mossy_tuff_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/nii_floor_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/nii_floor_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/orange_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/orange_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/red_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/red_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/red_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/red_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/red_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/red_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/red_matress.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/sand_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/sand_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/separated_parquet_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/separated_parquet_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/straight_parquet_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/straight_parquet_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/teal_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/teal_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/tuff_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/tuff_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/tuff_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/tuff_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/variated_light_blue_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/variated_light_blue_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/variated_teal_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/variated_teal_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/white_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/white_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/yellow_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/blockstates/yellow_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/aquamarine_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/beige_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/beige_concrete_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/beige_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/beige_concrete_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/beige_concrete_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/beige_wallpaper.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/big_diorite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/big_granite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/big_green_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/big_sand_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/big_sand_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/big_sand_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/big_sand_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/big_sand_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/big_sand_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/big_sand_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/big_tuff_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/blue_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/blue_concrete_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/blue_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/blue_concrete_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/blue_concrete_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/blue_linoleum.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/blue_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/blue_linoleum_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/blue_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/blue_linoleum_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/blue_linoleum_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/blue_warning.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/brick_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/brick_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/brick_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/brick_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/brown_linoleum.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/brown_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/brown_linoleum_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/brown_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/brown_linoleum_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/brown_linoleum_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/brown_wallpaper.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/calcite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/calcite_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/calcite_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/calcite_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/calcite_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/calcite_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_diorite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_glazed_aquamarine_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_glazed_brick_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_glazed_light_blue_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_glazed_teal_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_glazed_white_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_nii_wall_1.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_red_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_whitewash.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_acacia_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_birch_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_birch_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_birch_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_birch_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_birch_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_birch_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_brown_linoleum.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_crimson_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_jungle_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_oak_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_oak_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_oak_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_oak_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_oak_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_oak_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_orange_linoleum.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_sand_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_spruce_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cyan_linoleum.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cyan_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cyan_linoleum_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cyan_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cyan_linoleum_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cyan_linoleum_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/cyan_warning.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dark_brick_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/deepslate_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/deepslate_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/deepslate_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/deepslate_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/deepslate_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/deepslate_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/diagonal_calcite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/diagonal_deepslate_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/diorite_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/diorite_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/diorite_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/diorite_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/diorite_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/diorite_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/diorite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dripstone_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dripstone_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dripstone_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dripstone_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dripstone_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dripstone_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/dripstone_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/glazed_aquamarine_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/glazed_brick_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/glazed_light_blue_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/glazed_teal_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/glazed_white_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/gray_linoleum.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/gray_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/gray_linoleum_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/gray_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/gray_linoleum_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/gray_linoleum_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/gray_warning.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_bricks_2.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_bricks_2_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_bricks_2_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_bricks_2_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_bricks_2_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_bricks_2_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_concrete_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_concrete_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_concrete_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_linoleum.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_linoleum_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_linoleum_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_linoleum_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_wallpaper.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_warning.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_white_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_white_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_white_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_white_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_white_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/green_white_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_parquet.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_parquet_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_parquet_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_parquet_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_parquet_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_parquet_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/industrial_warning.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/light_blue_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/light_blue_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/light_blue_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/light_blue_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/light_blue_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/light_blue_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/light_blue_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/light_blue_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/light_blue_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/light_blue_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/light_blue_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/light_blue_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/light_blue_warning.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/lime_warning.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/magenta_warning.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mattress.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/metal_plating.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/metal_plating_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/metal_plating_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/metal_plating_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/metal_plating_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/metal_plating_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_diorite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_red_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/nii_floor.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/nii_floor_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/nii_floor_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/nii_floor_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/nii_floor_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/nii_floor_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/nii_wall_1.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/nii_wall_2.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/nii_wall_3.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/orange_linoleum.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/orange_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/orange_linoleum_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/orange_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/orange_linoleum_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/orange_linoleum_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/orange_warning.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/purple_warning.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_concrete_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_concrete_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_concrete_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_linoleum.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_linoleum_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_linoleum_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_linoleum_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_mattress.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/red_warning.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/sand_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/sand_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/sand_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/sand_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/sand_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/sand_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/sand_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/sand_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/sand_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/sand_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/separated_parquet.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/separated_parquet_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/separated_parquet_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/separated_parquet_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/separated_parquet_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/separated_parquet_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_aquamarine_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_cracked_aquamarine_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_cracked_deepslate_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_cracked_diorite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_cracked_granite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_cracked_light_blue_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_cracked_sand_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_cracked_teal_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_cracked_white_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_cracked_yellow_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_deepslate_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_diorite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_granite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_light_blue_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_sand_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_teal_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_white_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/small_yellow_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/straight_parquet.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/straight_parquet_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/straight_parquet_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/straight_parquet_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/straight_parquet_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/straight_parquet_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/teal_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/teal_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/teal_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/teal_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/teal_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/teal_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/tuff_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/tuff_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/tuff_bricks_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/tuff_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/tuff_bricks_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/tuff_bricks_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/tuff_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/tuff_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/tuff_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/tuff_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/tuff_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/tuff_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/variated_teal_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/very_cracked_whitewash.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/white_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/white_concrete_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/white_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/white_concrete_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/white_concrete_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/whitewash.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/yellow_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/yellow_concrete_slab_top.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/yellow_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/yellow_concrete_stairs_inner.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/yellow_concrete_stairs_outer.json delete mode 100644 src/main/resources/assets/new_soviet/models/block/yellow_warning.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/aquamarine_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/aquamarine_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/beige_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/beige_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/big_green_tiles_cracked.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/big_sand_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/big_sand_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/blue_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/blue_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/blue_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/blue_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/brown_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/brown_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/calcite_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/calcite_tiles_stairs.json rename src/main/{generated => resources}/assets/new_soviet/models/item/chiseled_birch_door.json (52%) rename src/main/{generated => resources}/assets/new_soviet/models/item/chiseled_mangrove_door.json (50%) rename src/main/{generated => resources}/assets/new_soviet/models/item/chiseled_oak_door.json (52%) rename src/main/{generated => resources}/assets/new_soviet/models/item/chiseled_spruce_door.json (51%) delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_aquamarine_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_aquamarine_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_beige_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_beige_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_blue_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_blue_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_calcite_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_calcite_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_dark_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_dark_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_deepslate_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_deepslate_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_diorite_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_diorite_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_diorite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_dripstone_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_dripstone_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_2_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_2_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_green_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_green_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_green_white_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_green_white_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_light_blue_bricks.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_light_blue_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_light_blue_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_light_blue_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_light_blue_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_red_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_red_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_red_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_red_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_sand_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_sand_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_teal_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_teal_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_tuff_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_tuff_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_tuff_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_tuff_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_white_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_white_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_yellow_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cracked_yellow_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_acacia_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_acacia_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_birch_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_birch_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_crimson_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_crimson_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_dark_oak_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_dark_oak_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_jungle_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_jungle_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_mangrove_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_mangrove_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_oak_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_oak_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_spruce_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cross_spruce_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cyan_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/cyan_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/dark_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/dark_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/deepslate_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/deepslate_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/diorite_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/diorite_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/diorite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/dirty_aquamarine_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/dirty_aquamarine_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/dirty_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/dirty_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/dirty_dark_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/dirty_dark_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/dripstone_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/dripstone_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/gray_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/gray_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/green_bricks_2_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/green_bricks_2_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/green_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/green_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/green_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/green_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/green_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/green_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/green_white_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/green_white_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_acacia_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_acacia_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_birch_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_birch_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_crimson_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_crimson_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_dark_oak_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_dark_oak_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_jungle_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_jungle_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_mangrove_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_mangrove_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_oak_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_oak_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_parquet_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_parquet_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_spruce_planks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/herringbone_spruce_planks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/landmine.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/light_blue_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/light_blue_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/light_blue_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/light_blue_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/metal_plating_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/metal_plating_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_aquamarine_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_aquamarine_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_calcite_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_calcite_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_dark_brick_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_dark_brick_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_deepslate_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_deepslate_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_diorite_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_diorite_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_diorite_tiles.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_dripstone_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_dripstone_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_2_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_2_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_green_white_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_green_white_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_light_blue_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_light_blue_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_light_blue_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_light_blue_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_red_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_red_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_sand_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_sand_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_teal_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_teal_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_tuff_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_tuff_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_tuff_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/mossy_tuff_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/nii_floor_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/nii_floor_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/orange_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/orange_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/red_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/red_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/red_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/red_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/red_linoleum_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/red_linoleum_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/sand_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/sand_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/sand_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/sand_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/separated_parquet_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/separated_parquet_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/straight_parquet_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/straight_parquet_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/teal_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/teal_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/tuff_bricks_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/tuff_bricks_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/tuff_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/tuff_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/variated_light_blue_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/variated_light_blue_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/variated_teal_tiles_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/variated_teal_tiles_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/white_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/white_concrete_stairs.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/yellow_concrete_slab.json delete mode 100644 src/main/resources/assets/new_soviet/models/item/yellow_concrete_stairs.json rename src/main/resources/assets/new_soviet/textures/block/industrial/warning/{blue_warning_stripes.png => blue_warning.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/warning/{cyan_warning_stripes.png => cyan_warning.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/warning/{gray_warning_stripes.png => gray_warning.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/warning/{green_warning_stripes.png => green_warning.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/warning/{industrial_warning_stripes.png => industrial_warning.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/warning/{light_blue_warning_stripes.png => light_blue_warning.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/warning/{lime_warning_stripes.png => lime_warning.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/warning/{magenta_warning_stripes.png => magenta_warning.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/warning/{orange_warning_stripes.png => orange_warning.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/warning/{purple_warning_stripes.png => purple_warning.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/warning/{red_warning_stripes.png => red_warning.png} (100%) rename src/main/resources/assets/new_soviet/textures/block/industrial/warning/{yellow_warning_stripes.png => yellow_warning.png} (100%) diff --git a/src/main/resources/assets/new_soviet/blockstates/aquamarine_tiles.json b/src/main/generated/assets/new_soviet/blockstates/aquamarine_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/aquamarine_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/beige_concrete.json b/src/main/generated/assets/new_soviet/blockstates/beige_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/beige_concrete.json rename to src/main/generated/assets/new_soviet/blockstates/beige_concrete.json diff --git a/src/main/resources/assets/new_soviet/blockstates/beige_wallpaper.json b/src/main/generated/assets/new_soviet/blockstates/beige_wallpaper.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/beige_wallpaper.json rename to src/main/generated/assets/new_soviet/blockstates/beige_wallpaper.json diff --git a/src/main/resources/assets/new_soviet/blockstates/big_diorite_tiles.json b/src/main/generated/assets/new_soviet/blockstates/big_diorite_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/big_diorite_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/big_diorite_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/big_granite_tiles.json b/src/main/generated/assets/new_soviet/blockstates/big_granite_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/big_granite_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/big_granite_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/big_green_tiles.json b/src/main/generated/assets/new_soviet/blockstates/big_green_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/big_green_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/big_green_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/big_sand_bricks.json b/src/main/generated/assets/new_soviet/blockstates/big_sand_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/big_sand_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/big_sand_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/big_sand_tiles.json b/src/main/generated/assets/new_soviet/blockstates/big_sand_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/big_sand_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/big_sand_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/big_tuff_tiles.json b/src/main/generated/assets/new_soviet/blockstates/big_tuff_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/big_tuff_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/big_tuff_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/blue_concrete.json b/src/main/generated/assets/new_soviet/blockstates/blue_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/blue_concrete.json rename to src/main/generated/assets/new_soviet/blockstates/blue_concrete.json diff --git a/src/main/resources/assets/new_soviet/blockstates/blue_linoleum.json b/src/main/generated/assets/new_soviet/blockstates/blue_linoleum.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/blue_linoleum.json rename to src/main/generated/assets/new_soviet/blockstates/blue_linoleum.json diff --git a/src/main/resources/assets/new_soviet/blockstates/blue_warning.json b/src/main/generated/assets/new_soviet/blockstates/blue_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/blue_warning.json rename to src/main/generated/assets/new_soviet/blockstates/blue_warning.json diff --git a/src/main/resources/assets/new_soviet/blockstates/brick_tiles.json b/src/main/generated/assets/new_soviet/blockstates/brick_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/brick_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/brick_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/brown_linoleum.json b/src/main/generated/assets/new_soviet/blockstates/brown_linoleum.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/brown_linoleum.json rename to src/main/generated/assets/new_soviet/blockstates/brown_linoleum.json diff --git a/src/main/resources/assets/new_soviet/blockstates/brown_wallpaper.json b/src/main/generated/assets/new_soviet/blockstates/brown_wallpaper.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/brown_wallpaper.json rename to src/main/generated/assets/new_soviet/blockstates/brown_wallpaper.json diff --git a/src/main/resources/assets/new_soviet/blockstates/calcite_tiles.json b/src/main/generated/assets/new_soviet/blockstates/calcite_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/calcite_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/calcite_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_aquamarine_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_aquamarine_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_beige_concrete.json b/src/main/generated/assets/new_soviet/blockstates/cracked_beige_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_beige_concrete.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_beige_concrete.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_blue_concrete.json b/src/main/generated/assets/new_soviet/blockstates/cracked_blue_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_blue_concrete.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_blue_concrete.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_brick_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_brick_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_brick_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_brick_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_calcite_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_calcite_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_calcite_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_calcite_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_dark_brick_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_dark_brick_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_dark_brick_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_dark_brick_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_deepslate_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_deepslate_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_deepslate_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_deepslate_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_diorite_bricks.json b/src/main/generated/assets/new_soviet/blockstates/cracked_diorite_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_diorite_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_diorite_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_dripstone_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_dripstone_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_dripstone_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_dripstone_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_glazed_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_glazed_aquamarine_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_glazed_aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_glazed_aquamarine_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_glazed_brick_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_glazed_brick_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_glazed_brick_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_glazed_brick_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_glazed_light_blue_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_glazed_light_blue_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_glazed_light_blue_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_glazed_light_blue_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_glazed_teal_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_glazed_teal_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_glazed_teal_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_glazed_teal_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_glazed_white_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_glazed_white_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_glazed_white_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_glazed_white_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks.json b/src/main/generated/assets/new_soviet/blockstates/cracked_green_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_green_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_2.json b/src/main/generated/assets/new_soviet/blockstates/cracked_green_bricks_2.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_2.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_green_bricks_2.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_green_concrete.json b/src/main/generated/assets/new_soviet/blockstates/cracked_green_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_green_concrete.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_green_concrete.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_green_white_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_green_white_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_green_white_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_green_white_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_light_blue_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_light_blue_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_nii_wall_1.json b/src/main/generated/assets/new_soviet/blockstates/cracked_nii_wall_1.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_nii_wall_1.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_nii_wall_1.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_red_bricks.json b/src/main/generated/assets/new_soviet/blockstates/cracked_red_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_red_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_red_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_red_concrete.json b/src/main/generated/assets/new_soviet/blockstates/cracked_red_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_red_concrete.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_red_concrete.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_sand_bricks.json b/src/main/generated/assets/new_soviet/blockstates/cracked_sand_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_sand_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_sand_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_sand_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_sand_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_sand_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_sand_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_teal_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_teal_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_teal_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_teal_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_tuff_bricks.json b/src/main/generated/assets/new_soviet/blockstates/cracked_tuff_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_tuff_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_tuff_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_tuff_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cracked_tuff_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_tuff_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_tuff_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_white_concrete.json b/src/main/generated/assets/new_soviet/blockstates/cracked_white_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_white_concrete.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_white_concrete.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_whitewash.json b/src/main/generated/assets/new_soviet/blockstates/cracked_whitewash.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_whitewash.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_whitewash.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_yellow_concrete.json b/src/main/generated/assets/new_soviet/blockstates/cracked_yellow_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cracked_yellow_concrete.json rename to src/main/generated/assets/new_soviet/blockstates/cracked_yellow_concrete.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_acacia_planks.json b/src/main/generated/assets/new_soviet/blockstates/cross_acacia_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cross_acacia_planks.json rename to src/main/generated/assets/new_soviet/blockstates/cross_acacia_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_birch_planks.json b/src/main/generated/assets/new_soviet/blockstates/cross_birch_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cross_birch_planks.json rename to src/main/generated/assets/new_soviet/blockstates/cross_birch_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_brown_linoleum.json b/src/main/generated/assets/new_soviet/blockstates/cross_brown_linoleum.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cross_brown_linoleum.json rename to src/main/generated/assets/new_soviet/blockstates/cross_brown_linoleum.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_crimson_planks.json b/src/main/generated/assets/new_soviet/blockstates/cross_crimson_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cross_crimson_planks.json rename to src/main/generated/assets/new_soviet/blockstates/cross_crimson_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_dark_oak_planks.json b/src/main/generated/assets/new_soviet/blockstates/cross_dark_oak_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cross_dark_oak_planks.json rename to src/main/generated/assets/new_soviet/blockstates/cross_dark_oak_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_jungle_planks.json b/src/main/generated/assets/new_soviet/blockstates/cross_jungle_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cross_jungle_planks.json rename to src/main/generated/assets/new_soviet/blockstates/cross_jungle_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_mangrove_planks.json b/src/main/generated/assets/new_soviet/blockstates/cross_mangrove_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cross_mangrove_planks.json rename to src/main/generated/assets/new_soviet/blockstates/cross_mangrove_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_oak_planks.json b/src/main/generated/assets/new_soviet/blockstates/cross_oak_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cross_oak_planks.json rename to src/main/generated/assets/new_soviet/blockstates/cross_oak_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_orange_linoleum.json b/src/main/generated/assets/new_soviet/blockstates/cross_orange_linoleum.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cross_orange_linoleum.json rename to src/main/generated/assets/new_soviet/blockstates/cross_orange_linoleum.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_sand_tiles.json b/src/main/generated/assets/new_soviet/blockstates/cross_sand_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cross_sand_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/cross_sand_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_spruce_planks.json b/src/main/generated/assets/new_soviet/blockstates/cross_spruce_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cross_spruce_planks.json rename to src/main/generated/assets/new_soviet/blockstates/cross_spruce_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cyan_linoleum.json b/src/main/generated/assets/new_soviet/blockstates/cyan_linoleum.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cyan_linoleum.json rename to src/main/generated/assets/new_soviet/blockstates/cyan_linoleum.json diff --git a/src/main/resources/assets/new_soviet/blockstates/cyan_warning.json b/src/main/generated/assets/new_soviet/blockstates/cyan_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/cyan_warning.json rename to src/main/generated/assets/new_soviet/blockstates/cyan_warning.json diff --git a/src/main/resources/assets/new_soviet/blockstates/dark_brick_tiles.json b/src/main/generated/assets/new_soviet/blockstates/dark_brick_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/dark_brick_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/dark_brick_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/deepslate_tiles.json b/src/main/generated/assets/new_soviet/blockstates/deepslate_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/deepslate_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/deepslate_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/diagonal_calcite_tiles.json b/src/main/generated/assets/new_soviet/blockstates/diagonal_calcite_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/diagonal_calcite_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/diagonal_calcite_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/diagonal_deepslate_tiles.json b/src/main/generated/assets/new_soviet/blockstates/diagonal_deepslate_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/diagonal_deepslate_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/diagonal_deepslate_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/diorite_bricks.json b/src/main/generated/assets/new_soviet/blockstates/diorite_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/diorite_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/diorite_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/dirty_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/blockstates/dirty_aquamarine_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/dirty_aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/dirty_aquamarine_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/dirty_brick_tiles.json b/src/main/generated/assets/new_soviet/blockstates/dirty_brick_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/dirty_brick_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/dirty_brick_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/dirty_dark_brick_tiles.json b/src/main/generated/assets/new_soviet/blockstates/dirty_dark_brick_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/dirty_dark_brick_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/dirty_dark_brick_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/dripstone_bricks.json b/src/main/generated/assets/new_soviet/blockstates/dripstone_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/dripstone_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/dripstone_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/dripstone_tiles.json b/src/main/generated/assets/new_soviet/blockstates/dripstone_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/dripstone_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/dripstone_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/glazed_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/blockstates/glazed_aquamarine_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/glazed_aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/glazed_aquamarine_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/glazed_brick_tiles.json b/src/main/generated/assets/new_soviet/blockstates/glazed_brick_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/glazed_brick_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/glazed_brick_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/glazed_light_blue_tiles.json b/src/main/generated/assets/new_soviet/blockstates/glazed_light_blue_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/glazed_light_blue_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/glazed_light_blue_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/glazed_teal_tiles.json b/src/main/generated/assets/new_soviet/blockstates/glazed_teal_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/glazed_teal_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/glazed_teal_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/glazed_white_tiles.json b/src/main/generated/assets/new_soviet/blockstates/glazed_white_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/glazed_white_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/glazed_white_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/gray_linoleum.json b/src/main/generated/assets/new_soviet/blockstates/gray_linoleum.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/gray_linoleum.json rename to src/main/generated/assets/new_soviet/blockstates/gray_linoleum.json diff --git a/src/main/resources/assets/new_soviet/blockstates/gray_warning.json b/src/main/generated/assets/new_soviet/blockstates/gray_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/gray_warning.json rename to src/main/generated/assets/new_soviet/blockstates/gray_warning.json diff --git a/src/main/resources/assets/new_soviet/blockstates/green_bricks.json b/src/main/generated/assets/new_soviet/blockstates/green_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/green_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/green_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/green_bricks_2.json b/src/main/generated/assets/new_soviet/blockstates/green_bricks_2.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/green_bricks_2.json rename to src/main/generated/assets/new_soviet/blockstates/green_bricks_2.json diff --git a/src/main/resources/assets/new_soviet/blockstates/green_concrete.json b/src/main/generated/assets/new_soviet/blockstates/green_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/green_concrete.json rename to src/main/generated/assets/new_soviet/blockstates/green_concrete.json diff --git a/src/main/resources/assets/new_soviet/blockstates/green_linoleum.json b/src/main/generated/assets/new_soviet/blockstates/green_linoleum.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/green_linoleum.json rename to src/main/generated/assets/new_soviet/blockstates/green_linoleum.json diff --git a/src/main/resources/assets/new_soviet/blockstates/green_wallpaper.json b/src/main/generated/assets/new_soviet/blockstates/green_wallpaper.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/green_wallpaper.json rename to src/main/generated/assets/new_soviet/blockstates/green_wallpaper.json diff --git a/src/main/resources/assets/new_soviet/blockstates/green_warning.json b/src/main/generated/assets/new_soviet/blockstates/green_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/green_warning.json rename to src/main/generated/assets/new_soviet/blockstates/green_warning.json diff --git a/src/main/resources/assets/new_soviet/blockstates/green_white_tiles.json b/src/main/generated/assets/new_soviet/blockstates/green_white_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/green_white_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/green_white_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_acacia_planks.json b/src/main/generated/assets/new_soviet/blockstates/herringbone_acacia_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/herringbone_acacia_planks.json rename to src/main/generated/assets/new_soviet/blockstates/herringbone_acacia_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_birch_planks.json b/src/main/generated/assets/new_soviet/blockstates/herringbone_birch_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/herringbone_birch_planks.json rename to src/main/generated/assets/new_soviet/blockstates/herringbone_birch_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_crimson_planks.json b/src/main/generated/assets/new_soviet/blockstates/herringbone_crimson_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/herringbone_crimson_planks.json rename to src/main/generated/assets/new_soviet/blockstates/herringbone_crimson_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_dark_oak_planks.json b/src/main/generated/assets/new_soviet/blockstates/herringbone_dark_oak_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/herringbone_dark_oak_planks.json rename to src/main/generated/assets/new_soviet/blockstates/herringbone_dark_oak_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_jungle_planks.json b/src/main/generated/assets/new_soviet/blockstates/herringbone_jungle_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/herringbone_jungle_planks.json rename to src/main/generated/assets/new_soviet/blockstates/herringbone_jungle_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_mangrove_planks.json b/src/main/generated/assets/new_soviet/blockstates/herringbone_mangrove_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/herringbone_mangrove_planks.json rename to src/main/generated/assets/new_soviet/blockstates/herringbone_mangrove_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_oak_planks.json b/src/main/generated/assets/new_soviet/blockstates/herringbone_oak_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/herringbone_oak_planks.json rename to src/main/generated/assets/new_soviet/blockstates/herringbone_oak_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_parquet.json b/src/main/generated/assets/new_soviet/blockstates/herringbone_parquet.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/herringbone_parquet.json rename to src/main/generated/assets/new_soviet/blockstates/herringbone_parquet.json diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_sand_tiles.json b/src/main/generated/assets/new_soviet/blockstates/herringbone_sand_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/herringbone_sand_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/herringbone_sand_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_spruce_planks.json b/src/main/generated/assets/new_soviet/blockstates/herringbone_spruce_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/herringbone_spruce_planks.json rename to src/main/generated/assets/new_soviet/blockstates/herringbone_spruce_planks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/industrial_warning.json b/src/main/generated/assets/new_soviet/blockstates/industrial_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/industrial_warning.json rename to src/main/generated/assets/new_soviet/blockstates/industrial_warning.json diff --git a/src/main/resources/assets/new_soviet/blockstates/light_blue_bricks.json b/src/main/generated/assets/new_soviet/blockstates/light_blue_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/light_blue_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/light_blue_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/light_blue_tiles.json b/src/main/generated/assets/new_soviet/blockstates/light_blue_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/light_blue_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/light_blue_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/light_blue_warning.json b/src/main/generated/assets/new_soviet/blockstates/light_blue_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/light_blue_warning.json rename to src/main/generated/assets/new_soviet/blockstates/light_blue_warning.json diff --git a/src/main/resources/assets/new_soviet/blockstates/lime_warning.json b/src/main/generated/assets/new_soviet/blockstates/lime_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/lime_warning.json rename to src/main/generated/assets/new_soviet/blockstates/lime_warning.json diff --git a/src/main/resources/assets/new_soviet/blockstates/magenta_warning.json b/src/main/generated/assets/new_soviet/blockstates/magenta_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/magenta_warning.json rename to src/main/generated/assets/new_soviet/blockstates/magenta_warning.json diff --git a/src/main/resources/assets/new_soviet/blockstates/metal_plating.json b/src/main/generated/assets/new_soviet/blockstates/metal_plating.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/metal_plating.json rename to src/main/generated/assets/new_soviet/blockstates/metal_plating.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/blockstates/mossy_aquamarine_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_aquamarine_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_brick_tiles.json b/src/main/generated/assets/new_soviet/blockstates/mossy_brick_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_brick_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_brick_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_calcite_tiles.json b/src/main/generated/assets/new_soviet/blockstates/mossy_calcite_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_calcite_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_calcite_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_dark_brick_tiles.json b/src/main/generated/assets/new_soviet/blockstates/mossy_dark_brick_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_dark_brick_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_dark_brick_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_deepslate_tiles.json b/src/main/generated/assets/new_soviet/blockstates/mossy_deepslate_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_deepslate_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_deepslate_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_diorite_bricks.json b/src/main/generated/assets/new_soviet/blockstates/mossy_diorite_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_diorite_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_diorite_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_dripstone_tiles.json b/src/main/generated/assets/new_soviet/blockstates/mossy_dripstone_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_dripstone_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_dripstone_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks.json b/src/main/generated/assets/new_soviet/blockstates/mossy_green_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_green_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_2.json b/src/main/generated/assets/new_soviet/blockstates/mossy_green_bricks_2.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_2.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_green_bricks_2.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_green_white_tiles.json b/src/main/generated/assets/new_soviet/blockstates/mossy_green_white_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_green_white_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_green_white_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_bricks.json b/src/main/generated/assets/new_soviet/blockstates/mossy_light_blue_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_light_blue_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_tiles.json b/src/main/generated/assets/new_soviet/blockstates/mossy_light_blue_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_light_blue_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_red_bricks.json b/src/main/generated/assets/new_soviet/blockstates/mossy_red_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_red_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_red_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_sand_bricks.json b/src/main/generated/assets/new_soviet/blockstates/mossy_sand_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_sand_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_sand_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_sand_tiles.json b/src/main/generated/assets/new_soviet/blockstates/mossy_sand_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_sand_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_sand_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_teal_tiles.json b/src/main/generated/assets/new_soviet/blockstates/mossy_teal_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_teal_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_teal_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_tuff_bricks.json b/src/main/generated/assets/new_soviet/blockstates/mossy_tuff_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_tuff_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_tuff_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_tuff_tiles.json b/src/main/generated/assets/new_soviet/blockstates/mossy_tuff_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/mossy_tuff_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/mossy_tuff_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/nii_floor.json b/src/main/generated/assets/new_soviet/blockstates/nii_floor.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/nii_floor.json rename to src/main/generated/assets/new_soviet/blockstates/nii_floor.json diff --git a/src/main/resources/assets/new_soviet/blockstates/nii_wall_1.json b/src/main/generated/assets/new_soviet/blockstates/nii_wall_1.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/nii_wall_1.json rename to src/main/generated/assets/new_soviet/blockstates/nii_wall_1.json diff --git a/src/main/resources/assets/new_soviet/blockstates/nii_wall_2.json b/src/main/generated/assets/new_soviet/blockstates/nii_wall_2.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/nii_wall_2.json rename to src/main/generated/assets/new_soviet/blockstates/nii_wall_2.json diff --git a/src/main/resources/assets/new_soviet/blockstates/nii_wall_3.json b/src/main/generated/assets/new_soviet/blockstates/nii_wall_3.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/nii_wall_3.json rename to src/main/generated/assets/new_soviet/blockstates/nii_wall_3.json diff --git a/src/main/resources/assets/new_soviet/blockstates/orange_linoleum.json b/src/main/generated/assets/new_soviet/blockstates/orange_linoleum.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/orange_linoleum.json rename to src/main/generated/assets/new_soviet/blockstates/orange_linoleum.json diff --git a/src/main/resources/assets/new_soviet/blockstates/orange_warning.json b/src/main/generated/assets/new_soviet/blockstates/orange_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/orange_warning.json rename to src/main/generated/assets/new_soviet/blockstates/orange_warning.json diff --git a/src/main/resources/assets/new_soviet/blockstates/purple_warning.json b/src/main/generated/assets/new_soviet/blockstates/purple_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/purple_warning.json rename to src/main/generated/assets/new_soviet/blockstates/purple_warning.json diff --git a/src/main/resources/assets/new_soviet/blockstates/red_bricks.json b/src/main/generated/assets/new_soviet/blockstates/red_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/red_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/red_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/red_concrete.json b/src/main/generated/assets/new_soviet/blockstates/red_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/red_concrete.json rename to src/main/generated/assets/new_soviet/blockstates/red_concrete.json diff --git a/src/main/resources/assets/new_soviet/blockstates/red_linoleum.json b/src/main/generated/assets/new_soviet/blockstates/red_linoleum.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/red_linoleum.json rename to src/main/generated/assets/new_soviet/blockstates/red_linoleum.json diff --git a/src/main/resources/assets/new_soviet/blockstates/red_warning.json b/src/main/generated/assets/new_soviet/blockstates/red_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/red_warning.json rename to src/main/generated/assets/new_soviet/blockstates/red_warning.json diff --git a/src/main/resources/assets/new_soviet/blockstates/sand_bricks.json b/src/main/generated/assets/new_soviet/blockstates/sand_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/sand_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/sand_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/sand_tiles.json b/src/main/generated/assets/new_soviet/blockstates/sand_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/sand_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/sand_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/separated_parquet.json b/src/main/generated/assets/new_soviet/blockstates/separated_parquet.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/separated_parquet.json rename to src/main/generated/assets/new_soviet/blockstates/separated_parquet.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_aquamarine_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_aquamarine_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_cracked_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_cracked_aquamarine_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_cracked_aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_cracked_aquamarine_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_cracked_deepslate_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_cracked_deepslate_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_cracked_deepslate_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_cracked_deepslate_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_cracked_diorite_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_cracked_diorite_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_cracked_diorite_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_cracked_diorite_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_cracked_granite_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_cracked_granite_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_cracked_granite_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_cracked_granite_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_cracked_light_blue_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_cracked_light_blue_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_cracked_light_blue_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_cracked_light_blue_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_cracked_sand_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_cracked_sand_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_cracked_sand_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_cracked_sand_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_cracked_teal_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_cracked_teal_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_cracked_teal_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_cracked_teal_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_cracked_white_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_cracked_white_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_cracked_white_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_cracked_white_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_cracked_yellow_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_cracked_yellow_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_cracked_yellow_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_cracked_yellow_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_deepslate_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_deepslate_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_deepslate_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_deepslate_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_diorite_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_diorite_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_diorite_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_diorite_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_granite_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_granite_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_granite_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_granite_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_light_blue_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_light_blue_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_light_blue_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_light_blue_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_sand_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_sand_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_sand_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_sand_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_teal_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_teal_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_teal_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_teal_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_white_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_white_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_white_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_white_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/small_yellow_tiles.json b/src/main/generated/assets/new_soviet/blockstates/small_yellow_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/small_yellow_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/small_yellow_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/straight_parquet.json b/src/main/generated/assets/new_soviet/blockstates/straight_parquet.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/straight_parquet.json rename to src/main/generated/assets/new_soviet/blockstates/straight_parquet.json diff --git a/src/main/resources/assets/new_soviet/blockstates/teal_tiles.json b/src/main/generated/assets/new_soviet/blockstates/teal_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/teal_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/teal_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/tuff_bricks.json b/src/main/generated/assets/new_soviet/blockstates/tuff_bricks.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/tuff_bricks.json rename to src/main/generated/assets/new_soviet/blockstates/tuff_bricks.json diff --git a/src/main/resources/assets/new_soviet/blockstates/tuff_tiles.json b/src/main/generated/assets/new_soviet/blockstates/tuff_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/tuff_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/tuff_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/variated_light_blue_tiles.json b/src/main/generated/assets/new_soviet/blockstates/variated_light_blue_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/variated_light_blue_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/variated_light_blue_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/variated_teal_tiles.json b/src/main/generated/assets/new_soviet/blockstates/variated_teal_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/variated_teal_tiles.json rename to src/main/generated/assets/new_soviet/blockstates/variated_teal_tiles.json diff --git a/src/main/resources/assets/new_soviet/blockstates/very_cracked_whitewash.json b/src/main/generated/assets/new_soviet/blockstates/very_cracked_whitewash.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/very_cracked_whitewash.json rename to src/main/generated/assets/new_soviet/blockstates/very_cracked_whitewash.json diff --git a/src/main/resources/assets/new_soviet/blockstates/white_concrete.json b/src/main/generated/assets/new_soviet/blockstates/white_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/white_concrete.json rename to src/main/generated/assets/new_soviet/blockstates/white_concrete.json diff --git a/src/main/resources/assets/new_soviet/blockstates/whitewash.json b/src/main/generated/assets/new_soviet/blockstates/whitewash.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/whitewash.json rename to src/main/generated/assets/new_soviet/blockstates/whitewash.json diff --git a/src/main/resources/assets/new_soviet/blockstates/yellow_concrete.json b/src/main/generated/assets/new_soviet/blockstates/yellow_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/yellow_concrete.json rename to src/main/generated/assets/new_soviet/blockstates/yellow_concrete.json diff --git a/src/main/resources/assets/new_soviet/blockstates/yellow_warning.json b/src/main/generated/assets/new_soviet/blockstates/yellow_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/blockstates/yellow_warning.json rename to src/main/generated/assets/new_soviet/blockstates/yellow_warning.json diff --git a/src/main/generated/assets/new_soviet/models/block/aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/block/aquamarine_tiles.json new file mode 100644 index 0000000..aa7a070 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/aquamarine_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/aquamarine/aquamarine_tiles" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/beige_concrete.json b/src/main/generated/assets/new_soviet/models/block/beige_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/beige_concrete.json rename to src/main/generated/assets/new_soviet/models/block/beige_concrete.json diff --git a/src/main/generated/assets/new_soviet/models/block/beige_wallpaper.json b/src/main/generated/assets/new_soviet/models/block/beige_wallpaper.json new file mode 100644 index 0000000..9e51afc --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/beige_wallpaper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/wallpapers/beige_wallpaper" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/big_diorite_tiles.json b/src/main/generated/assets/new_soviet/models/block/big_diorite_tiles.json new file mode 100644 index 0000000..43c8013 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/big_diorite_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/diorite/big_diorite_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/big_granite_tiles.json b/src/main/generated/assets/new_soviet/models/block/big_granite_tiles.json new file mode 100644 index 0000000..b29463d --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/big_granite_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/granite/big_granite_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/big_green_tiles.json b/src/main/generated/assets/new_soviet/models/block/big_green_tiles.json new file mode 100644 index 0000000..a79974f --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/big_green_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/green/big_green_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/big_sand_bricks.json b/src/main/generated/assets/new_soviet/models/block/big_sand_bricks.json new file mode 100644 index 0000000..2fc10dd --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/big_sand_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/sand/big_sand_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/big_sand_tiles.json b/src/main/generated/assets/new_soviet/models/block/big_sand_tiles.json new file mode 100644 index 0000000..757bd9b --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/big_sand_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/sand/big_sand_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/big_tuff_tiles.json b/src/main/generated/assets/new_soviet/models/block/big_tuff_tiles.json new file mode 100644 index 0000000..5b47f83 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/big_tuff_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/tuff/big_tuff_tiles" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/blue_concrete.json b/src/main/generated/assets/new_soviet/models/block/blue_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/blue_concrete.json rename to src/main/generated/assets/new_soviet/models/block/blue_concrete.json diff --git a/src/main/generated/assets/new_soviet/models/block/blue_linoleum.json b/src/main/generated/assets/new_soviet/models/block/blue_linoleum.json new file mode 100644 index 0000000..3c73c76 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/blue_linoleum.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/linoleum/blue_linoleum" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/blue_warning.json b/src/main/generated/assets/new_soviet/models/block/blue_warning.json new file mode 100644 index 0000000..a28487c --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/blue_warning.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/industrial/warning/blue_warning" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/brick_tiles.json b/src/main/generated/assets/new_soviet/models/block/brick_tiles.json new file mode 100644 index 0000000..4ebe277 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/brick_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/brick/brick_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/brown_linoleum.json b/src/main/generated/assets/new_soviet/models/block/brown_linoleum.json new file mode 100644 index 0000000..1b6c2b9 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/brown_linoleum.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/linoleum/brown_linoleum" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/brown_wallpaper.json b/src/main/generated/assets/new_soviet/models/block/brown_wallpaper.json new file mode 100644 index 0000000..8037116 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/brown_wallpaper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/wallpapers/brown_wallpaper" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/calcite_tiles.json b/src/main/generated/assets/new_soviet/models/block/calcite_tiles.json new file mode 100644 index 0000000..0c4fe89 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/calcite_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/calcite/calcite_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_aquamarine_tiles.json new file mode 100644 index 0000000..74896e7 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_aquamarine_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/aquamarine/cracked_aquamarine_tiles" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete.json b/src/main/generated/assets/new_soviet/models/block/cracked_beige_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete.json rename to src/main/generated/assets/new_soviet/models/block/cracked_beige_concrete.json diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete.json b/src/main/generated/assets/new_soviet/models/block/cracked_blue_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete.json rename to src/main/generated/assets/new_soviet/models/block/cracked_blue_concrete.json diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_brick_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_brick_tiles.json new file mode 100644 index 0000000..20fb0cc --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_brick_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/brick/cracked_brick_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_calcite_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_calcite_tiles.json new file mode 100644 index 0000000..f8bb6c9 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_calcite_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/calcite/cracked_calcite_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_dark_brick_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_dark_brick_tiles.json new file mode 100644 index 0000000..91b0588 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_dark_brick_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/brick/cracked_dark_brick_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_deepslate_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_deepslate_tiles.json new file mode 100644 index 0000000..e2a1e51 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_deepslate_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/deepslate/cracked_deepslate_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_diorite_bricks.json b/src/main/generated/assets/new_soviet/models/block/cracked_diorite_bricks.json new file mode 100644 index 0000000..9363e3b --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_diorite_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/diorite/cracked_diorite_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_dripstone_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_dripstone_tiles.json new file mode 100644 index 0000000..a00daad --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_dripstone_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/dripstone/cracked_dripstone_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_glazed_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_glazed_aquamarine_tiles.json new file mode 100644 index 0000000..6c5945f --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_glazed_aquamarine_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/aquamarine/cracked_glazed_aquamarine_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_glazed_brick_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_glazed_brick_tiles.json new file mode 100644 index 0000000..297880c --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_glazed_brick_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/brick/cracked_glazed_brick_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_glazed_light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_glazed_light_blue_tiles.json new file mode 100644 index 0000000..472b1b6 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_glazed_light_blue_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/light_blue/cracked_glazed_light_blue_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_glazed_teal_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_glazed_teal_tiles.json new file mode 100644 index 0000000..59b6002 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_glazed_teal_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/teal/cracked_glazed_teal_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_glazed_white_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_glazed_white_tiles.json new file mode 100644 index 0000000..378b580 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_glazed_white_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/white/cracked_glazed_white_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_green_bricks.json b/src/main/generated/assets/new_soviet/models/block/cracked_green_bricks.json new file mode 100644 index 0000000..8cab307 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_green_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/green/cracked_green_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_green_bricks_2.json b/src/main/generated/assets/new_soviet/models/block/cracked_green_bricks_2.json new file mode 100644 index 0000000..d87d721 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_green_bricks_2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/green/cracked_green_bricks_2" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete.json b/src/main/generated/assets/new_soviet/models/block/cracked_green_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/cracked_green_concrete.json rename to src/main/generated/assets/new_soviet/models/block/cracked_green_concrete.json diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_green_white_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_green_white_tiles.json new file mode 100644 index 0000000..1418b89 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_green_white_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/green_white/cracked_green_white_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_light_blue_tiles.json new file mode 100644 index 0000000..7be62d4 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_light_blue_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/light_blue/cracked_light_blue_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_nii_wall_1.json b/src/main/generated/assets/new_soviet/models/block/cracked_nii_wall_1.json new file mode 100644 index 0000000..a3b27e6 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_nii_wall_1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/research_institute/cracked_nii_wall_1" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_red_bricks.json b/src/main/generated/assets/new_soviet/models/block/cracked_red_bricks.json new file mode 100644 index 0000000..d1eeaa6 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_red_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/red/cracked_red_bricks" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete.json b/src/main/generated/assets/new_soviet/models/block/cracked_red_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/cracked_red_concrete.json rename to src/main/generated/assets/new_soviet/models/block/cracked_red_concrete.json diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_sand_bricks.json b/src/main/generated/assets/new_soviet/models/block/cracked_sand_bricks.json new file mode 100644 index 0000000..9b9eb86 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_sand_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/sand/cracked_sand_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_sand_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_sand_tiles.json new file mode 100644 index 0000000..5824b08 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_sand_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/sand/cracked_sand_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_teal_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_teal_tiles.json new file mode 100644 index 0000000..6433086 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_teal_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/teal/cracked_teal_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_tuff_bricks.json b/src/main/generated/assets/new_soviet/models/block/cracked_tuff_bricks.json new file mode 100644 index 0000000..bf41f91 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_tuff_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/tuff/cracked_tuff_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_tuff_tiles.json b/src/main/generated/assets/new_soviet/models/block/cracked_tuff_tiles.json new file mode 100644 index 0000000..c5b669b --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_tuff_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/tuff/cracked_tuff_tiles" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete.json b/src/main/generated/assets/new_soviet/models/block/cracked_white_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/cracked_white_concrete.json rename to src/main/generated/assets/new_soviet/models/block/cracked_white_concrete.json diff --git a/src/main/generated/assets/new_soviet/models/block/cracked_whitewash.json b/src/main/generated/assets/new_soviet/models/block/cracked_whitewash.json new file mode 100644 index 0000000..2d89427 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cracked_whitewash.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/whitewash/cracked_whitewash" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete.json b/src/main/generated/assets/new_soviet/models/block/cracked_yellow_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete.json rename to src/main/generated/assets/new_soviet/models/block/cracked_yellow_concrete.json diff --git a/src/main/generated/assets/new_soviet/models/block/cross_acacia_planks.json b/src/main/generated/assets/new_soviet/models/block/cross_acacia_planks.json new file mode 100644 index 0000000..cea22d3 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cross_acacia_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/cross_acacia_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cross_birch_planks.json b/src/main/generated/assets/new_soviet/models/block/cross_birch_planks.json new file mode 100644 index 0000000..b9cceb6 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cross_birch_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/cross_birch_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cross_brown_linoleum.json b/src/main/generated/assets/new_soviet/models/block/cross_brown_linoleum.json new file mode 100644 index 0000000..50482c0 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cross_brown_linoleum.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/linoleum/cross_brown_linoleum" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cross_crimson_planks.json b/src/main/generated/assets/new_soviet/models/block/cross_crimson_planks.json new file mode 100644 index 0000000..f7e1bc5 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cross_crimson_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/cross_crimson_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cross_dark_oak_planks.json b/src/main/generated/assets/new_soviet/models/block/cross_dark_oak_planks.json new file mode 100644 index 0000000..61ce183 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cross_dark_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/cross_dark_oak_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cross_jungle_planks.json b/src/main/generated/assets/new_soviet/models/block/cross_jungle_planks.json new file mode 100644 index 0000000..6e51887 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cross_jungle_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/cross_jungle_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cross_mangrove_planks.json b/src/main/generated/assets/new_soviet/models/block/cross_mangrove_planks.json new file mode 100644 index 0000000..cb3936a --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cross_mangrove_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/cross_mangrove_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cross_oak_planks.json b/src/main/generated/assets/new_soviet/models/block/cross_oak_planks.json new file mode 100644 index 0000000..de72de8 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cross_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/cross_oak_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cross_orange_linoleum.json b/src/main/generated/assets/new_soviet/models/block/cross_orange_linoleum.json new file mode 100644 index 0000000..7d18bb6 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cross_orange_linoleum.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/linoleum/cross_orange_linoleum" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cross_sand_tiles.json b/src/main/generated/assets/new_soviet/models/block/cross_sand_tiles.json new file mode 100644 index 0000000..6495d88 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cross_sand_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/sand/cross_sand_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cross_spruce_planks.json b/src/main/generated/assets/new_soviet/models/block/cross_spruce_planks.json new file mode 100644 index 0000000..8da11c9 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cross_spruce_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/cross_spruce_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cyan_linoleum.json b/src/main/generated/assets/new_soviet/models/block/cyan_linoleum.json new file mode 100644 index 0000000..6f61225 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cyan_linoleum.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/linoleum/cyan_linoleum" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/cyan_warning.json b/src/main/generated/assets/new_soviet/models/block/cyan_warning.json new file mode 100644 index 0000000..94be3ae --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/cyan_warning.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/industrial/warning/cyan_warning" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/dark_brick_tiles.json b/src/main/generated/assets/new_soviet/models/block/dark_brick_tiles.json new file mode 100644 index 0000000..ff896db --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/dark_brick_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/brick/dark_brick_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/deepslate_tiles.json b/src/main/generated/assets/new_soviet/models/block/deepslate_tiles.json new file mode 100644 index 0000000..6ceb630 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/deepslate_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/deepslate/deepslate_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/diagonal_calcite_tiles.json b/src/main/generated/assets/new_soviet/models/block/diagonal_calcite_tiles.json new file mode 100644 index 0000000..eccf222 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/diagonal_calcite_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/calcite/diagonal_calcite_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/diagonal_deepslate_tiles.json b/src/main/generated/assets/new_soviet/models/block/diagonal_deepslate_tiles.json new file mode 100644 index 0000000..41760c2 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/diagonal_deepslate_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/deepslate/diagonal_deepslate_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/diorite_bricks.json b/src/main/generated/assets/new_soviet/models/block/diorite_bricks.json new file mode 100644 index 0000000..d2c514c --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/diorite_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/diorite/diorite_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/dirty_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/block/dirty_aquamarine_tiles.json new file mode 100644 index 0000000..ce2d3be --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/dirty_aquamarine_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/aquamarine/dirty_aquamarine_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/dirty_brick_tiles.json b/src/main/generated/assets/new_soviet/models/block/dirty_brick_tiles.json new file mode 100644 index 0000000..2ccd993 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/dirty_brick_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/brick/dirty_brick_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/dirty_dark_brick_tiles.json b/src/main/generated/assets/new_soviet/models/block/dirty_dark_brick_tiles.json new file mode 100644 index 0000000..dc612ea --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/dirty_dark_brick_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/brick/dirty_dark_brick_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/dripstone_bricks.json b/src/main/generated/assets/new_soviet/models/block/dripstone_bricks.json new file mode 100644 index 0000000..010c840 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/dripstone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/dripstone/dripstone_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/dripstone_tiles.json b/src/main/generated/assets/new_soviet/models/block/dripstone_tiles.json new file mode 100644 index 0000000..d3e4fb8 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/dripstone_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/dripstone/dripstone_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/glazed_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/block/glazed_aquamarine_tiles.json new file mode 100644 index 0000000..79e22e2 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/glazed_aquamarine_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/aquamarine/glazed_aquamarine_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/glazed_brick_tiles.json b/src/main/generated/assets/new_soviet/models/block/glazed_brick_tiles.json new file mode 100644 index 0000000..38df432 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/glazed_brick_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/brick/glazed_brick_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/glazed_light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/block/glazed_light_blue_tiles.json new file mode 100644 index 0000000..df92325 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/glazed_light_blue_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/light_blue/glazed_light_blue_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/glazed_teal_tiles.json b/src/main/generated/assets/new_soviet/models/block/glazed_teal_tiles.json new file mode 100644 index 0000000..1621ced --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/glazed_teal_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/teal/glazed_teal_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/glazed_white_tiles.json b/src/main/generated/assets/new_soviet/models/block/glazed_white_tiles.json new file mode 100644 index 0000000..07397b9 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/glazed_white_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/white/glazed_white_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/gray_linoleum.json b/src/main/generated/assets/new_soviet/models/block/gray_linoleum.json new file mode 100644 index 0000000..b1e95c7 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/gray_linoleum.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/linoleum/gray_linoleum" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/gray_warning.json b/src/main/generated/assets/new_soviet/models/block/gray_warning.json new file mode 100644 index 0000000..24416f7 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/gray_warning.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/industrial/warning/gray_warning" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/green_bricks.json b/src/main/generated/assets/new_soviet/models/block/green_bricks.json new file mode 100644 index 0000000..97e8f6a --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/green_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/green/green_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/green_bricks_2.json b/src/main/generated/assets/new_soviet/models/block/green_bricks_2.json new file mode 100644 index 0000000..23aafad --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/green_bricks_2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/green/green_bricks_2" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_concrete.json b/src/main/generated/assets/new_soviet/models/block/green_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/green_concrete.json rename to src/main/generated/assets/new_soviet/models/block/green_concrete.json diff --git a/src/main/generated/assets/new_soviet/models/block/green_linoleum.json b/src/main/generated/assets/new_soviet/models/block/green_linoleum.json new file mode 100644 index 0000000..8a9b190 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/green_linoleum.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/linoleum/green_linoleum" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/green_wallpaper.json b/src/main/generated/assets/new_soviet/models/block/green_wallpaper.json new file mode 100644 index 0000000..c9d3548 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/green_wallpaper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/wallpapers/green_wallpaper" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/green_warning.json b/src/main/generated/assets/new_soviet/models/block/green_warning.json new file mode 100644 index 0000000..d786f27 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/green_warning.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/industrial/warning/green_warning" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/green_white_tiles.json b/src/main/generated/assets/new_soviet/models/block/green_white_tiles.json new file mode 100644 index 0000000..848016f --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/green_white_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/green_white/green_white_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/herringbone_acacia_planks.json b/src/main/generated/assets/new_soviet/models/block/herringbone_acacia_planks.json new file mode 100644 index 0000000..3e0eaa9 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/herringbone_acacia_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/herringbone_acacia_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/herringbone_birch_planks.json b/src/main/generated/assets/new_soviet/models/block/herringbone_birch_planks.json new file mode 100644 index 0000000..c2e7292 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/herringbone_birch_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/herringbone_birch_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/herringbone_crimson_planks.json b/src/main/generated/assets/new_soviet/models/block/herringbone_crimson_planks.json new file mode 100644 index 0000000..0330b37 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/herringbone_crimson_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/herringbone_crimson_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/herringbone_dark_oak_planks.json b/src/main/generated/assets/new_soviet/models/block/herringbone_dark_oak_planks.json new file mode 100644 index 0000000..ad2bdcf --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/herringbone_dark_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/herringbone_dark_oak_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/herringbone_jungle_planks.json b/src/main/generated/assets/new_soviet/models/block/herringbone_jungle_planks.json new file mode 100644 index 0000000..d8d4a17 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/herringbone_jungle_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/herringbone_jungle_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/herringbone_mangrove_planks.json b/src/main/generated/assets/new_soviet/models/block/herringbone_mangrove_planks.json new file mode 100644 index 0000000..980282d --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/herringbone_mangrove_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/herringbone_mangrove_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/herringbone_oak_planks.json b/src/main/generated/assets/new_soviet/models/block/herringbone_oak_planks.json new file mode 100644 index 0000000..ed31e17 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/herringbone_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/herringbone_oak_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/herringbone_parquet.json b/src/main/generated/assets/new_soviet/models/block/herringbone_parquet.json new file mode 100644 index 0000000..272867d --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/herringbone_parquet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/herringbone_parquet" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/herringbone_sand_tiles.json b/src/main/generated/assets/new_soviet/models/block/herringbone_sand_tiles.json new file mode 100644 index 0000000..3e80835 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/herringbone_sand_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/sand/herringbone_sand_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/herringbone_spruce_planks.json b/src/main/generated/assets/new_soviet/models/block/herringbone_spruce_planks.json new file mode 100644 index 0000000..6399db5 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/herringbone_spruce_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/herringbone_spruce_planks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/industrial_warning.json b/src/main/generated/assets/new_soviet/models/block/industrial_warning.json new file mode 100644 index 0000000..cfa7d23 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/industrial_warning.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/industrial/warning/industrial_warning" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/light_blue_bricks.json b/src/main/generated/assets/new_soviet/models/block/light_blue_bricks.json new file mode 100644 index 0000000..7babfc1 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/light_blue_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/light_blue/light_blue_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/block/light_blue_tiles.json new file mode 100644 index 0000000..8a0a898 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/light_blue_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/light_blue/light_blue_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/light_blue_warning.json b/src/main/generated/assets/new_soviet/models/block/light_blue_warning.json new file mode 100644 index 0000000..5974dba --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/light_blue_warning.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/industrial/warning/light_blue_warning" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/lime_warning.json b/src/main/generated/assets/new_soviet/models/block/lime_warning.json new file mode 100644 index 0000000..cf263c0 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/lime_warning.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/industrial/warning/lime_warning" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/magenta_warning.json b/src/main/generated/assets/new_soviet/models/block/magenta_warning.json new file mode 100644 index 0000000..0aa0fd4 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/magenta_warning.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/industrial/warning/magenta_warning" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/metal_plating.json b/src/main/generated/assets/new_soviet/models/block/metal_plating.json new file mode 100644 index 0000000..0d4a653 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/metal_plating.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/industrial/metal_plating" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/block/mossy_aquamarine_tiles.json new file mode 100644 index 0000000..f166adc --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_aquamarine_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/aquamarine/mossy_aquamarine_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_brick_tiles.json b/src/main/generated/assets/new_soviet/models/block/mossy_brick_tiles.json new file mode 100644 index 0000000..ac7aceb --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_brick_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/brick/mossy_brick_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_calcite_tiles.json b/src/main/generated/assets/new_soviet/models/block/mossy_calcite_tiles.json new file mode 100644 index 0000000..04a66f8 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_calcite_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/calcite/mossy_calcite_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_dark_brick_tiles.json b/src/main/generated/assets/new_soviet/models/block/mossy_dark_brick_tiles.json new file mode 100644 index 0000000..de58467 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_dark_brick_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/brick/mossy_dark_brick_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_deepslate_tiles.json b/src/main/generated/assets/new_soviet/models/block/mossy_deepslate_tiles.json new file mode 100644 index 0000000..df6aa2f --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_deepslate_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/deepslate/mossy_deepslate_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_diorite_bricks.json b/src/main/generated/assets/new_soviet/models/block/mossy_diorite_bricks.json new file mode 100644 index 0000000..1925ecd --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_diorite_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/diorite/mossy_diorite_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_dripstone_tiles.json b/src/main/generated/assets/new_soviet/models/block/mossy_dripstone_tiles.json new file mode 100644 index 0000000..7b27f08 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_dripstone_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/dripstone/mossy_dripstone_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_green_bricks.json b/src/main/generated/assets/new_soviet/models/block/mossy_green_bricks.json new file mode 100644 index 0000000..2b013f2 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_green_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/green/mossy_green_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_green_bricks_2.json b/src/main/generated/assets/new_soviet/models/block/mossy_green_bricks_2.json new file mode 100644 index 0000000..b60db1f --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_green_bricks_2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/green/mossy_green_bricks_2" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_green_white_tiles.json b/src/main/generated/assets/new_soviet/models/block/mossy_green_white_tiles.json new file mode 100644 index 0000000..ad9b0d3 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_green_white_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/green_white/mossy_green_white_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_light_blue_bricks.json b/src/main/generated/assets/new_soviet/models/block/mossy_light_blue_bricks.json new file mode 100644 index 0000000..ef81e72 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_light_blue_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/light_blue/mossy_light_blue_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/block/mossy_light_blue_tiles.json new file mode 100644 index 0000000..a3280c5 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_light_blue_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/light_blue/mossy_light_blue_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_red_bricks.json b/src/main/generated/assets/new_soviet/models/block/mossy_red_bricks.json new file mode 100644 index 0000000..9729a99 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_red_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/red/mossy_red_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_sand_bricks.json b/src/main/generated/assets/new_soviet/models/block/mossy_sand_bricks.json new file mode 100644 index 0000000..6b2df98 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_sand_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/sand/mossy_sand_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_sand_tiles.json b/src/main/generated/assets/new_soviet/models/block/mossy_sand_tiles.json new file mode 100644 index 0000000..c12b5d6 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_sand_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/sand/mossy_sand_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_teal_tiles.json b/src/main/generated/assets/new_soviet/models/block/mossy_teal_tiles.json new file mode 100644 index 0000000..c64a1c4 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_teal_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/teal/mossy_teal_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_tuff_bricks.json b/src/main/generated/assets/new_soviet/models/block/mossy_tuff_bricks.json new file mode 100644 index 0000000..43d9562 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_tuff_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/tuff/mossy_tuff_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/mossy_tuff_tiles.json b/src/main/generated/assets/new_soviet/models/block/mossy_tuff_tiles.json new file mode 100644 index 0000000..ac3d5db --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/mossy_tuff_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/tuff/mossy_tuff_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/nii_floor.json b/src/main/generated/assets/new_soviet/models/block/nii_floor.json new file mode 100644 index 0000000..3836b70 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/nii_floor.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/research_institute/nii_floor" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/nii_wall_1.json b/src/main/generated/assets/new_soviet/models/block/nii_wall_1.json new file mode 100644 index 0000000..853f6c0 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/nii_wall_1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/research_institute/nii_wall_1" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/nii_wall_2.json b/src/main/generated/assets/new_soviet/models/block/nii_wall_2.json new file mode 100644 index 0000000..64f8cb8 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/nii_wall_2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/research_institute/nii_wall_2" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/nii_wall_3.json b/src/main/generated/assets/new_soviet/models/block/nii_wall_3.json new file mode 100644 index 0000000..980e616 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/nii_wall_3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/research_institute/nii_wall_3" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/orange_linoleum.json b/src/main/generated/assets/new_soviet/models/block/orange_linoleum.json new file mode 100644 index 0000000..a01315d --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/orange_linoleum.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/linoleum/orange_linoleum" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/orange_warning.json b/src/main/generated/assets/new_soviet/models/block/orange_warning.json new file mode 100644 index 0000000..a3f11d7 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/orange_warning.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/industrial/warning/orange_warning" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/purple_warning.json b/src/main/generated/assets/new_soviet/models/block/purple_warning.json new file mode 100644 index 0000000..00106cb --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/purple_warning.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/industrial/warning/purple_warning" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/red_bricks.json b/src/main/generated/assets/new_soviet/models/block/red_bricks.json new file mode 100644 index 0000000..1759b50 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/red_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/red/red_bricks" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_concrete.json b/src/main/generated/assets/new_soviet/models/block/red_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/red_concrete.json rename to src/main/generated/assets/new_soviet/models/block/red_concrete.json diff --git a/src/main/generated/assets/new_soviet/models/block/red_linoleum.json b/src/main/generated/assets/new_soviet/models/block/red_linoleum.json new file mode 100644 index 0000000..329361e --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/red_linoleum.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/linoleum/red_linoleum" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/red_warning.json b/src/main/generated/assets/new_soviet/models/block/red_warning.json new file mode 100644 index 0000000..8cce2ed --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/red_warning.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/industrial/warning/red_warning" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/sand_bricks.json b/src/main/generated/assets/new_soviet/models/block/sand_bricks.json new file mode 100644 index 0000000..a632afb --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/sand_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/sand/sand_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/sand_tiles.json b/src/main/generated/assets/new_soviet/models/block/sand_tiles.json new file mode 100644 index 0000000..ec55dc9 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/sand_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/sand/sand_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/separated_parquet.json b/src/main/generated/assets/new_soviet/models/block/separated_parquet.json new file mode 100644 index 0000000..377c80d --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/separated_parquet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/separated_parquet" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_aquamarine_tiles.json new file mode 100644 index 0000000..930a4dc --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_aquamarine_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/aquamarine/small_aquamarine_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_cracked_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_cracked_aquamarine_tiles.json new file mode 100644 index 0000000..9f83ec5 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_cracked_aquamarine_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/aquamarine/small_cracked_aquamarine_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_cracked_deepslate_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_cracked_deepslate_tiles.json new file mode 100644 index 0000000..415bbfe --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_cracked_deepslate_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/deepslate/small_cracked_deepslate_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_cracked_diorite_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_cracked_diorite_tiles.json new file mode 100644 index 0000000..7e63914 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_cracked_diorite_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/diorite/small_cracked_diorite_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_cracked_granite_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_cracked_granite_tiles.json new file mode 100644 index 0000000..f87bf1c --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_cracked_granite_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/granite/small_cracked_granite_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_cracked_light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_cracked_light_blue_tiles.json new file mode 100644 index 0000000..0d2cde5 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_cracked_light_blue_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/light_blue/small_cracked_light_blue_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_cracked_sand_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_cracked_sand_tiles.json new file mode 100644 index 0000000..126cab4 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_cracked_sand_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/sand/small_cracked_sand_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_cracked_teal_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_cracked_teal_tiles.json new file mode 100644 index 0000000..7fce3aa --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_cracked_teal_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/teal/small_cracked_teal_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_cracked_white_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_cracked_white_tiles.json new file mode 100644 index 0000000..fca0844 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_cracked_white_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/white/small_cracked_white_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_cracked_yellow_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_cracked_yellow_tiles.json new file mode 100644 index 0000000..2ff5e3c --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_cracked_yellow_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/yellow/small_cracked_yellow_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_deepslate_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_deepslate_tiles.json new file mode 100644 index 0000000..c7199ee --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_deepslate_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/deepslate/small_deepslate_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_diorite_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_diorite_tiles.json new file mode 100644 index 0000000..aed75ef --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_diorite_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/diorite/small_diorite_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_granite_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_granite_tiles.json new file mode 100644 index 0000000..9ff8952 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_granite_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/granite/small_granite_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_light_blue_tiles.json new file mode 100644 index 0000000..e68d7ed --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_light_blue_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/light_blue/small_light_blue_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_sand_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_sand_tiles.json new file mode 100644 index 0000000..be7a9a5 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_sand_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/sand/small_sand_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_teal_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_teal_tiles.json new file mode 100644 index 0000000..deba6f8 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_teal_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/teal/small_teal_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_white_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_white_tiles.json new file mode 100644 index 0000000..21c5cfb --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_white_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/white/small_white_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/small_yellow_tiles.json b/src/main/generated/assets/new_soviet/models/block/small_yellow_tiles.json new file mode 100644 index 0000000..25e8cc7 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/small_yellow_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/yellow/small_yellow_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/straight_parquet.json b/src/main/generated/assets/new_soviet/models/block/straight_parquet.json new file mode 100644 index 0000000..c059365 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/straight_parquet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/floor/planks/straight_parquet" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/teal_tiles.json b/src/main/generated/assets/new_soviet/models/block/teal_tiles.json new file mode 100644 index 0000000..b62ac26 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/teal_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/teal/teal_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/tuff_bricks.json b/src/main/generated/assets/new_soviet/models/block/tuff_bricks.json new file mode 100644 index 0000000..8a156b9 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/tuff_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/tuff/tuff_bricks" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/tuff_tiles.json b/src/main/generated/assets/new_soviet/models/block/tuff_tiles.json new file mode 100644 index 0000000..197d420 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/tuff_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/tuff/tuff_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/variated_light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/block/variated_light_blue_tiles.json new file mode 100644 index 0000000..938f4ac --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/variated_light_blue_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/light_blue/variated_light_blue_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/variated_teal_tiles.json b/src/main/generated/assets/new_soviet/models/block/variated_teal_tiles.json new file mode 100644 index 0000000..0b80ece --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/variated_teal_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/teal/variated_teal_tiles" + } +} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/block/very_cracked_whitewash.json b/src/main/generated/assets/new_soviet/models/block/very_cracked_whitewash.json new file mode 100644 index 0000000..35148f7 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/very_cracked_whitewash.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/whitewash/very_cracked_whitewash" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/white_concrete.json b/src/main/generated/assets/new_soviet/models/block/white_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/white_concrete.json rename to src/main/generated/assets/new_soviet/models/block/white_concrete.json diff --git a/src/main/generated/assets/new_soviet/models/block/whitewash.json b/src/main/generated/assets/new_soviet/models/block/whitewash.json new file mode 100644 index 0000000..29aaf28 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/whitewash.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/whitewash/whitewash" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/yellow_concrete.json b/src/main/generated/assets/new_soviet/models/block/yellow_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/yellow_concrete.json rename to src/main/generated/assets/new_soviet/models/block/yellow_concrete.json diff --git a/src/main/generated/assets/new_soviet/models/block/yellow_warning.json b/src/main/generated/assets/new_soviet/models/block/yellow_warning.json new file mode 100644 index 0000000..476b296 --- /dev/null +++ b/src/main/generated/assets/new_soviet/models/block/yellow_warning.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "new_soviet:block/industrial/warning/yellow_warning" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/item/aquamarine_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/models/item/aquamarine_tiles.json index cced3cd..386940b 100644 --- a/src/main/resources/assets/new_soviet/models/item/aquamarine_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/aquamarine_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/aquamarine_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/beige_concrete.json b/src/main/generated/assets/new_soviet/models/item/beige_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/beige_concrete.json rename to src/main/generated/assets/new_soviet/models/item/beige_concrete.json diff --git a/src/main/resources/assets/new_soviet/models/item/beige_wallpaper.json b/src/main/generated/assets/new_soviet/models/item/beige_wallpaper.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/beige_wallpaper.json rename to src/main/generated/assets/new_soviet/models/item/beige_wallpaper.json index 7bc5b85..edf0d76 100644 --- a/src/main/resources/assets/new_soviet/models/item/beige_wallpaper.json +++ b/src/main/generated/assets/new_soviet/models/item/beige_wallpaper.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/beige_wallpaper" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/big_diorite_tiles.json b/src/main/generated/assets/new_soviet/models/item/big_diorite_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/big_diorite_tiles.json rename to src/main/generated/assets/new_soviet/models/item/big_diorite_tiles.json index ac70fe7..759bceb 100644 --- a/src/main/resources/assets/new_soviet/models/item/big_diorite_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/big_diorite_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/big_diorite_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/big_granite_tiles.json b/src/main/generated/assets/new_soviet/models/item/big_granite_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/big_granite_tiles.json rename to src/main/generated/assets/new_soviet/models/item/big_granite_tiles.json index d0a82fc..1bdf397 100644 --- a/src/main/resources/assets/new_soviet/models/item/big_granite_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/big_granite_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/big_granite_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/big_green_tiles.json b/src/main/generated/assets/new_soviet/models/item/big_green_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/big_green_tiles.json rename to src/main/generated/assets/new_soviet/models/item/big_green_tiles.json index 117e8ee..dc2e045 100644 --- a/src/main/resources/assets/new_soviet/models/item/big_green_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/big_green_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/big_green_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/big_sand_bricks.json b/src/main/generated/assets/new_soviet/models/item/big_sand_bricks.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/big_sand_bricks.json rename to src/main/generated/assets/new_soviet/models/item/big_sand_bricks.json index b108cc5..c7ee272 100644 --- a/src/main/resources/assets/new_soviet/models/item/big_sand_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/big_sand_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/big_sand_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/big_sand_tiles.json b/src/main/generated/assets/new_soviet/models/item/big_sand_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/big_sand_tiles.json rename to src/main/generated/assets/new_soviet/models/item/big_sand_tiles.json index b37080a..f0602eb 100644 --- a/src/main/resources/assets/new_soviet/models/item/big_sand_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/big_sand_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/big_sand_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/big_tuff_tiles.json b/src/main/generated/assets/new_soviet/models/item/big_tuff_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/big_tuff_tiles.json rename to src/main/generated/assets/new_soviet/models/item/big_tuff_tiles.json index d5fa3fa..3f82127 100644 --- a/src/main/resources/assets/new_soviet/models/item/big_tuff_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/big_tuff_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/big_tuff_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/blue_concrete.json b/src/main/generated/assets/new_soviet/models/item/blue_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/blue_concrete.json rename to src/main/generated/assets/new_soviet/models/item/blue_concrete.json diff --git a/src/main/resources/assets/new_soviet/models/item/blue_linoleum.json b/src/main/generated/assets/new_soviet/models/item/blue_linoleum.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/blue_linoleum.json rename to src/main/generated/assets/new_soviet/models/item/blue_linoleum.json index c2ce602..e285fba 100644 --- a/src/main/resources/assets/new_soviet/models/item/blue_linoleum.json +++ b/src/main/generated/assets/new_soviet/models/item/blue_linoleum.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/blue_linoleum" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/blue_warning.json b/src/main/generated/assets/new_soviet/models/item/blue_warning.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/blue_warning.json rename to src/main/generated/assets/new_soviet/models/item/blue_warning.json index f9db96c..0c2ec56 100644 --- a/src/main/resources/assets/new_soviet/models/item/blue_warning.json +++ b/src/main/generated/assets/new_soviet/models/item/blue_warning.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/blue_warning" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/brick_tiles.json b/src/main/generated/assets/new_soviet/models/item/brick_tiles.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/brick_tiles.json rename to src/main/generated/assets/new_soviet/models/item/brick_tiles.json index f9dcad2..97ec934 100644 --- a/src/main/resources/assets/new_soviet/models/item/brick_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/brick_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/brick_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/brown_linoleum.json b/src/main/generated/assets/new_soviet/models/item/brown_linoleum.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/brown_linoleum.json rename to src/main/generated/assets/new_soviet/models/item/brown_linoleum.json index 79bfbed..05ba31a 100644 --- a/src/main/resources/assets/new_soviet/models/item/brown_linoleum.json +++ b/src/main/generated/assets/new_soviet/models/item/brown_linoleum.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/brown_linoleum" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/brown_wallpaper.json b/src/main/generated/assets/new_soviet/models/item/brown_wallpaper.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/brown_wallpaper.json rename to src/main/generated/assets/new_soviet/models/item/brown_wallpaper.json index fd1f83c..d0d0c77 100644 --- a/src/main/resources/assets/new_soviet/models/item/brown_wallpaper.json +++ b/src/main/generated/assets/new_soviet/models/item/brown_wallpaper.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/brown_wallpaper" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/calcite_tiles.json b/src/main/generated/assets/new_soviet/models/item/calcite_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/calcite_tiles.json rename to src/main/generated/assets/new_soviet/models/item/calcite_tiles.json index ce10c82..e2b5b7d 100644 --- a/src/main/resources/assets/new_soviet/models/item/calcite_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/calcite_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/calcite_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_aquamarine_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/cracked_aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_aquamarine_tiles.json index b26f65e..f1fb5b4 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_aquamarine_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_aquamarine_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_aquamarine_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_beige_concrete.json b/src/main/generated/assets/new_soviet/models/item/cracked_beige_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cracked_beige_concrete.json rename to src/main/generated/assets/new_soviet/models/item/cracked_beige_concrete.json diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_blue_concrete.json b/src/main/generated/assets/new_soviet/models/item/cracked_blue_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cracked_blue_concrete.json rename to src/main/generated/assets/new_soviet/models/item/cracked_blue_concrete.json diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_brick_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_brick_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cracked_brick_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_brick_tiles.json index ea4ec5e..13d28a6 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_brick_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_brick_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_brick_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_calcite_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_calcite_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cracked_calcite_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_calcite_tiles.json index 95facbd..03abd0a 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_calcite_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_calcite_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_calcite_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_dark_brick_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_dark_brick_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/cracked_dark_brick_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_dark_brick_tiles.json index 26a3187..272db7a 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_dark_brick_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_dark_brick_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_dark_brick_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_deepslate_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_deepslate_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/cracked_deepslate_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_deepslate_tiles.json index bc80fdd..5d8be85 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_deepslate_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_deepslate_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_deepslate_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_diorite_bricks.json b/src/main/generated/assets/new_soviet/models/item/cracked_diorite_bricks.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cracked_diorite_bricks.json rename to src/main/generated/assets/new_soviet/models/item/cracked_diorite_bricks.json index 53d5040..be091ca 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_diorite_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_diorite_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_diorite_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_dripstone_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_dripstone_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/cracked_dripstone_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_dripstone_tiles.json index 2615c32..e3b84f9 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_dripstone_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_dripstone_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_dripstone_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_glazed_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_glazed_aquamarine_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/cracked_glazed_aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_glazed_aquamarine_tiles.json index b3b33fe..a438eb8 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_glazed_aquamarine_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_glazed_aquamarine_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_glazed_aquamarine_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_glazed_brick_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_glazed_brick_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/cracked_glazed_brick_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_glazed_brick_tiles.json index ff3f063..7a68333 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_glazed_brick_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_glazed_brick_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_glazed_brick_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_glazed_light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_glazed_light_blue_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/cracked_glazed_light_blue_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_glazed_light_blue_tiles.json index 5b78af8..53aafb1 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_glazed_light_blue_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_glazed_light_blue_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_glazed_light_blue_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_glazed_teal_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_glazed_teal_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/cracked_glazed_teal_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_glazed_teal_tiles.json index 83151dd..0ad426b 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_glazed_teal_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_glazed_teal_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_glazed_teal_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_glazed_white_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_glazed_white_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/cracked_glazed_white_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_glazed_white_tiles.json index d2915dd..0a00400 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_glazed_white_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_glazed_white_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_glazed_white_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks.json b/src/main/generated/assets/new_soviet/models/item/cracked_green_bricks.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cracked_green_bricks.json rename to src/main/generated/assets/new_soviet/models/item/cracked_green_bricks.json index bb96e6e..bee4abf 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_green_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_green_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_2.json b/src/main/generated/assets/new_soviet/models/item/cracked_green_bricks_2.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_2.json rename to src/main/generated/assets/new_soviet/models/item/cracked_green_bricks_2.json index ee62ddc..dd3b0f1 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_2.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_green_bricks_2.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_green_bricks_2" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_green_concrete.json b/src/main/generated/assets/new_soviet/models/item/cracked_green_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cracked_green_concrete.json rename to src/main/generated/assets/new_soviet/models/item/cracked_green_concrete.json diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_green_white_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_green_white_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/cracked_green_white_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_green_white_tiles.json index 9ee1e91..78f1f20 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_green_white_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_green_white_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_green_white_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_light_blue_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/cracked_light_blue_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_light_blue_tiles.json index e5aac87..8c42b4e 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_light_blue_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_light_blue_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_nii_wall_1.json b/src/main/generated/assets/new_soviet/models/item/cracked_nii_wall_1.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cracked_nii_wall_1.json rename to src/main/generated/assets/new_soviet/models/item/cracked_nii_wall_1.json index 7b9786d..b894698 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_nii_wall_1.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_nii_wall_1.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_nii_wall_1" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_red_bricks.json b/src/main/generated/assets/new_soviet/models/item/cracked_red_bricks.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cracked_red_bricks.json rename to src/main/generated/assets/new_soviet/models/item/cracked_red_bricks.json index ab6cf7a..c43af16 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_red_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_red_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_red_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_red_concrete.json b/src/main/generated/assets/new_soviet/models/item/cracked_red_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cracked_red_concrete.json rename to src/main/generated/assets/new_soviet/models/item/cracked_red_concrete.json diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_sand_bricks.json b/src/main/generated/assets/new_soviet/models/item/cracked_sand_bricks.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cracked_sand_bricks.json rename to src/main/generated/assets/new_soviet/models/item/cracked_sand_bricks.json index 53af9b0..b859287 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_sand_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_sand_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_sand_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_sand_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_sand_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cracked_sand_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_sand_tiles.json index 2478e11..9ccc390 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_sand_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_sand_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_sand_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_teal_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_teal_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cracked_teal_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_teal_tiles.json index 4a095a0..829f56c 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_teal_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_teal_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_teal_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_tuff_bricks.json b/src/main/generated/assets/new_soviet/models/item/cracked_tuff_bricks.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cracked_tuff_bricks.json rename to src/main/generated/assets/new_soviet/models/item/cracked_tuff_bricks.json index 18bc414..c913693 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_tuff_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_tuff_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_tuff_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_tuff_tiles.json b/src/main/generated/assets/new_soviet/models/item/cracked_tuff_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cracked_tuff_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cracked_tuff_tiles.json diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_white_concrete.json b/src/main/generated/assets/new_soviet/models/item/cracked_white_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cracked_white_concrete.json rename to src/main/generated/assets/new_soviet/models/item/cracked_white_concrete.json diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_whitewash.json b/src/main/generated/assets/new_soviet/models/item/cracked_whitewash.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cracked_whitewash.json rename to src/main/generated/assets/new_soviet/models/item/cracked_whitewash.json index 8826b0b..6d3d4b2 100644 --- a/src/main/resources/assets/new_soviet/models/item/cracked_whitewash.json +++ b/src/main/generated/assets/new_soviet/models/item/cracked_whitewash.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cracked_whitewash" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_yellow_concrete.json b/src/main/generated/assets/new_soviet/models/item/cracked_yellow_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cracked_yellow_concrete.json rename to src/main/generated/assets/new_soviet/models/item/cracked_yellow_concrete.json diff --git a/src/main/resources/assets/new_soviet/models/item/cross_acacia_planks.json b/src/main/generated/assets/new_soviet/models/item/cross_acacia_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cross_acacia_planks.json rename to src/main/generated/assets/new_soviet/models/item/cross_acacia_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/cross_birch_planks.json b/src/main/generated/assets/new_soviet/models/item/cross_birch_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cross_birch_planks.json rename to src/main/generated/assets/new_soviet/models/item/cross_birch_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/cross_brown_linoleum.json b/src/main/generated/assets/new_soviet/models/item/cross_brown_linoleum.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cross_brown_linoleum.json rename to src/main/generated/assets/new_soviet/models/item/cross_brown_linoleum.json index 4eb7594..ce228bd 100644 --- a/src/main/resources/assets/new_soviet/models/item/cross_brown_linoleum.json +++ b/src/main/generated/assets/new_soviet/models/item/cross_brown_linoleum.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cross_brown_linoleum" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_crimson_planks.json b/src/main/generated/assets/new_soviet/models/item/cross_crimson_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cross_crimson_planks.json rename to src/main/generated/assets/new_soviet/models/item/cross_crimson_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/cross_dark_oak_planks.json b/src/main/generated/assets/new_soviet/models/item/cross_dark_oak_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cross_dark_oak_planks.json rename to src/main/generated/assets/new_soviet/models/item/cross_dark_oak_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/cross_jungle_planks.json b/src/main/generated/assets/new_soviet/models/item/cross_jungle_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cross_jungle_planks.json rename to src/main/generated/assets/new_soviet/models/item/cross_jungle_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/cross_mangrove_planks.json b/src/main/generated/assets/new_soviet/models/item/cross_mangrove_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cross_mangrove_planks.json rename to src/main/generated/assets/new_soviet/models/item/cross_mangrove_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/cross_oak_planks.json b/src/main/generated/assets/new_soviet/models/item/cross_oak_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cross_oak_planks.json rename to src/main/generated/assets/new_soviet/models/item/cross_oak_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/cross_orange_linoleum.json b/src/main/generated/assets/new_soviet/models/item/cross_orange_linoleum.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cross_orange_linoleum.json rename to src/main/generated/assets/new_soviet/models/item/cross_orange_linoleum.json index 196f7ef..fe29ab6 100644 --- a/src/main/resources/assets/new_soviet/models/item/cross_orange_linoleum.json +++ b/src/main/generated/assets/new_soviet/models/item/cross_orange_linoleum.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cross_orange_linoleum" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_sand_tiles.json b/src/main/generated/assets/new_soviet/models/item/cross_sand_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cross_sand_tiles.json rename to src/main/generated/assets/new_soviet/models/item/cross_sand_tiles.json index bbd7ec3..c58dca6 100644 --- a/src/main/resources/assets/new_soviet/models/item/cross_sand_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/cross_sand_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cross_sand_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_spruce_planks.json b/src/main/generated/assets/new_soviet/models/item/cross_spruce_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/cross_spruce_planks.json rename to src/main/generated/assets/new_soviet/models/item/cross_spruce_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/cyan_linoleum.json b/src/main/generated/assets/new_soviet/models/item/cyan_linoleum.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/cyan_linoleum.json rename to src/main/generated/assets/new_soviet/models/item/cyan_linoleum.json index 914213a..8a3f549 100644 --- a/src/main/resources/assets/new_soviet/models/item/cyan_linoleum.json +++ b/src/main/generated/assets/new_soviet/models/item/cyan_linoleum.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cyan_linoleum" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cyan_warning.json b/src/main/generated/assets/new_soviet/models/item/cyan_warning.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/cyan_warning.json rename to src/main/generated/assets/new_soviet/models/item/cyan_warning.json index 3ccfd27..d46d727 100644 --- a/src/main/resources/assets/new_soviet/models/item/cyan_warning.json +++ b/src/main/generated/assets/new_soviet/models/item/cyan_warning.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/cyan_warning" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dark_brick_tiles.json b/src/main/generated/assets/new_soviet/models/item/dark_brick_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/dark_brick_tiles.json rename to src/main/generated/assets/new_soviet/models/item/dark_brick_tiles.json index 0653014..b2e0139 100644 --- a/src/main/resources/assets/new_soviet/models/item/dark_brick_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/dark_brick_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/dark_brick_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/deepslate_tiles.json b/src/main/generated/assets/new_soviet/models/item/deepslate_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/deepslate_tiles.json rename to src/main/generated/assets/new_soviet/models/item/deepslate_tiles.json index 9cfebca..00af7bd 100644 --- a/src/main/resources/assets/new_soviet/models/item/deepslate_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/deepslate_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/deepslate_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/diagonal_calcite_tiles.json b/src/main/generated/assets/new_soviet/models/item/diagonal_calcite_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/diagonal_calcite_tiles.json rename to src/main/generated/assets/new_soviet/models/item/diagonal_calcite_tiles.json index a5583b0..86a6afa 100644 --- a/src/main/resources/assets/new_soviet/models/item/diagonal_calcite_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/diagonal_calcite_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/diagonal_calcite_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/diagonal_deepslate_tiles.json b/src/main/generated/assets/new_soviet/models/item/diagonal_deepslate_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/diagonal_deepslate_tiles.json rename to src/main/generated/assets/new_soviet/models/item/diagonal_deepslate_tiles.json index 39baae1..4fae67e 100644 --- a/src/main/resources/assets/new_soviet/models/item/diagonal_deepslate_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/diagonal_deepslate_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/diagonal_deepslate_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/diorite_bricks.json b/src/main/generated/assets/new_soviet/models/item/diorite_bricks.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/diorite_bricks.json rename to src/main/generated/assets/new_soviet/models/item/diorite_bricks.json index 271fa26..5cbb036 100644 --- a/src/main/resources/assets/new_soviet/models/item/diorite_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/diorite_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/diorite_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dirty_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/item/dirty_aquamarine_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/dirty_aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/models/item/dirty_aquamarine_tiles.json index 4fd93bb..e628037 100644 --- a/src/main/resources/assets/new_soviet/models/item/dirty_aquamarine_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/dirty_aquamarine_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/dirty_aquamarine_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dirty_brick_tiles.json b/src/main/generated/assets/new_soviet/models/item/dirty_brick_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/dirty_brick_tiles.json rename to src/main/generated/assets/new_soviet/models/item/dirty_brick_tiles.json index 18ea7ce..a23514d 100644 --- a/src/main/resources/assets/new_soviet/models/item/dirty_brick_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/dirty_brick_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/dirty_brick_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dirty_dark_brick_tiles.json b/src/main/generated/assets/new_soviet/models/item/dirty_dark_brick_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/dirty_dark_brick_tiles.json rename to src/main/generated/assets/new_soviet/models/item/dirty_dark_brick_tiles.json index 5a2ec63..27209e9 100644 --- a/src/main/resources/assets/new_soviet/models/item/dirty_dark_brick_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/dirty_dark_brick_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/dirty_dark_brick_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dripstone_bricks.json b/src/main/generated/assets/new_soviet/models/item/dripstone_bricks.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/dripstone_bricks.json rename to src/main/generated/assets/new_soviet/models/item/dripstone_bricks.json index 12d7b36..2277710 100644 --- a/src/main/resources/assets/new_soviet/models/item/dripstone_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/dripstone_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/dripstone_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dripstone_tiles.json b/src/main/generated/assets/new_soviet/models/item/dripstone_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/dripstone_tiles.json rename to src/main/generated/assets/new_soviet/models/item/dripstone_tiles.json index 9462f68..195e69f 100644 --- a/src/main/resources/assets/new_soviet/models/item/dripstone_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/dripstone_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/dripstone_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/glazed_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/item/glazed_aquamarine_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/glazed_aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/models/item/glazed_aquamarine_tiles.json index 55ca031..f94a8b7 100644 --- a/src/main/resources/assets/new_soviet/models/item/glazed_aquamarine_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/glazed_aquamarine_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/glazed_aquamarine_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/glazed_brick_tiles.json b/src/main/generated/assets/new_soviet/models/item/glazed_brick_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/glazed_brick_tiles.json rename to src/main/generated/assets/new_soviet/models/item/glazed_brick_tiles.json index 5beb5bb..2773962 100644 --- a/src/main/resources/assets/new_soviet/models/item/glazed_brick_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/glazed_brick_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/glazed_brick_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/glazed_light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/item/glazed_light_blue_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/glazed_light_blue_tiles.json rename to src/main/generated/assets/new_soviet/models/item/glazed_light_blue_tiles.json index dd9e484..e4fd90a 100644 --- a/src/main/resources/assets/new_soviet/models/item/glazed_light_blue_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/glazed_light_blue_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/glazed_light_blue_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/glazed_teal_tiles.json b/src/main/generated/assets/new_soviet/models/item/glazed_teal_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/glazed_teal_tiles.json rename to src/main/generated/assets/new_soviet/models/item/glazed_teal_tiles.json index 6a0bd4f..485f37d 100644 --- a/src/main/resources/assets/new_soviet/models/item/glazed_teal_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/glazed_teal_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/glazed_teal_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/glazed_white_tiles.json b/src/main/generated/assets/new_soviet/models/item/glazed_white_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/glazed_white_tiles.json rename to src/main/generated/assets/new_soviet/models/item/glazed_white_tiles.json index a765760..756df58 100644 --- a/src/main/resources/assets/new_soviet/models/item/glazed_white_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/glazed_white_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/glazed_white_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/gray_linoleum.json b/src/main/generated/assets/new_soviet/models/item/gray_linoleum.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/gray_linoleum.json rename to src/main/generated/assets/new_soviet/models/item/gray_linoleum.json index 127b7af..4531da3 100644 --- a/src/main/resources/assets/new_soviet/models/item/gray_linoleum.json +++ b/src/main/generated/assets/new_soviet/models/item/gray_linoleum.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/gray_linoleum" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/gray_warning.json b/src/main/generated/assets/new_soviet/models/item/gray_warning.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/gray_warning.json rename to src/main/generated/assets/new_soviet/models/item/gray_warning.json index c695fd2..cc90927 100644 --- a/src/main/resources/assets/new_soviet/models/item/gray_warning.json +++ b/src/main/generated/assets/new_soviet/models/item/gray_warning.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/gray_warning" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_bricks.json b/src/main/generated/assets/new_soviet/models/item/green_bricks.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/green_bricks.json rename to src/main/generated/assets/new_soviet/models/item/green_bricks.json index 39f6ca3..5cb557d 100644 --- a/src/main/resources/assets/new_soviet/models/item/green_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/green_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/green_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_bricks_2.json b/src/main/generated/assets/new_soviet/models/item/green_bricks_2.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/green_bricks_2.json rename to src/main/generated/assets/new_soviet/models/item/green_bricks_2.json index 7f4fca2..cb5af20 100644 --- a/src/main/resources/assets/new_soviet/models/item/green_bricks_2.json +++ b/src/main/generated/assets/new_soviet/models/item/green_bricks_2.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/green_bricks_2" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_concrete.json b/src/main/generated/assets/new_soviet/models/item/green_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/green_concrete.json rename to src/main/generated/assets/new_soviet/models/item/green_concrete.json diff --git a/src/main/resources/assets/new_soviet/models/item/green_linoleum.json b/src/main/generated/assets/new_soviet/models/item/green_linoleum.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/green_linoleum.json rename to src/main/generated/assets/new_soviet/models/item/green_linoleum.json index 06664c3..04699b2 100644 --- a/src/main/resources/assets/new_soviet/models/item/green_linoleum.json +++ b/src/main/generated/assets/new_soviet/models/item/green_linoleum.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/green_linoleum" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_wallpaper.json b/src/main/generated/assets/new_soviet/models/item/green_wallpaper.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/green_wallpaper.json rename to src/main/generated/assets/new_soviet/models/item/green_wallpaper.json index 33b3380..06e3a3c 100644 --- a/src/main/resources/assets/new_soviet/models/item/green_wallpaper.json +++ b/src/main/generated/assets/new_soviet/models/item/green_wallpaper.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/green_wallpaper" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_warning.json b/src/main/generated/assets/new_soviet/models/item/green_warning.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/green_warning.json rename to src/main/generated/assets/new_soviet/models/item/green_warning.json index 1206c9c..9f139c6 100644 --- a/src/main/resources/assets/new_soviet/models/item/green_warning.json +++ b/src/main/generated/assets/new_soviet/models/item/green_warning.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/green_warning" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_white_tiles.json b/src/main/generated/assets/new_soviet/models/item/green_white_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/green_white_tiles.json rename to src/main/generated/assets/new_soviet/models/item/green_white_tiles.json index 8884607..94e77aa 100644 --- a/src/main/resources/assets/new_soviet/models/item/green_white_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/green_white_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/green_white_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_acacia_planks.json b/src/main/generated/assets/new_soviet/models/item/herringbone_acacia_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/herringbone_acacia_planks.json rename to src/main/generated/assets/new_soviet/models/item/herringbone_acacia_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_birch_planks.json b/src/main/generated/assets/new_soviet/models/item/herringbone_birch_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/herringbone_birch_planks.json rename to src/main/generated/assets/new_soviet/models/item/herringbone_birch_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_crimson_planks.json b/src/main/generated/assets/new_soviet/models/item/herringbone_crimson_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/herringbone_crimson_planks.json rename to src/main/generated/assets/new_soviet/models/item/herringbone_crimson_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_dark_oak_planks.json b/src/main/generated/assets/new_soviet/models/item/herringbone_dark_oak_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/herringbone_dark_oak_planks.json rename to src/main/generated/assets/new_soviet/models/item/herringbone_dark_oak_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_jungle_planks.json b/src/main/generated/assets/new_soviet/models/item/herringbone_jungle_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/herringbone_jungle_planks.json rename to src/main/generated/assets/new_soviet/models/item/herringbone_jungle_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_mangrove_planks.json b/src/main/generated/assets/new_soviet/models/item/herringbone_mangrove_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/herringbone_mangrove_planks.json rename to src/main/generated/assets/new_soviet/models/item/herringbone_mangrove_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_oak_planks.json b/src/main/generated/assets/new_soviet/models/item/herringbone_oak_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/herringbone_oak_planks.json rename to src/main/generated/assets/new_soviet/models/item/herringbone_oak_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_parquet.json b/src/main/generated/assets/new_soviet/models/item/herringbone_parquet.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/herringbone_parquet.json rename to src/main/generated/assets/new_soviet/models/item/herringbone_parquet.json index 6b5844a..40b1dc2 100644 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_parquet.json +++ b/src/main/generated/assets/new_soviet/models/item/herringbone_parquet.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/herringbone_parquet" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_sand_tiles.json b/src/main/generated/assets/new_soviet/models/item/herringbone_sand_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/herringbone_sand_tiles.json rename to src/main/generated/assets/new_soviet/models/item/herringbone_sand_tiles.json index fcd431c..583438f 100644 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_sand_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/herringbone_sand_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/herringbone_sand_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_spruce_planks.json b/src/main/generated/assets/new_soviet/models/item/herringbone_spruce_planks.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/herringbone_spruce_planks.json rename to src/main/generated/assets/new_soviet/models/item/herringbone_spruce_planks.json diff --git a/src/main/resources/assets/new_soviet/models/item/industrial_warning.json b/src/main/generated/assets/new_soviet/models/item/industrial_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/industrial_warning.json rename to src/main/generated/assets/new_soviet/models/item/industrial_warning.json diff --git a/src/main/resources/assets/new_soviet/models/item/light_blue_bricks.json b/src/main/generated/assets/new_soviet/models/item/light_blue_bricks.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/light_blue_bricks.json rename to src/main/generated/assets/new_soviet/models/item/light_blue_bricks.json index 9012769..1285e5e 100644 --- a/src/main/resources/assets/new_soviet/models/item/light_blue_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/light_blue_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/light_blue_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/item/light_blue_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/light_blue_tiles.json rename to src/main/generated/assets/new_soviet/models/item/light_blue_tiles.json index 89f3fcf..e756ce6 100644 --- a/src/main/resources/assets/new_soviet/models/item/light_blue_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/light_blue_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/light_blue_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/light_blue_warning.json b/src/main/generated/assets/new_soviet/models/item/light_blue_warning.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/light_blue_warning.json rename to src/main/generated/assets/new_soviet/models/item/light_blue_warning.json index 215a243..e29b15f 100644 --- a/src/main/resources/assets/new_soviet/models/item/light_blue_warning.json +++ b/src/main/generated/assets/new_soviet/models/item/light_blue_warning.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/light_blue_warning" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/lime_warning.json b/src/main/generated/assets/new_soviet/models/item/lime_warning.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/lime_warning.json rename to src/main/generated/assets/new_soviet/models/item/lime_warning.json index 86fc98f..fa33285 100644 --- a/src/main/resources/assets/new_soviet/models/item/lime_warning.json +++ b/src/main/generated/assets/new_soviet/models/item/lime_warning.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/lime_warning" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/magenta_warning.json b/src/main/generated/assets/new_soviet/models/item/magenta_warning.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/magenta_warning.json rename to src/main/generated/assets/new_soviet/models/item/magenta_warning.json index 76e19db..d674dfd 100644 --- a/src/main/resources/assets/new_soviet/models/item/magenta_warning.json +++ b/src/main/generated/assets/new_soviet/models/item/magenta_warning.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/magenta_warning" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/metal_plating.json b/src/main/generated/assets/new_soviet/models/item/metal_plating.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/metal_plating.json rename to src/main/generated/assets/new_soviet/models/item/metal_plating.json index 709780a..28ac017 100644 --- a/src/main/resources/assets/new_soviet/models/item/metal_plating.json +++ b/src/main/generated/assets/new_soviet/models/item/metal_plating.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/metal_plating" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/item/mossy_aquamarine_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/models/item/mossy_aquamarine_tiles.json index f7b2dce..517a63f 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_aquamarine_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_aquamarine_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_aquamarine_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_brick_tiles.json b/src/main/generated/assets/new_soviet/models/item/mossy_brick_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_brick_tiles.json rename to src/main/generated/assets/new_soviet/models/item/mossy_brick_tiles.json index 9b1097f..7307ee4 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_brick_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_brick_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_brick_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_calcite_tiles.json b/src/main/generated/assets/new_soviet/models/item/mossy_calcite_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_calcite_tiles.json rename to src/main/generated/assets/new_soviet/models/item/mossy_calcite_tiles.json index 667596f..f33901b 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_calcite_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_calcite_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_calcite_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_dark_brick_tiles.json b/src/main/generated/assets/new_soviet/models/item/mossy_dark_brick_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_dark_brick_tiles.json rename to src/main/generated/assets/new_soviet/models/item/mossy_dark_brick_tiles.json index ee21e2b..70cce4f 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_dark_brick_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_dark_brick_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_dark_brick_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_deepslate_tiles.json b/src/main/generated/assets/new_soviet/models/item/mossy_deepslate_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_deepslate_tiles.json rename to src/main/generated/assets/new_soviet/models/item/mossy_deepslate_tiles.json index 52474b9..774b484 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_deepslate_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_deepslate_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_deepslate_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_diorite_bricks.json b/src/main/generated/assets/new_soviet/models/item/mossy_diorite_bricks.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_diorite_bricks.json rename to src/main/generated/assets/new_soviet/models/item/mossy_diorite_bricks.json index 1074dfb..c4dd2b8 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_diorite_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_diorite_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_diorite_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_dripstone_tiles.json b/src/main/generated/assets/new_soviet/models/item/mossy_dripstone_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_dripstone_tiles.json rename to src/main/generated/assets/new_soviet/models/item/mossy_dripstone_tiles.json index fe1229e..7ed01bc 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_dripstone_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_dripstone_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_dripstone_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks.json b/src/main/generated/assets/new_soviet/models/item/mossy_green_bricks.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_green_bricks.json rename to src/main/generated/assets/new_soviet/models/item/mossy_green_bricks.json index 285689f..c2bd775 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_green_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_green_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_2.json b/src/main/generated/assets/new_soviet/models/item/mossy_green_bricks_2.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_2.json rename to src/main/generated/assets/new_soviet/models/item/mossy_green_bricks_2.json index 7b94511..6e4a810 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_2.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_green_bricks_2.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_green_bricks_2" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_green_white_tiles.json b/src/main/generated/assets/new_soviet/models/item/mossy_green_white_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/mossy_green_white_tiles.json rename to src/main/generated/assets/new_soviet/models/item/mossy_green_white_tiles.json index 95b0b89..bdcc05a 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_green_white_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_green_white_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_green_white_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_bricks.json b/src/main/generated/assets/new_soviet/models/item/mossy_light_blue_bricks.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/mossy_light_blue_bricks.json rename to src/main/generated/assets/new_soviet/models/item/mossy_light_blue_bricks.json index b3bb6d3..494b50a 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_light_blue_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_light_blue_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/item/mossy_light_blue_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_light_blue_tiles.json rename to src/main/generated/assets/new_soviet/models/item/mossy_light_blue_tiles.json index 6515200..6ac7009 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_light_blue_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_light_blue_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_red_bricks.json b/src/main/generated/assets/new_soviet/models/item/mossy_red_bricks.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_red_bricks.json rename to src/main/generated/assets/new_soviet/models/item/mossy_red_bricks.json index 0d8b087..5dd6748 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_red_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_red_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_red_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_sand_bricks.json b/src/main/generated/assets/new_soviet/models/item/mossy_sand_bricks.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_sand_bricks.json rename to src/main/generated/assets/new_soviet/models/item/mossy_sand_bricks.json index 4138a03..6a176fe 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_sand_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_sand_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_sand_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_sand_tiles.json b/src/main/generated/assets/new_soviet/models/item/mossy_sand_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_sand_tiles.json rename to src/main/generated/assets/new_soviet/models/item/mossy_sand_tiles.json index 5148d10..c94c13c 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_sand_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_sand_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_sand_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_teal_tiles.json b/src/main/generated/assets/new_soviet/models/item/mossy_teal_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_teal_tiles.json rename to src/main/generated/assets/new_soviet/models/item/mossy_teal_tiles.json index 84a9623..6471f9c 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_teal_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_teal_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_teal_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_tuff_bricks.json b/src/main/generated/assets/new_soviet/models/item/mossy_tuff_bricks.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_tuff_bricks.json rename to src/main/generated/assets/new_soviet/models/item/mossy_tuff_bricks.json index bf8bb63..aa43a42 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_tuff_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_tuff_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_tuff_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_tuff_tiles.json b/src/main/generated/assets/new_soviet/models/item/mossy_tuff_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/mossy_tuff_tiles.json rename to src/main/generated/assets/new_soviet/models/item/mossy_tuff_tiles.json index cacd225..3b5c294 100644 --- a/src/main/resources/assets/new_soviet/models/item/mossy_tuff_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/mossy_tuff_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/mossy_tuff_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/nii_floor.json b/src/main/generated/assets/new_soviet/models/item/nii_floor.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/nii_floor.json rename to src/main/generated/assets/new_soviet/models/item/nii_floor.json index 708cef5..9df1878 100644 --- a/src/main/resources/assets/new_soviet/models/item/nii_floor.json +++ b/src/main/generated/assets/new_soviet/models/item/nii_floor.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/nii_floor" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/nii_wall_1.json b/src/main/generated/assets/new_soviet/models/item/nii_wall_1.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/nii_wall_1.json rename to src/main/generated/assets/new_soviet/models/item/nii_wall_1.json index afeafc6..4353301 100644 --- a/src/main/resources/assets/new_soviet/models/item/nii_wall_1.json +++ b/src/main/generated/assets/new_soviet/models/item/nii_wall_1.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/nii_wall_1" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/nii_wall_2.json b/src/main/generated/assets/new_soviet/models/item/nii_wall_2.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/nii_wall_2.json rename to src/main/generated/assets/new_soviet/models/item/nii_wall_2.json index fe154fc..7418824 100644 --- a/src/main/resources/assets/new_soviet/models/item/nii_wall_2.json +++ b/src/main/generated/assets/new_soviet/models/item/nii_wall_2.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/nii_wall_2" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/nii_wall_3.json b/src/main/generated/assets/new_soviet/models/item/nii_wall_3.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/nii_wall_3.json rename to src/main/generated/assets/new_soviet/models/item/nii_wall_3.json index fd29116..29b424e 100644 --- a/src/main/resources/assets/new_soviet/models/item/nii_wall_3.json +++ b/src/main/generated/assets/new_soviet/models/item/nii_wall_3.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/nii_wall_3" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/orange_linoleum.json b/src/main/generated/assets/new_soviet/models/item/orange_linoleum.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/orange_linoleum.json rename to src/main/generated/assets/new_soviet/models/item/orange_linoleum.json index b6787f6..b115787 100644 --- a/src/main/resources/assets/new_soviet/models/item/orange_linoleum.json +++ b/src/main/generated/assets/new_soviet/models/item/orange_linoleum.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/orange_linoleum" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/orange_warning.json b/src/main/generated/assets/new_soviet/models/item/orange_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/orange_warning.json rename to src/main/generated/assets/new_soviet/models/item/orange_warning.json diff --git a/src/main/resources/assets/new_soviet/models/item/purple_warning.json b/src/main/generated/assets/new_soviet/models/item/purple_warning.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/purple_warning.json rename to src/main/generated/assets/new_soviet/models/item/purple_warning.json index d7a6d55..1a3c698 100644 --- a/src/main/resources/assets/new_soviet/models/item/purple_warning.json +++ b/src/main/generated/assets/new_soviet/models/item/purple_warning.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/purple_warning" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/red_bricks.json b/src/main/generated/assets/new_soviet/models/item/red_bricks.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/red_bricks.json rename to src/main/generated/assets/new_soviet/models/item/red_bricks.json index 624c273..204cc84 100644 --- a/src/main/resources/assets/new_soviet/models/item/red_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/red_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/red_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/red_concrete.json b/src/main/generated/assets/new_soviet/models/item/red_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/red_concrete.json rename to src/main/generated/assets/new_soviet/models/item/red_concrete.json diff --git a/src/main/resources/assets/new_soviet/models/item/red_linoleum.json b/src/main/generated/assets/new_soviet/models/item/red_linoleum.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/red_linoleum.json rename to src/main/generated/assets/new_soviet/models/item/red_linoleum.json index 31fbebb..3b92000 100644 --- a/src/main/resources/assets/new_soviet/models/item/red_linoleum.json +++ b/src/main/generated/assets/new_soviet/models/item/red_linoleum.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/red_linoleum" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/red_warning.json b/src/main/generated/assets/new_soviet/models/item/red_warning.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/red_warning.json rename to src/main/generated/assets/new_soviet/models/item/red_warning.json diff --git a/src/main/resources/assets/new_soviet/models/item/sand_bricks.json b/src/main/generated/assets/new_soviet/models/item/sand_bricks.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/sand_bricks.json rename to src/main/generated/assets/new_soviet/models/item/sand_bricks.json index d92763c..f682d1f 100644 --- a/src/main/resources/assets/new_soviet/models/item/sand_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/sand_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/sand_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/sand_tiles.json b/src/main/generated/assets/new_soviet/models/item/sand_tiles.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/sand_tiles.json rename to src/main/generated/assets/new_soviet/models/item/sand_tiles.json index 5559edf..a45e35e 100644 --- a/src/main/resources/assets/new_soviet/models/item/sand_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/sand_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/sand_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/separated_parquet.json b/src/main/generated/assets/new_soviet/models/item/separated_parquet.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/separated_parquet.json rename to src/main/generated/assets/new_soviet/models/item/separated_parquet.json index 5a0ec8c..c918acc 100644 --- a/src/main/resources/assets/new_soviet/models/item/separated_parquet.json +++ b/src/main/generated/assets/new_soviet/models/item/separated_parquet.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/separated_parquet" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_aquamarine_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/small_aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_aquamarine_tiles.json index 9bd9c42..40cc042 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_aquamarine_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_aquamarine_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_aquamarine_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_cracked_aquamarine_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_cracked_aquamarine_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/small_cracked_aquamarine_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_cracked_aquamarine_tiles.json index f933f7b..5b49da2 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_cracked_aquamarine_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_cracked_aquamarine_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_cracked_aquamarine_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_cracked_deepslate_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_cracked_deepslate_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/small_cracked_deepslate_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_cracked_deepslate_tiles.json index ca50bb6..b689239 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_cracked_deepslate_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_cracked_deepslate_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_cracked_deepslate_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_cracked_diorite_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_cracked_diorite_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/small_cracked_diorite_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_cracked_diorite_tiles.json index 93dfd56..744555c 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_cracked_diorite_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_cracked_diorite_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_cracked_diorite_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_cracked_granite_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_cracked_granite_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/small_cracked_granite_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_cracked_granite_tiles.json index 9ca5e1a..d5e0566 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_cracked_granite_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_cracked_granite_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_cracked_granite_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_cracked_light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_cracked_light_blue_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/small_cracked_light_blue_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_cracked_light_blue_tiles.json index 428ecbe..816c839 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_cracked_light_blue_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_cracked_light_blue_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_cracked_light_blue_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_cracked_sand_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_cracked_sand_tiles.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/small_cracked_sand_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_cracked_sand_tiles.json diff --git a/src/main/resources/assets/new_soviet/models/item/small_cracked_teal_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_cracked_teal_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/small_cracked_teal_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_cracked_teal_tiles.json index 4b25219..a15ec77 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_cracked_teal_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_cracked_teal_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_cracked_teal_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_cracked_white_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_cracked_white_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/small_cracked_white_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_cracked_white_tiles.json index 59a1275..6dfa8f7 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_cracked_white_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_cracked_white_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_cracked_white_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_cracked_yellow_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_cracked_yellow_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/small_cracked_yellow_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_cracked_yellow_tiles.json index 0a050c2..24cb13d 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_cracked_yellow_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_cracked_yellow_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_cracked_yellow_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_deepslate_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_deepslate_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/small_deepslate_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_deepslate_tiles.json index 07a937d..fd06828 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_deepslate_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_deepslate_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_deepslate_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_diorite_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_diorite_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/small_diorite_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_diorite_tiles.json index 0de319b..1ff8974 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_diorite_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_diorite_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_diorite_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_granite_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_granite_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/small_granite_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_granite_tiles.json index c801e19..f220603 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_granite_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_granite_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_granite_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_light_blue_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/small_light_blue_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_light_blue_tiles.json index a697d6d..3abf83f 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_light_blue_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_light_blue_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_light_blue_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_sand_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_sand_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/small_sand_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_sand_tiles.json index e381d5e..7424a00 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_sand_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_sand_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_sand_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_teal_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_teal_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/small_teal_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_teal_tiles.json index c29ae7a..df842ce 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_teal_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_teal_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_teal_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_white_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_white_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/small_white_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_white_tiles.json index 6507711..ca79276 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_white_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_white_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_white_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/small_yellow_tiles.json b/src/main/generated/assets/new_soviet/models/item/small_yellow_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/small_yellow_tiles.json rename to src/main/generated/assets/new_soviet/models/item/small_yellow_tiles.json index ed74817..6c3a589 100644 --- a/src/main/resources/assets/new_soviet/models/item/small_yellow_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/small_yellow_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/small_yellow_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/straight_parquet.json b/src/main/generated/assets/new_soviet/models/item/straight_parquet.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/straight_parquet.json rename to src/main/generated/assets/new_soviet/models/item/straight_parquet.json index dd92419..6c96b84 100644 --- a/src/main/resources/assets/new_soviet/models/item/straight_parquet.json +++ b/src/main/generated/assets/new_soviet/models/item/straight_parquet.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/straight_parquet" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/teal_tiles.json b/src/main/generated/assets/new_soviet/models/item/teal_tiles.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/teal_tiles.json rename to src/main/generated/assets/new_soviet/models/item/teal_tiles.json index 5b16eb8..60ac467 100644 --- a/src/main/resources/assets/new_soviet/models/item/teal_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/teal_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/teal_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/tuff_bricks.json b/src/main/generated/assets/new_soviet/models/item/tuff_bricks.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/tuff_bricks.json rename to src/main/generated/assets/new_soviet/models/item/tuff_bricks.json index 35ec2dd..aaa00e7 100644 --- a/src/main/resources/assets/new_soviet/models/item/tuff_bricks.json +++ b/src/main/generated/assets/new_soviet/models/item/tuff_bricks.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/tuff_bricks" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/tuff_tiles.json b/src/main/generated/assets/new_soviet/models/item/tuff_tiles.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/tuff_tiles.json rename to src/main/generated/assets/new_soviet/models/item/tuff_tiles.json index 5d17944..edd747f 100644 --- a/src/main/resources/assets/new_soviet/models/item/tuff_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/tuff_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/tuff_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/variated_light_blue_tiles.json b/src/main/generated/assets/new_soviet/models/item/variated_light_blue_tiles.json similarity index 95% rename from src/main/resources/assets/new_soviet/models/item/variated_light_blue_tiles.json rename to src/main/generated/assets/new_soviet/models/item/variated_light_blue_tiles.json index 44c8a93..5231400 100644 --- a/src/main/resources/assets/new_soviet/models/item/variated_light_blue_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/variated_light_blue_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/variated_light_blue_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/variated_teal_tiles.json b/src/main/generated/assets/new_soviet/models/item/variated_teal_tiles.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/variated_teal_tiles.json rename to src/main/generated/assets/new_soviet/models/item/variated_teal_tiles.json index 3091a7e..1496880 100644 --- a/src/main/resources/assets/new_soviet/models/item/variated_teal_tiles.json +++ b/src/main/generated/assets/new_soviet/models/item/variated_teal_tiles.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/variated_teal_tiles" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/very_cracked_whitewash.json b/src/main/generated/assets/new_soviet/models/item/very_cracked_whitewash.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/very_cracked_whitewash.json rename to src/main/generated/assets/new_soviet/models/item/very_cracked_whitewash.json index 9573c60..41b904c 100644 --- a/src/main/resources/assets/new_soviet/models/item/very_cracked_whitewash.json +++ b/src/main/generated/assets/new_soviet/models/item/very_cracked_whitewash.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/very_cracked_whitewash" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/white_concrete.json b/src/main/generated/assets/new_soviet/models/item/white_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/white_concrete.json rename to src/main/generated/assets/new_soviet/models/item/white_concrete.json diff --git a/src/main/resources/assets/new_soviet/models/item/whitewash.json b/src/main/generated/assets/new_soviet/models/item/whitewash.json similarity index 93% rename from src/main/resources/assets/new_soviet/models/item/whitewash.json rename to src/main/generated/assets/new_soviet/models/item/whitewash.json index eed3180..f862d43 100644 --- a/src/main/resources/assets/new_soviet/models/item/whitewash.json +++ b/src/main/generated/assets/new_soviet/models/item/whitewash.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/whitewash" -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/yellow_concrete.json b/src/main/generated/assets/new_soviet/models/item/yellow_concrete.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/yellow_concrete.json rename to src/main/generated/assets/new_soviet/models/item/yellow_concrete.json diff --git a/src/main/resources/assets/new_soviet/models/item/yellow_warning.json b/src/main/generated/assets/new_soviet/models/item/yellow_warning.json similarity index 94% rename from src/main/resources/assets/new_soviet/models/item/yellow_warning.json rename to src/main/generated/assets/new_soviet/models/item/yellow_warning.json index fa0498e..25471c3 100644 --- a/src/main/resources/assets/new_soviet/models/item/yellow_warning.json +++ b/src/main/generated/assets/new_soviet/models/item/yellow_warning.json @@ -1,4 +1,3 @@ { "parent": "new_soviet:block/yellow_warning" -} - +} \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java b/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java index abc2ccc..dd48995 100644 --- a/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java +++ b/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java @@ -4,13 +4,16 @@ package su.a71.new_soviet.datagen; import net.fabricmc.fabric.api.datagen.v1.FabricDataOutput; import net.fabricmc.fabric.api.datagen.v1.provider.FabricModelProvider; import net.minecraft.block.Block; -import net.minecraft.block.BlockState; +import net.minecraft.block.SlabBlock; +import net.minecraft.block.StairsBlock; import net.minecraft.data.client.BlockStateModelGenerator; import net.minecraft.data.client.ItemModelGenerator; import net.minecraft.data.client.Models; import net.minecraft.data.client.TextureMap; import net.minecraft.registry.Registries; +import net.minecraft.structure.StrongholdGenerator; import net.minecraft.util.Identifier; +import org.apache.http.impl.io.IdentityInputStream; import su.a71.new_soviet.registration.NSE_Blocks; public class ModelGenerator extends FabricModelProvider { @@ -39,9 +42,27 @@ public class ModelGenerator extends FabricModelProvider { public void registerCube(BlockStateModelGenerator blockStateModelGenerator, Block block, String texturePath) { TextureMap textureMap = TextureMap.all(Registries.BLOCK.getId(block).withPath((path) -> "block/" + texturePath + "/" + path)); Identifier model_id = Models.CUBE_ALL.upload(block, textureMap, blockStateModelGenerator.modelCollector); +// blockStateModelGenerator.registerItemModel(doorBlock.asItem()); blockStateModelGenerator.blockStateCollector.accept(blockStateModelGenerator.createSingletonBlockState(block, model_id)); } + public void registerSlabStairs(BlockStateModelGenerator blockStateModelGenerator, Block parent, StairsBlock stairs, SlabBlock slab, String texturePath) { + TextureMap textureMap = TextureMap.all(Registries.BLOCK.getId(parent).withPath((path) -> "block/" + texturePath + "/" + path)); + + Identifier slab_model = Models.SLAB.upload(slab, textureMap, blockStateModelGenerator.modelCollector); + Identifier slab_model_top = Models.SLAB_TOP.upload(slab, textureMap, blockStateModelGenerator.modelCollector); + Identifier slab_model_full = Models.CUBE_ALL.upload(slab, textureMap, blockStateModelGenerator.modelCollector); + + Identifier stairs_model = Models.STAIRS.upload(stairs, textureMap, blockStateModelGenerator.modelCollector); + Identifier stairs_model_outer = Models.OUTER_STAIRS.upload(stairs, textureMap, blockStateModelGenerator.modelCollector); + Identifier stairs_model_inner = Models.INNER_STAIRS.upload(stairs, textureMap, blockStateModelGenerator.modelCollector); + +// blockStateModelGenerator.registerItemModel(doorBlock.asItem()); +// BlockStateModelGenerator.createSlabBlockState(slab) +// blockStateModelGenerator.blockStateCollector.accept(BlockStateModelGenerator.createSlabBlockState(slab, slab_model, slab_model_top, slab_model_full)); + blockStateModelGenerator.blockStateCollector.accept(BlockStateModelGenerator.createStairsBlockState(slab, stairs_model_inner, stairs_model, stairs_model_outer)); + } + @Override public void generateBlockStateModels(BlockStateModelGenerator blockStateModelGenerator) { // BlockStateModelGenerator.createSingletonBlockState(NSE_Blocks.SAND_TILES, new Identifier("new_soviet", "block/sand_tiles")); @@ -221,6 +242,7 @@ public class ModelGenerator extends FabricModelProvider { // blockStateModelGenerator.registerSimpleCubeAll(NSE_Blocks.SAND_TILES); // BlockStateModelGenerator.createSingletonBlockState(NSE_Blocks.SAND_TILES, new Identifier("new_soviet", "block/sand_tiles")); + registerSlabStairs(blockStateModelGenerator, NSE_Blocks.SAND_TILES, NSE_Blocks.SAND_TILES_STAIRS, NSE_Blocks.SAND_TILES_SLAB, "sand"); // blockStateModelGenerator.register(); } diff --git a/src/main/resources/assets/new_soviet/blockstates/aquamarine_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/aquamarine_tiles_slab.json deleted file mode 100644 index 5721226..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/aquamarine_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/aquamarine_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/aquamarine_tiles" - }, - "type=top": { - "model": "new_soviet:block/aquamarine_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/aquamarine_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/aquamarine_tiles_stairs.json deleted file mode 100644 index dc7d1ff..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/aquamarine_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/aquamarine_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/aquamarine_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/aquamarine_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/aquamarine_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/aquamarine_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/aquamarine_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/aquamarine_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/aquamarine_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/beige_concrete_slab.json b/src/main/resources/assets/new_soviet/blockstates/beige_concrete_slab.json deleted file mode 100644 index 01bcc71..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/beige_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/beige_concrete_slab" - }, - "type=double": { - "model": "new_soviet:block/beige_concrete" - }, - "type=top": { - "model": "new_soviet:block/beige_concrete_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/beige_concrete_stairs.json b/src/main/resources/assets/new_soviet/blockstates/beige_concrete_stairs.json deleted file mode 100644 index bd5425e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/beige_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/beige_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/beige_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/beige_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/beige_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/beige_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/beige_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/beige_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/beige_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/beige_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/beige_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/beige_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/beige_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/beige_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/beige_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/beige_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/beige_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/beige_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/beige_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/beige_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/beige_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/beige_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/beige_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/beige_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/beige_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/beige_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/beige_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/beige_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/beige_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/beige_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/beige_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/beige_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/beige_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/beige_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/beige_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/beige_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/beige_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/beige_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/beige_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/beige_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/beige_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/big_sand_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/big_sand_bricks_slab.json deleted file mode 100644 index 5e738a6..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/big_sand_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/big_sand_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/big_sand_bricks" - }, - "type=top": { - "model": "new_soviet:block/big_sand_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/big_sand_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/big_sand_bricks_stairs.json deleted file mode 100644 index 2d5291e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/big_sand_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/big_sand_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/big_sand_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/big_sand_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/big_sand_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/big_sand_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/big_sand_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/big_sand_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/big_sand_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/big_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/big_sand_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/blue_concrete_slab.json b/src/main/resources/assets/new_soviet/blockstates/blue_concrete_slab.json deleted file mode 100644 index a7f89f0..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/blue_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/blue_concrete_slab" - }, - "type=double": { - "model": "new_soviet:block/blue_concrete" - }, - "type=top": { - "model": "new_soviet:block/blue_concrete_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/blue_concrete_stairs.json b/src/main/resources/assets/new_soviet/blockstates/blue_concrete_stairs.json deleted file mode 100644 index b0d85c8..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/blue_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/blue_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/blue_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/blue_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/blue_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/blue_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/blue_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/blue_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/blue_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/blue_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/blue_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/blue_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/blue_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/blue_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/blue_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/blue_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/blue_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/blue_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/blue_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/blue_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/blue_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/blue_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/blue_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/blue_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/blue_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/blue_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/blue_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/blue_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/blue_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/blue_linoleum_slab.json b/src/main/resources/assets/new_soviet/blockstates/blue_linoleum_slab.json deleted file mode 100644 index 87b1f44..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/blue_linoleum_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/blue_linoleum_slab" - }, - "type=double": { - "model": "new_soviet:block/blue_linoleum" - }, - "type=top": { - "model": "new_soviet:block/blue_linoleum_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/blue_linoleum_stairs.json b/src/main/resources/assets/new_soviet/blockstates/blue_linoleum_stairs.json deleted file mode 100644 index 2dadf5d..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/blue_linoleum_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/blue_linoleum_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/blue_linoleum_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/blue_linoleum_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/blue_linoleum_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/blue_linoleum_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/blue_linoleum_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/blue_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/blue_linoleum_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/blue_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/blue_linoleum_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/blue_linoleum_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/blue_linoleum_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/blue_linoleum_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/blue_linoleum_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/blue_linoleum_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/blue_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/blue_linoleum_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/blue_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/blue_linoleum_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/blue_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/blue_linoleum_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/blue_linoleum_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/blue_linoleum_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/blue_linoleum_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/blue_linoleum_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/blue_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/blue_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/blue_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/blue_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/blue_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/blue_linoleum_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/blue_linoleum_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/blue_linoleum_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/blue_linoleum_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/blue_linoleum_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/blue_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/blue_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/blue_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/blue_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/blue_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/brick_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/brick_tiles_slab.json deleted file mode 100644 index 6251376..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/brick_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/brick_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/brick_tiles" - }, - "type=top": { - "model": "new_soviet:block/brick_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/brick_tiles_stairs.json deleted file mode 100644 index c3cbdc7..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/brick_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/brick_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/brick_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/brick_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/brick_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/brick_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/brick_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/brick_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/brick_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/brick_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/brown_linoleum_slab.json b/src/main/resources/assets/new_soviet/blockstates/brown_linoleum_slab.json deleted file mode 100644 index 745c9f6..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/brown_linoleum_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/brown_linoleum_slab" - }, - "type=double": { - "model": "new_soviet:block/brown_linoleum" - }, - "type=top": { - "model": "new_soviet:block/brown_linoleum_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/brown_linoleum_stairs.json b/src/main/resources/assets/new_soviet/blockstates/brown_linoleum_stairs.json deleted file mode 100644 index 1dc1db0..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/brown_linoleum_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/brown_linoleum_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/brown_linoleum_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/brown_linoleum_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/brown_linoleum_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/brown_linoleum_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/brown_linoleum_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/brown_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/brown_linoleum_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/brown_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/brown_linoleum_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/brown_linoleum_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/brown_linoleum_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/brown_linoleum_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/brown_linoleum_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/brown_linoleum_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/brown_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/brown_linoleum_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/brown_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/brown_linoleum_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/brown_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/brown_linoleum_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/brown_linoleum_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/brown_linoleum_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/brown_linoleum_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/brown_linoleum_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/brown_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/brown_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/brown_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/brown_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/brown_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/brown_linoleum_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/brown_linoleum_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/brown_linoleum_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/brown_linoleum_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/brown_linoleum_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/brown_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/brown_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/brown_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/brown_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/brown_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/calcite_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/calcite_tiles_slab.json deleted file mode 100644 index 0cef953..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/calcite_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/calcite_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/calcite_tiles" - }, - "type=top": { - "model": "new_soviet:block/calcite_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/calcite_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/calcite_tiles_stairs.json deleted file mode 100644 index ec168bd..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/calcite_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/calcite_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/calcite_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/calcite_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/calcite_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/calcite_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/calcite_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/calcite_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/calcite_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/calcite_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/calcite_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/calcite_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/calcite_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/calcite_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/calcite_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/calcite_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/calcite_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/calcite_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/calcite_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/calcite_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/calcite_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/calcite_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/calcite_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/calcite_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/calcite_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_aquamarine_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_aquamarine_tiles_slab.json deleted file mode 100644 index 889012c..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_aquamarine_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_aquamarine_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_aquamarine_tiles" - }, - "type=top": { - "model": "new_soviet:block/cracked_aquamarine_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_aquamarine_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_aquamarine_tiles_stairs.json deleted file mode 100644 index 6f8037d..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_aquamarine_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_aquamarine_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_beige_concrete_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_beige_concrete_slab.json deleted file mode 100644 index 8024a04..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_beige_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_beige_concrete_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_beige_concrete" - }, - "type=top": { - "model": "new_soviet:block/cracked_beige_concrete_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_beige_concrete_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_beige_concrete_stairs.json deleted file mode 100644 index 3808738..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_beige_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_beige_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_beige_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_beige_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_beige_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_beige_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_beige_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_beige_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_beige_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_beige_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_beige_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_blue_concrete_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_blue_concrete_slab.json deleted file mode 100644 index 26a40b6..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_blue_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_blue_concrete_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_blue_concrete" - }, - "type=top": { - "model": "new_soviet:block/cracked_blue_concrete_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_blue_concrete_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_blue_concrete_stairs.json deleted file mode 100644 index 704d07c..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_blue_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_blue_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_blue_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_blue_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_blue_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_blue_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_blue_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_blue_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_blue_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_blue_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_blue_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_brick_tiles_slab.json deleted file mode 100644 index a4bbb8a..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_brick_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_brick_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_brick_tiles" - }, - "type=top": { - "model": "new_soviet:block/cracked_brick_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_brick_tiles_stairs.json deleted file mode 100644 index 37e39f9..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_brick_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_brick_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_brick_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_brick_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_brick_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_brick_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_calcite_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_calcite_tiles_slab.json deleted file mode 100644 index 419e6b7..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_calcite_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_calcite_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_calcite_tiles" - }, - "type=top": { - "model": "new_soviet:block/cracked_calcite_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_calcite_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_calcite_tiles_stairs.json deleted file mode 100644 index 6078e69..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_calcite_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_calcite_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_calcite_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_dark_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_dark_brick_tiles_slab.json deleted file mode 100644 index fc55174..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_dark_brick_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_dark_brick_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_dark_brick_tiles" - }, - "type=top": { - "model": "new_soviet:block/cracked_dark_brick_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_dark_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_dark_brick_tiles_stairs.json deleted file mode 100644 index 34ce648..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_dark_brick_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_dark_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_deepslate_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_deepslate_tiles_slab.json deleted file mode 100644 index 63fca6f..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_deepslate_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_deepslate_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_deepslate_tiles" - }, - "type=top": { - "model": "new_soviet:block/cracked_deepslate_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_deepslate_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_deepslate_tiles_stairs.json deleted file mode 100644 index 177d84a..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_deepslate_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_deepslate_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_diorite_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_diorite_bricks_slab.json deleted file mode 100644 index 3e83f88..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_diorite_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_diorite_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_diorite_bricks" - }, - "type=top": { - "model": "new_soviet:block/cracked_diorite_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_diorite_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_diorite_bricks_stairs.json deleted file mode 100644 index 1e0948f..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_diorite_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_diorite_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_diorite_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_diorite_tiles.json b/src/main/resources/assets/new_soviet/blockstates/cracked_diorite_tiles.json deleted file mode 100644 index aa7f18a..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_diorite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "new_soviet:block/cracked_diorite_tiles" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_dripstone_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_dripstone_tiles_slab.json deleted file mode 100644 index a530cf3..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_dripstone_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_dripstone_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_dripstone_tiles" - }, - "type=top": { - "model": "new_soviet:block/cracked_dripstone_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_dripstone_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_dripstone_tiles_stairs.json deleted file mode 100644 index cbd7ec2..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_dripstone_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_dripstone_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_2_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_2_slab.json deleted file mode 100644 index 246c906..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_2_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_green_bricks_2_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_green_bricks_2" - }, - "type=top": { - "model": "new_soviet:block/cracked_green_bricks_2_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_2_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_2_stairs.json deleted file mode 100644 index adf0fab..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_2_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_green_bricks_2_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_2_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_slab.json deleted file mode 100644 index 504100a..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_green_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_green_bricks" - }, - "type=top": { - "model": "new_soviet:block/cracked_green_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_stairs.json deleted file mode 100644 index 26b7273..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_green_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_green_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_green_concrete_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_green_concrete_slab.json deleted file mode 100644 index 8a75ab5..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_green_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_green_concrete_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_green_concrete" - }, - "type=top": { - "model": "new_soviet:block/cracked_green_concrete_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_green_concrete_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_green_concrete_stairs.json deleted file mode 100644 index 2238b3e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_green_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_green_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_green_white_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_green_white_tiles_slab.json deleted file mode 100644 index 40bb3d4..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_green_white_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_green_white_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_green_white_tiles" - }, - "type=top": { - "model": "new_soviet:block/cracked_green_white_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_green_white_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_green_white_tiles_stairs.json deleted file mode 100644 index d9d34b7..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_green_white_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_green_white_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_green_white_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_bricks_slab.json deleted file mode 100644 index 0cc469e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_light_blue_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_light_blue_bricks" - }, - "type=top": { - "model": "new_soviet:block/cracked_light_blue_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_bricks_stairs.json deleted file mode 100644 index f5ea9a4..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_tiles_slab.json deleted file mode 100644 index 9c3f7a2..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_light_blue_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_light_blue_tiles" - }, - "type=top": { - "model": "new_soviet:block/cracked_light_blue_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_tiles_stairs.json deleted file mode 100644 index 6a21967..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_light_blue_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_light_blue_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_red_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_red_bricks_slab.json deleted file mode 100644 index 367a93e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_red_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_red_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_red_bricks" - }, - "type=top": { - "model": "new_soviet:block/cracked_red_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_red_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_red_bricks_stairs.json deleted file mode 100644 index 98c6be7..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_red_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_red_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_red_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_red_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_red_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_red_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_red_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_red_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_red_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_red_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_red_concrete_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_red_concrete_slab.json deleted file mode 100644 index b36d6f3..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_red_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_red_concrete_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_red_concrete" - }, - "type=top": { - "model": "new_soviet:block/cracked_red_concrete_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_red_concrete_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_red_concrete_stairs.json deleted file mode 100644 index 3643a91..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_red_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_red_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_red_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_red_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_red_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_red_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_red_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_red_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_red_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_red_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_sand_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_sand_bricks_slab.json deleted file mode 100644 index 13ebc9a..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_sand_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_sand_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_sand_bricks" - }, - "type=top": { - "model": "new_soviet:block/cracked_sand_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_sand_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_sand_bricks_stairs.json deleted file mode 100644 index fe2e732..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_sand_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_sand_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_sand_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_sand_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_sand_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_sand_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_sand_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_sand_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_sand_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_sand_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_sand_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_sand_tiles_slab.json deleted file mode 100644 index 34a287f..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_sand_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_sand_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_sand_tiles" - }, - "type=top": { - "model": "new_soviet:block/cracked_sand_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_sand_tiles_stairs.json deleted file mode 100644 index 0c2394e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_sand_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_sand_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_sand_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_sand_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_sand_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_sand_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_sand_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_teal_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_teal_tiles_slab.json deleted file mode 100644 index 492c932..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_teal_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_teal_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_teal_tiles" - }, - "type=top": { - "model": "new_soviet:block/cracked_teal_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_teal_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_teal_tiles_stairs.json deleted file mode 100644 index 459c3b6..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_teal_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_teal_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_teal_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_teal_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_teal_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_teal_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_teal_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_teal_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_teal_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_teal_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_tuff_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_tuff_bricks_slab.json deleted file mode 100644 index 55130b2..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_tuff_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_tuff_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_tuff_bricks" - }, - "type=top": { - "model": "new_soviet:block/cracked_tuff_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_tuff_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_tuff_bricks_stairs.json deleted file mode 100644 index 1ddad0f..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_tuff_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_tuff_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_tuff_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_tuff_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_tuff_tiles_slab.json deleted file mode 100644 index d226c6f..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_tuff_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_tuff_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_tuff_tiles" - }, - "type=top": { - "model": "new_soviet:block/cracked_tuff_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_tuff_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_tuff_tiles_stairs.json deleted file mode 100644 index 4e7100e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_tuff_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_tuff_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_tuff_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_white_concrete_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_white_concrete_slab.json deleted file mode 100644 index 4820faf..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_white_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_white_concrete_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_white_concrete" - }, - "type=top": { - "model": "new_soviet:block/cracked_white_concrete_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_white_concrete_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_white_concrete_stairs.json deleted file mode 100644 index d928e8f..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_white_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_white_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_white_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_white_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_white_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_white_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_white_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_white_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_white_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_white_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_yellow_concrete_slab.json b/src/main/resources/assets/new_soviet/blockstates/cracked_yellow_concrete_slab.json deleted file mode 100644 index a89bc00..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_yellow_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cracked_yellow_concrete_slab" - }, - "type=double": { - "model": "new_soviet:block/cracked_yellow_concrete" - }, - "type=top": { - "model": "new_soviet:block/cracked_yellow_concrete_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cracked_yellow_concrete_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cracked_yellow_concrete_stairs.json deleted file mode 100644 index d677e3e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cracked_yellow_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cracked_yellow_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cracked_yellow_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_acacia_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/cross_acacia_planks_slab.json deleted file mode 100644 index 39159d2..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_acacia_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cross_acacia_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/cross_acacia_planks" - }, - "type=top": { - "model": "new_soviet:block/cross_acacia_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_acacia_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cross_acacia_planks_stairs.json deleted file mode 100644 index 1170ad6..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_acacia_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_acacia_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cross_acacia_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_acacia_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cross_acacia_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_acacia_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cross_acacia_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cross_acacia_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_acacia_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cross_acacia_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_birch_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/cross_birch_planks_slab.json deleted file mode 100644 index 67475a8..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_birch_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cross_birch_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/cross_birch_planks" - }, - "type=top": { - "model": "new_soviet:block/cross_birch_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_birch_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cross_birch_planks_stairs.json deleted file mode 100644 index 9628428..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_birch_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_birch_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cross_birch_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_birch_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cross_birch_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_birch_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cross_birch_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cross_birch_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_birch_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_birch_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cross_birch_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_crimson_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/cross_crimson_planks_slab.json deleted file mode 100644 index 70a17ce..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_crimson_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cross_crimson_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/cross_crimson_planks" - }, - "type=top": { - "model": "new_soviet:block/cross_crimson_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_crimson_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cross_crimson_planks_stairs.json deleted file mode 100644 index ee81d46..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_crimson_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_crimson_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cross_crimson_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_crimson_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cross_crimson_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_crimson_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cross_crimson_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cross_crimson_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_crimson_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cross_crimson_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_dark_oak_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/cross_dark_oak_planks_slab.json deleted file mode 100644 index e3bbd97..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_dark_oak_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cross_dark_oak_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/cross_dark_oak_planks" - }, - "type=top": { - "model": "new_soviet:block/cross_dark_oak_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_dark_oak_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cross_dark_oak_planks_stairs.json deleted file mode 100644 index 769e90b..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_dark_oak_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cross_dark_oak_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cross_dark_oak_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_jungle_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/cross_jungle_planks_slab.json deleted file mode 100644 index 039bae8..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_jungle_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cross_jungle_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/cross_jungle_planks" - }, - "type=top": { - "model": "new_soviet:block/cross_jungle_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_jungle_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cross_jungle_planks_stairs.json deleted file mode 100644 index 680e7df..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_jungle_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_jungle_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cross_jungle_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_jungle_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cross_jungle_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_jungle_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cross_jungle_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cross_jungle_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_jungle_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cross_jungle_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_mangrove_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/cross_mangrove_planks_slab.json deleted file mode 100644 index 4188dfd..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_mangrove_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cross_mangrove_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/cross_mangrove_planks" - }, - "type=top": { - "model": "new_soviet:block/cross_mangrove_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_mangrove_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cross_mangrove_planks_stairs.json deleted file mode 100644 index cf9dc9e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_mangrove_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_mangrove_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cross_mangrove_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_mangrove_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cross_mangrove_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_mangrove_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cross_mangrove_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cross_mangrove_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_mangrove_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cross_mangrove_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_oak_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/cross_oak_planks_slab.json deleted file mode 100644 index b3067c2..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_oak_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cross_oak_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/cross_oak_planks" - }, - "type=top": { - "model": "new_soviet:block/cross_oak_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_oak_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cross_oak_planks_stairs.json deleted file mode 100644 index 10610ee..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_oak_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_oak_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cross_oak_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_oak_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cross_oak_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_oak_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cross_oak_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cross_oak_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_oak_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cross_oak_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_sand_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/cross_sand_tiles_slab.json deleted file mode 100644 index 8efb23d..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_sand_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cross_sand_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/cross_sand_tiles" - }, - "type=top": { - "model": "new_soviet:block/cross_sand_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cross_sand_tiles_stairs.json deleted file mode 100644 index 4417772..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_sand_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_sand_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cross_sand_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_sand_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cross_sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_sand_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cross_sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cross_sand_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_sand_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cross_sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_spruce_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/cross_spruce_planks_slab.json deleted file mode 100644 index 9f73e24..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_spruce_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cross_spruce_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/cross_spruce_planks" - }, - "type=top": { - "model": "new_soviet:block/cross_spruce_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cross_spruce_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cross_spruce_planks_stairs.json deleted file mode 100644 index bb9fadd..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cross_spruce_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_spruce_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cross_spruce_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_spruce_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cross_spruce_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_spruce_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cross_spruce_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cross_spruce_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cross_spruce_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cross_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cross_spruce_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cyan_linoleum_slab.json b/src/main/resources/assets/new_soviet/blockstates/cyan_linoleum_slab.json deleted file mode 100644 index b16df40..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cyan_linoleum_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/cyan_linoleum_slab" - }, - "type=double": { - "model": "new_soviet:block/cyan_linoleum" - }, - "type=top": { - "model": "new_soviet:block/cyan_linoleum_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cyan_linoleum_stairs.json b/src/main/resources/assets/new_soviet/blockstates/cyan_linoleum_stairs.json deleted file mode 100644 index ad4868e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cyan_linoleum_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/cyan_linoleum_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/cyan_linoleum_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/cyan_linoleum_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/cyan_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/cyan_linoleum_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/cyan_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/cyan_linoleum_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/cyan_linoleum_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/cyan_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/cyan_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/dark_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/dark_brick_tiles_slab.json deleted file mode 100644 index 65f7801..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/dark_brick_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/dark_brick_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/dark_brick_tiles" - }, - "type=top": { - "model": "new_soviet:block/dark_brick_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/dark_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/dark_brick_tiles_stairs.json deleted file mode 100644 index a3b6005..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/dark_brick_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/dark_brick_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/dark_brick_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/dark_brick_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/dark_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/dark_brick_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/dark_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/dark_brick_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/dark_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/deepslate_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/deepslate_tiles_slab.json deleted file mode 100644 index 6356841..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/deepslate_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/deepslate_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/deepslate_tiles" - }, - "type=top": { - "model": "new_soviet:block/deepslate_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/deepslate_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/deepslate_tiles_stairs.json deleted file mode 100644 index 7f6d063..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/deepslate_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/deepslate_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/deepslate_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/deepslate_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/deepslate_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/deepslate_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/deepslate_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/deepslate_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/deepslate_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/diorite_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/diorite_bricks_slab.json deleted file mode 100644 index 21bf532..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/diorite_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/diorite_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/diorite_bricks" - }, - "type=top": { - "model": "new_soviet:block/diorite_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/diorite_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/diorite_bricks_stairs.json deleted file mode 100644 index c28c213..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/diorite_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/diorite_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/diorite_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/diorite_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/diorite_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/diorite_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/diorite_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/diorite_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/diorite_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/diorite_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/diorite_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/diorite_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/diorite_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/diorite_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/diorite_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/diorite_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/diorite_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/diorite_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/diorite_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/diorite_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/diorite_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/diorite_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/diorite_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/diorite_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/diorite_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/diorite_tiles.json b/src/main/resources/assets/new_soviet/blockstates/diorite_tiles.json deleted file mode 100644 index bd4bb4b..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/diorite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "new_soviet:block/diorite_tiles" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/dirty_aquamarine_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/dirty_aquamarine_tiles_slab.json deleted file mode 100644 index f5925fb..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/dirty_aquamarine_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/dirty_aquamarine_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/dirty_aquamarine_tiles" - }, - "type=top": { - "model": "new_soviet:block/dirty_aquamarine_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/dirty_aquamarine_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/dirty_aquamarine_tiles_stairs.json deleted file mode 100644 index 18a8778..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/dirty_aquamarine_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/dirty_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/dirty_aquamarine_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/dirty_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/dirty_brick_tiles_slab.json deleted file mode 100644 index 90e2f6b..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/dirty_brick_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/dirty_brick_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/dirty_brick_tiles" - }, - "type=top": { - "model": "new_soviet:block/dirty_brick_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/dirty_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/dirty_brick_tiles_stairs.json deleted file mode 100644 index 7f3e638..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/dirty_brick_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/dirty_brick_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/dirty_brick_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/dirty_brick_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/dirty_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/dirty_brick_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/dirty_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/dirty_brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/dirty_brick_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/dirty_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/dirty_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/dirty_dark_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/dirty_dark_brick_tiles_slab.json deleted file mode 100644 index 71c5eb0..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/dirty_dark_brick_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/dirty_dark_brick_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/dirty_dark_brick_tiles" - }, - "type=top": { - "model": "new_soviet:block/dirty_dark_brick_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/dirty_dark_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/dirty_dark_brick_tiles_stairs.json deleted file mode 100644 index cf3b9b9..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/dirty_dark_brick_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/dirty_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/dirty_dark_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/dripstone_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/dripstone_tiles_slab.json deleted file mode 100644 index 06fea6d..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/dripstone_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/dripstone_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/dripstone_tiles" - }, - "type=top": { - "model": "new_soviet:block/dripstone_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/dripstone_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/dripstone_tiles_stairs.json deleted file mode 100644 index 4b65f46..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/dripstone_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/dripstone_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/dripstone_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/dripstone_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/dripstone_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/dripstone_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/dripstone_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/dripstone_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/dripstone_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/gray_linoleum_slab.json b/src/main/resources/assets/new_soviet/blockstates/gray_linoleum_slab.json deleted file mode 100644 index 84838b8..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/gray_linoleum_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/gray_linoleum_slab" - }, - "type=double": { - "model": "new_soviet:block/gray_linoleum" - }, - "type=top": { - "model": "new_soviet:block/gray_linoleum_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/gray_linoleum_stairs.json b/src/main/resources/assets/new_soviet/blockstates/gray_linoleum_stairs.json deleted file mode 100644 index f275850..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/gray_linoleum_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/gray_linoleum_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/gray_linoleum_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/gray_linoleum_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/gray_linoleum_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/gray_linoleum_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/gray_linoleum_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/gray_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/gray_linoleum_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/gray_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/gray_linoleum_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/gray_linoleum_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/gray_linoleum_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/gray_linoleum_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/gray_linoleum_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/gray_linoleum_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/gray_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/gray_linoleum_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/gray_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/gray_linoleum_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/gray_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/gray_linoleum_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/gray_linoleum_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/gray_linoleum_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/gray_linoleum_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/gray_linoleum_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/gray_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/gray_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/gray_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/gray_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/gray_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/gray_linoleum_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/gray_linoleum_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/gray_linoleum_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/gray_linoleum_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/gray_linoleum_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/gray_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/gray_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/gray_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/gray_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/gray_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/green_bricks_2_slab.json b/src/main/resources/assets/new_soviet/blockstates/green_bricks_2_slab.json deleted file mode 100644 index 208cb4e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/green_bricks_2_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/green_bricks_2_slab" - }, - "type=double": { - "model": "new_soviet:block/green_bricks_2" - }, - "type=top": { - "model": "new_soviet:block/green_bricks_2_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/green_bricks_2_stairs.json b/src/main/resources/assets/new_soviet/blockstates/green_bricks_2_stairs.json deleted file mode 100644 index 3089461..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/green_bricks_2_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_bricks_2_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_bricks_2_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_bricks_2_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_bricks_2_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/green_bricks_2_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/green_bricks_2_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_bricks_2_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_bricks_2_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_bricks_2_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_bricks_2_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/green_bricks_2_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/green_bricks_2_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_bricks_2_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_bricks_2_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_bricks_2_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_bricks_2_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/green_bricks_2_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/green_bricks_2_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_bricks_2_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_bricks_2_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/green_bricks_2_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_bricks_2_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/green_bricks_2_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/green_bricks_2_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/green_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/green_bricks_slab.json deleted file mode 100644 index 0d83d9b..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/green_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/green_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/green_bricks" - }, - "type=top": { - "model": "new_soviet:block/green_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/green_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/green_bricks_stairs.json deleted file mode 100644 index 30829ea..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/green_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/green_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/green_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/green_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/green_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/green_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/green_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/green_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/green_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/green_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/green_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/green_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/green_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/green_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/green_concrete_slab.json b/src/main/resources/assets/new_soviet/blockstates/green_concrete_slab.json deleted file mode 100644 index 2caeb73..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/green_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/green_concrete_slab" - }, - "type=double": { - "model": "new_soviet:block/green_concrete" - }, - "type=top": { - "model": "new_soviet:block/green_concrete_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/green_concrete_stairs.json b/src/main/resources/assets/new_soviet/blockstates/green_concrete_stairs.json deleted file mode 100644 index 35d4111..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/green_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/green_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/green_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/green_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/green_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/green_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/green_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/green_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/green_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/green_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/green_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/green_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/green_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/green_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/green_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/green_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/green_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/green_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/green_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/green_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/green_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/green_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/green_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/green_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/green_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/green_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/green_linoleum_slab.json b/src/main/resources/assets/new_soviet/blockstates/green_linoleum_slab.json deleted file mode 100644 index 3fddefe..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/green_linoleum_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/green_linoleum_slab" - }, - "type=double": { - "model": "new_soviet:block/green_linoleum" - }, - "type=top": { - "model": "new_soviet:block/green_linoleum_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/green_linoleum_stairs.json b/src/main/resources/assets/new_soviet/blockstates/green_linoleum_stairs.json deleted file mode 100644 index 32848ff..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/green_linoleum_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_linoleum_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_linoleum_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_linoleum_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_linoleum_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/green_linoleum_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/green_linoleum_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/green_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/green_linoleum_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/green_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/green_linoleum_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_linoleum_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_linoleum_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_linoleum_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_linoleum_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/green_linoleum_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/green_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/green_linoleum_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/green_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/green_linoleum_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/green_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_linoleum_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_linoleum_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_linoleum_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_linoleum_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/green_linoleum_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/green_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/green_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/green_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/green_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/green_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_linoleum_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_linoleum_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/green_linoleum_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_linoleum_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/green_linoleum_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/green_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/green_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/green_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/green_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/green_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/green_white_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/green_white_tiles_slab.json deleted file mode 100644 index 2e7837e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/green_white_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/green_white_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/green_white_tiles" - }, - "type=top": { - "model": "new_soviet:block/green_white_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/green_white_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/green_white_tiles_stairs.json deleted file mode 100644 index 8e9e970..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/green_white_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_white_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_white_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_white_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_white_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/green_white_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/green_white_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_white_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_white_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_white_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_white_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/green_white_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/green_white_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_white_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_white_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/green_white_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_white_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/green_white_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/green_white_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/green_white_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/green_white_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/green_white_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/green_white_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/green_white_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/green_white_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_acacia_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_acacia_planks_slab.json deleted file mode 100644 index adffebc..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_acacia_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/herringbone_acacia_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/herringbone_acacia_planks" - }, - "type=top": { - "model": "new_soviet:block/herringbone_acacia_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_acacia_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_acacia_planks_stairs.json deleted file mode 100644 index 4a45e42..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_acacia_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/herringbone_acacia_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_acacia_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_birch_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_birch_planks_slab.json deleted file mode 100644 index c883aad..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_birch_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/herringbone_birch_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/herringbone_birch_planks" - }, - "type=top": { - "model": "new_soviet:block/herringbone_birch_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_birch_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_birch_planks_stairs.json deleted file mode 100644 index 853a3fb..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_birch_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_birch_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_birch_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_birch_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_birch_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_birch_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_birch_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/herringbone_birch_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_birch_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_birch_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_birch_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_crimson_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_crimson_planks_slab.json deleted file mode 100644 index c7cc069..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_crimson_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/herringbone_crimson_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/herringbone_crimson_planks" - }, - "type=top": { - "model": "new_soviet:block/herringbone_crimson_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_crimson_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_crimson_planks_stairs.json deleted file mode 100644 index fef2eac..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_crimson_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/herringbone_crimson_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_crimson_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_dark_oak_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_dark_oak_planks_slab.json deleted file mode 100644 index 76f8771..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_dark_oak_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/herringbone_dark_oak_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/herringbone_dark_oak_planks" - }, - "type=top": { - "model": "new_soviet:block/herringbone_dark_oak_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_dark_oak_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_dark_oak_planks_stairs.json deleted file mode 100644 index ebc5cdb..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_dark_oak_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/herringbone_dark_oak_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_dark_oak_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_jungle_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_jungle_planks_slab.json deleted file mode 100644 index 9a9afe2..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_jungle_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/herringbone_jungle_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/herringbone_jungle_planks" - }, - "type=top": { - "model": "new_soviet:block/herringbone_jungle_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_jungle_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_jungle_planks_stairs.json deleted file mode 100644 index edd6a21..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_jungle_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/herringbone_jungle_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_jungle_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_mangrove_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_mangrove_planks_slab.json deleted file mode 100644 index 021705b..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_mangrove_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/herringbone_mangrove_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/herringbone_mangrove_planks" - }, - "type=top": { - "model": "new_soviet:block/herringbone_mangrove_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_mangrove_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_mangrove_planks_stairs.json deleted file mode 100644 index cd10dac..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_mangrove_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/herringbone_mangrove_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_mangrove_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_oak_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_oak_planks_slab.json deleted file mode 100644 index 2096aee..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_oak_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/herringbone_oak_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/herringbone_oak_planks" - }, - "type=top": { - "model": "new_soviet:block/herringbone_oak_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_oak_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_oak_planks_stairs.json deleted file mode 100644 index e387550..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_oak_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_oak_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_oak_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_oak_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_oak_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_oak_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_oak_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/herringbone_oak_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_oak_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_oak_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_oak_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_parquet_slab.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_parquet_slab.json deleted file mode 100644 index 8ae523c..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_parquet_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/herringbone_parquet_slab" - }, - "type=double": { - "model": "new_soviet:block/herringbone_parquet" - }, - "type=top": { - "model": "new_soviet:block/herringbone_parquet_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_parquet_stairs.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_parquet_stairs.json deleted file mode 100644 index 0e47f07..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_parquet_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_parquet_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_parquet_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_parquet_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_parquet_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_parquet_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_parquet_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/herringbone_parquet_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_parquet_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_parquet_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_sand_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_sand_tiles_slab.json deleted file mode 100644 index 4dbac76..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_sand_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/herringbone_sand_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/herringbone_sand_tiles" - }, - "type=top": { - "model": "new_soviet:block/herringbone_sand_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_sand_tiles_stairs.json deleted file mode 100644 index 514861c..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_sand_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/herringbone_sand_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_spruce_planks_slab.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_spruce_planks_slab.json deleted file mode 100644 index 6681a21..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_spruce_planks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/herringbone_spruce_planks_slab" - }, - "type=double": { - "model": "new_soviet:block/herringbone_spruce_planks" - }, - "type=top": { - "model": "new_soviet:block/herringbone_spruce_planks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/herringbone_spruce_planks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/herringbone_spruce_planks_stairs.json deleted file mode 100644 index f077801..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/herringbone_spruce_planks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/herringbone_spruce_planks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/herringbone_spruce_planks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/light_blue_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/light_blue_bricks_slab.json deleted file mode 100644 index 4cc8613..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/light_blue_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/light_blue_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/light_blue_bricks" - }, - "type=top": { - "model": "new_soviet:block/light_blue_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/light_blue_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/light_blue_bricks_stairs.json deleted file mode 100644 index 988ade5..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/light_blue_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/light_blue_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/light_blue_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/light_blue_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/light_blue_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/light_blue_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/light_blue_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/light_blue_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/light_blue_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/light_blue_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/light_blue_tiles_slab.json deleted file mode 100644 index e1cb188..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/light_blue_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/light_blue_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/light_blue_tiles" - }, - "type=top": { - "model": "new_soviet:block/light_blue_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/light_blue_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/light_blue_tiles_stairs.json deleted file mode 100644 index 6bcbb96..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/light_blue_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/light_blue_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/light_blue_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/light_blue_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/light_blue_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/light_blue_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/light_blue_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/light_blue_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/light_blue_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/metal_plating_slab.json b/src/main/resources/assets/new_soviet/blockstates/metal_plating_slab.json deleted file mode 100644 index 7ae5f9c..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/metal_plating_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/metal_plating_slab" - }, - "type=double": { - "model": "new_soviet:block/metal_plating" - }, - "type=top": { - "model": "new_soviet:block/metal_plating_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/metal_plating_stairs.json b/src/main/resources/assets/new_soviet/blockstates/metal_plating_stairs.json deleted file mode 100644 index d3339f0..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/metal_plating_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/metal_plating_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/metal_plating_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/metal_plating_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/metal_plating_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/metal_plating_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/metal_plating_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/metal_plating_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/metal_plating_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/metal_plating_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/metal_plating_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/metal_plating_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/metal_plating_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/metal_plating_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/metal_plating_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/metal_plating_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/metal_plating_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/metal_plating_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/metal_plating_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/metal_plating_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/metal_plating_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/metal_plating_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/metal_plating_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/metal_plating_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/metal_plating_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/metal_plating_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/metal_plating_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/metal_plating_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/metal_plating_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/metal_plating_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/metal_plating_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/metal_plating_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/metal_plating_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/metal_plating_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/metal_plating_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/metal_plating_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/metal_plating_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/metal_plating_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/metal_plating_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/metal_plating_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/metal_plating_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_aquamarine_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_aquamarine_tiles_slab.json deleted file mode 100644 index 7e8647d..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_aquamarine_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_aquamarine_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_aquamarine_tiles" - }, - "type=top": { - "model": "new_soviet:block/mossy_aquamarine_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_aquamarine_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_aquamarine_tiles_stairs.json deleted file mode 100644 index 881fc8c..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_aquamarine_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_aquamarine_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_brick_tiles_slab.json deleted file mode 100644 index 9cbd76f..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_brick_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_brick_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_brick_tiles" - }, - "type=top": { - "model": "new_soviet:block/mossy_brick_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_brick_tiles_stairs.json deleted file mode 100644 index 0995637..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_brick_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_brick_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_brick_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_brick_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_brick_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_brick_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_calcite_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_calcite_tiles_slab.json deleted file mode 100644 index 0217d54..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_calcite_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_calcite_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_calcite_tiles" - }, - "type=top": { - "model": "new_soviet:block/mossy_calcite_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_calcite_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_calcite_tiles_stairs.json deleted file mode 100644 index 306854b..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_calcite_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_calcite_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_calcite_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_dark_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_dark_brick_tiles_slab.json deleted file mode 100644 index e1684b9..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_dark_brick_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_dark_brick_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_dark_brick_tiles" - }, - "type=top": { - "model": "new_soviet:block/mossy_dark_brick_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_dark_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_dark_brick_tiles_stairs.json deleted file mode 100644 index 22eaa04..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_dark_brick_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_dark_brick_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_deepslate_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_deepslate_tiles_slab.json deleted file mode 100644 index a5b93e1..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_deepslate_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_deepslate_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_deepslate_tiles" - }, - "type=top": { - "model": "new_soviet:block/mossy_deepslate_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_deepslate_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_deepslate_tiles_stairs.json deleted file mode 100644 index 876a18e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_deepslate_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_deepslate_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_diorite_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_diorite_bricks_slab.json deleted file mode 100644 index 21399da..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_diorite_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_diorite_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_diorite_bricks" - }, - "type=top": { - "model": "new_soviet:block/mossy_diorite_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_diorite_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_diorite_bricks_stairs.json deleted file mode 100644 index 23232c6..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_diorite_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_diorite_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_diorite_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_diorite_tiles.json b/src/main/resources/assets/new_soviet/blockstates/mossy_diorite_tiles.json deleted file mode 100644 index dcb90f7..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_diorite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "new_soviet:block/mossy_diorite_tiles" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_dripstone_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_dripstone_tiles_slab.json deleted file mode 100644 index 66ffb28..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_dripstone_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_dripstone_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_dripstone_tiles" - }, - "type=top": { - "model": "new_soviet:block/mossy_dripstone_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_dripstone_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_dripstone_tiles_stairs.json deleted file mode 100644 index 7a3b392..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_dripstone_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_dripstone_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_2_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_2_slab.json deleted file mode 100644 index afcc105..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_2_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_green_bricks_2_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_green_bricks_2" - }, - "type=top": { - "model": "new_soviet:block/mossy_green_bricks_2_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_2_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_2_stairs.json deleted file mode 100644 index 01bbc9c..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_2_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_green_bricks_2_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_2_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_slab.json deleted file mode 100644 index 872bac2..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_green_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_green_bricks" - }, - "type=top": { - "model": "new_soviet:block/mossy_green_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_stairs.json deleted file mode 100644 index a8902bc..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_green_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_green_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_green_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_green_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_green_white_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_green_white_tiles_slab.json deleted file mode 100644 index 967e2c2..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_green_white_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_green_white_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_green_white_tiles" - }, - "type=top": { - "model": "new_soviet:block/mossy_green_white_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_green_white_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_green_white_tiles_stairs.json deleted file mode 100644 index b8e2bdb..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_green_white_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_green_white_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_green_white_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_bricks_slab.json deleted file mode 100644 index 78d6f6e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_light_blue_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_light_blue_bricks" - }, - "type=top": { - "model": "new_soviet:block/mossy_light_blue_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_bricks_stairs.json deleted file mode 100644 index c601bd9..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_tiles_slab.json deleted file mode 100644 index 992d981..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_light_blue_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_light_blue_tiles" - }, - "type=top": { - "model": "new_soviet:block/mossy_light_blue_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_tiles_stairs.json deleted file mode 100644 index 75e864f..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_light_blue_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_light_blue_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_red_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_red_bricks_slab.json deleted file mode 100644 index b3edde8..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_red_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_red_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_red_bricks" - }, - "type=top": { - "model": "new_soviet:block/mossy_red_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_red_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_red_bricks_stairs.json deleted file mode 100644 index 7c1adf1..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_red_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_red_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_red_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_red_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_red_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_red_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_red_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_red_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_red_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_red_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_sand_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_sand_bricks_slab.json deleted file mode 100644 index c858843..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_sand_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_sand_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_sand_bricks" - }, - "type=top": { - "model": "new_soviet:block/mossy_sand_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_sand_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_sand_bricks_stairs.json deleted file mode 100644 index be5cb2b..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_sand_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_sand_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_sand_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_sand_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_sand_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_sand_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_sand_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_sand_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_sand_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_sand_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_sand_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_sand_tiles_slab.json deleted file mode 100644 index 26419ee..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_sand_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_sand_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_sand_tiles" - }, - "type=top": { - "model": "new_soviet:block/mossy_sand_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_sand_tiles_stairs.json deleted file mode 100644 index ae1567b..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_sand_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_sand_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_sand_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_sand_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_sand_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_sand_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_sand_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_teal_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_teal_tiles_slab.json deleted file mode 100644 index c500009..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_teal_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_teal_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_teal_tiles" - }, - "type=top": { - "model": "new_soviet:block/mossy_teal_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_teal_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_teal_tiles_stairs.json deleted file mode 100644 index b7edf15..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_teal_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_teal_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_teal_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_teal_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_teal_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_teal_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_teal_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_teal_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_teal_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_teal_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_tuff_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_tuff_bricks_slab.json deleted file mode 100644 index b899039..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_tuff_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_tuff_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_tuff_bricks" - }, - "type=top": { - "model": "new_soviet:block/mossy_tuff_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_tuff_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_tuff_bricks_stairs.json deleted file mode 100644 index 2e22806..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_tuff_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_tuff_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_tuff_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_tuff_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/mossy_tuff_tiles_slab.json deleted file mode 100644 index 57475b4..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_tuff_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/mossy_tuff_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/mossy_tuff_tiles" - }, - "type=top": { - "model": "new_soviet:block/mossy_tuff_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mossy_tuff_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/mossy_tuff_tiles_stairs.json deleted file mode 100644 index c9c6c92..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mossy_tuff_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/mossy_tuff_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/mossy_tuff_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/nii_floor_slab.json b/src/main/resources/assets/new_soviet/blockstates/nii_floor_slab.json deleted file mode 100644 index 896547a..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/nii_floor_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/nii_floor_slab" - }, - "type=double": { - "model": "new_soviet:block/nii_floor" - }, - "type=top": { - "model": "new_soviet:block/nii_floor_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/nii_floor_stairs.json b/src/main/resources/assets/new_soviet/blockstates/nii_floor_stairs.json deleted file mode 100644 index 3988a1b..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/nii_floor_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/nii_floor_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/nii_floor_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/nii_floor_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/nii_floor_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/nii_floor_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/nii_floor_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/nii_floor_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/nii_floor_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/nii_floor_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/nii_floor_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/nii_floor_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/nii_floor_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/nii_floor_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/nii_floor_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/nii_floor_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/nii_floor_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/nii_floor_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/nii_floor_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/nii_floor_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/nii_floor_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/nii_floor_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/nii_floor_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/nii_floor_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/nii_floor_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/nii_floor_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/nii_floor_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/nii_floor_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/nii_floor_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/nii_floor_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/nii_floor_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/nii_floor_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/nii_floor_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/nii_floor_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/nii_floor_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/nii_floor_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/nii_floor_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/nii_floor_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/nii_floor_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/nii_floor_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/nii_floor_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/orange_linoleum_slab.json b/src/main/resources/assets/new_soviet/blockstates/orange_linoleum_slab.json deleted file mode 100644 index 0bc7427..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/orange_linoleum_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/orange_linoleum_slab" - }, - "type=double": { - "model": "new_soviet:block/orange_linoleum" - }, - "type=top": { - "model": "new_soviet:block/orange_linoleum_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/orange_linoleum_stairs.json b/src/main/resources/assets/new_soviet/blockstates/orange_linoleum_stairs.json deleted file mode 100644 index 8783ef1..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/orange_linoleum_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/orange_linoleum_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/orange_linoleum_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/orange_linoleum_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/orange_linoleum_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/orange_linoleum_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/orange_linoleum_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/orange_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/orange_linoleum_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/orange_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/orange_linoleum_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/orange_linoleum_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/orange_linoleum_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/orange_linoleum_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/orange_linoleum_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/orange_linoleum_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/orange_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/orange_linoleum_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/orange_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/orange_linoleum_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/orange_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/orange_linoleum_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/orange_linoleum_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/orange_linoleum_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/orange_linoleum_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/orange_linoleum_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/orange_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/orange_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/orange_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/orange_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/orange_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/orange_linoleum_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/orange_linoleum_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/orange_linoleum_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/orange_linoleum_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/orange_linoleum_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/orange_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/orange_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/orange_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/orange_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/orange_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/red_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/red_bricks_slab.json deleted file mode 100644 index 42ef4a2..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/red_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/red_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/red_bricks" - }, - "type=top": { - "model": "new_soviet:block/red_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/red_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/red_bricks_stairs.json deleted file mode 100644 index 7df68b8..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/red_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/red_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/red_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/red_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/red_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/red_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/red_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/red_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/red_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/red_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/red_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/red_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/red_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/red_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/red_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/red_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/red_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/red_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/red_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/red_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/red_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/red_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/red_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/red_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/red_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/red_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/red_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/red_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/red_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/red_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/red_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/red_concrete_slab.json b/src/main/resources/assets/new_soviet/blockstates/red_concrete_slab.json deleted file mode 100644 index 23f0fc0..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/red_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/red_concrete_slab" - }, - "type=double": { - "model": "new_soviet:block/red_concrete" - }, - "type=top": { - "model": "new_soviet:block/red_concrete_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/red_concrete_stairs.json b/src/main/resources/assets/new_soviet/blockstates/red_concrete_stairs.json deleted file mode 100644 index 8681f6f..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/red_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/red_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/red_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/red_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/red_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/red_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/red_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/red_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/red_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/red_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/red_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/red_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/red_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/red_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/red_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/red_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/red_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/red_linoleum_slab.json b/src/main/resources/assets/new_soviet/blockstates/red_linoleum_slab.json deleted file mode 100644 index 723ccfd..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/red_linoleum_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/red_linoleum_slab" - }, - "type=double": { - "model": "new_soviet:block/red_linoleum" - }, - "type=top": { - "model": "new_soviet:block/red_linoleum_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/red_linoleum_stairs.json b/src/main/resources/assets/new_soviet/blockstates/red_linoleum_stairs.json deleted file mode 100644 index d4127dc..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/red_linoleum_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/red_linoleum_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/red_linoleum_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/red_linoleum_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/red_linoleum_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/red_linoleum_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/red_linoleum_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/red_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/red_linoleum_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/red_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/red_linoleum_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/red_linoleum_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/red_linoleum_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/red_linoleum_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/red_linoleum_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/red_linoleum_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/red_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/red_linoleum_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/red_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/red_linoleum_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/red_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/red_linoleum_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/red_linoleum_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/red_linoleum_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/red_linoleum_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/red_linoleum_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/red_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/red_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/red_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/red_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/red_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/red_linoleum_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/red_linoleum_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/red_linoleum_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/red_linoleum_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/red_linoleum_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/red_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/red_linoleum_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/red_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/red_linoleum_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/red_linoleum_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/red_matress.json b/src/main/resources/assets/new_soviet/blockstates/red_matress.json deleted file mode 100644 index b91655e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/red_matress.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "new_soviet:block/red_mattress" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/sand_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/sand_bricks_slab.json deleted file mode 100644 index 08c3efd..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/sand_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/sand_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/sand_bricks" - }, - "type=top": { - "model": "new_soviet:block/sand_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/sand_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/sand_bricks_stairs.json deleted file mode 100644 index b82481d..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/sand_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/sand_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/sand_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/sand_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/sand_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/sand_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/sand_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/sand_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/sand_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/sand_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/sand_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/sand_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/sand_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/sand_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/sand_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/sand_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/sand_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/sand_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/sand_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/sand_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/sand_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/sand_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/sand_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/sand_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/sand_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/sand_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/sand_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/sand_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/sand_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/sand_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/sand_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/sand_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/sand_tiles_slab.json deleted file mode 100644 index 8da58ec..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/sand_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/sand_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/sand_tiles" - }, - "type=top": { - "model": "new_soviet:block/sand_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/sand_tiles_stairs.json deleted file mode 100644 index f28b7fc..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/sand_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/sand_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/sand_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/sand_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/sand_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/sand_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/sand_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/sand_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/sand_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/sand_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/sand_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/sand_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/sand_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/sand_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/sand_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/sand_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/sand_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/sand_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/sand_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/sand_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/sand_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/sand_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/sand_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/sand_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/sand_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/sand_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/sand_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/sand_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/sand_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/separated_parquet_slab.json b/src/main/resources/assets/new_soviet/blockstates/separated_parquet_slab.json deleted file mode 100644 index e5b2be9..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/separated_parquet_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/separated_parquet_slab" - }, - "type=double": { - "model": "new_soviet:block/separated_parquet" - }, - "type=top": { - "model": "new_soviet:block/separated_parquet_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/separated_parquet_stairs.json b/src/main/resources/assets/new_soviet/blockstates/separated_parquet_stairs.json deleted file mode 100644 index 609fbb9..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/separated_parquet_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/separated_parquet_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/separated_parquet_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/separated_parquet_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/separated_parquet_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/separated_parquet_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/separated_parquet_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/separated_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/separated_parquet_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/separated_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/separated_parquet_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/separated_parquet_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/separated_parquet_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/separated_parquet_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/separated_parquet_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/separated_parquet_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/separated_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/separated_parquet_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/separated_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/separated_parquet_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/separated_parquet_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/separated_parquet_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/separated_parquet_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/separated_parquet_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/separated_parquet_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/separated_parquet_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/separated_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/separated_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/separated_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/separated_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/separated_parquet_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/separated_parquet_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/separated_parquet_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/separated_parquet_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/separated_parquet_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/separated_parquet_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/separated_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/separated_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/separated_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/separated_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/separated_parquet_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/straight_parquet_slab.json b/src/main/resources/assets/new_soviet/blockstates/straight_parquet_slab.json deleted file mode 100644 index 513e226..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/straight_parquet_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/straight_parquet_slab" - }, - "type=double": { - "model": "new_soviet:block/straight_parquet" - }, - "type=top": { - "model": "new_soviet:block/straight_parquet_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/straight_parquet_stairs.json b/src/main/resources/assets/new_soviet/blockstates/straight_parquet_stairs.json deleted file mode 100644 index f255143..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/straight_parquet_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/straight_parquet_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/straight_parquet_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/straight_parquet_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/straight_parquet_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/straight_parquet_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/straight_parquet_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/straight_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/straight_parquet_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/straight_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/straight_parquet_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/straight_parquet_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/straight_parquet_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/straight_parquet_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/straight_parquet_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/straight_parquet_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/straight_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/straight_parquet_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/straight_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/straight_parquet_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/straight_parquet_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/straight_parquet_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/straight_parquet_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/straight_parquet_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/straight_parquet_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/straight_parquet_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/straight_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/straight_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/straight_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/straight_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/straight_parquet_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/straight_parquet_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/straight_parquet_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/straight_parquet_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/straight_parquet_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/straight_parquet_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/straight_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/straight_parquet_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/straight_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/straight_parquet_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/straight_parquet_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/teal_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/teal_tiles_slab.json deleted file mode 100644 index 4960213..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/teal_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/teal_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/teal_tiles" - }, - "type=top": { - "model": "new_soviet:block/teal_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/teal_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/teal_tiles_stairs.json deleted file mode 100644 index a8b42b7..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/teal_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/teal_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/teal_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/teal_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/teal_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/teal_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/teal_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/teal_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/teal_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/teal_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/teal_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/teal_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/teal_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/teal_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/teal_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/teal_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/teal_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/teal_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/teal_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/teal_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/teal_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/teal_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/teal_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/teal_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/teal_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/teal_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/teal_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/teal_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/teal_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/tuff_bricks_slab.json b/src/main/resources/assets/new_soviet/blockstates/tuff_bricks_slab.json deleted file mode 100644 index 0663e4f..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/tuff_bricks_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/tuff_bricks_slab" - }, - "type=double": { - "model": "new_soviet:block/tuff_bricks" - }, - "type=top": { - "model": "new_soviet:block/tuff_bricks_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/tuff_bricks_stairs.json b/src/main/resources/assets/new_soviet/blockstates/tuff_bricks_stairs.json deleted file mode 100644 index b04d3a2..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/tuff_bricks_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/tuff_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/tuff_bricks_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/tuff_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/tuff_bricks_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/tuff_bricks_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/tuff_bricks_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/tuff_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/tuff_bricks_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/tuff_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/tuff_bricks_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/tuff_bricks_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/tuff_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/tuff_bricks_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/tuff_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/tuff_bricks_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/tuff_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/tuff_bricks_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/tuff_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/tuff_bricks_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/tuff_bricks_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/tuff_bricks_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/tuff_bricks_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/tuff_bricks_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/tuff_bricks_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/tuff_bricks_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/tuff_bricks_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/tuff_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/tuff_tiles_slab.json deleted file mode 100644 index ccce8f9..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/tuff_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/tuff_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/tuff_tiles" - }, - "type=top": { - "model": "new_soviet:block/tuff_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/tuff_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/tuff_tiles_stairs.json deleted file mode 100644 index ee2848d..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/tuff_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/tuff_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/tuff_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/tuff_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/tuff_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/tuff_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/tuff_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/tuff_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/tuff_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/tuff_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/tuff_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/tuff_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/tuff_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/tuff_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/tuff_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/tuff_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/tuff_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/tuff_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/tuff_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/tuff_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/tuff_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/tuff_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/tuff_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/tuff_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/tuff_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/tuff_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/tuff_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/variated_light_blue_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/variated_light_blue_tiles_slab.json deleted file mode 100644 index 47c98b5..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/variated_light_blue_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/variated_light_blue_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/variated_light_blue_tiles" - }, - "type=top": { - "model": "new_soviet:block/variated_light_blue_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/variated_light_blue_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/variated_light_blue_tiles_stairs.json deleted file mode 100644 index a6aa03e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/variated_light_blue_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/variated_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/variated_light_blue_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/variated_teal_tiles_slab.json b/src/main/resources/assets/new_soviet/blockstates/variated_teal_tiles_slab.json deleted file mode 100644 index 0150884..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/variated_teal_tiles_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/variated_teal_tiles_slab" - }, - "type=double": { - "model": "new_soviet:block/variated_teal_tiles" - }, - "type=top": { - "model": "new_soviet:block/variated_teal_tiles_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/variated_teal_tiles_stairs.json b/src/main/resources/assets/new_soviet/blockstates/variated_teal_tiles_stairs.json deleted file mode 100644 index 7d8e667..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/variated_teal_tiles_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/variated_teal_tiles_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/variated_teal_tiles_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/variated_teal_tiles_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/variated_teal_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/variated_teal_tiles_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/variated_teal_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/variated_teal_tiles_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/variated_teal_tiles_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/variated_teal_tiles_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/variated_teal_tiles_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/white_concrete_slab.json b/src/main/resources/assets/new_soviet/blockstates/white_concrete_slab.json deleted file mode 100644 index 72a0881..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/white_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/white_concrete_slab" - }, - "type=double": { - "model": "new_soviet:block/white_concrete" - }, - "type=top": { - "model": "new_soviet:block/white_concrete_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/white_concrete_stairs.json b/src/main/resources/assets/new_soviet/blockstates/white_concrete_stairs.json deleted file mode 100644 index 7f5f382..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/white_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/white_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/white_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/white_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/white_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/white_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/white_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/white_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/white_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/white_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/white_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/white_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/white_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/white_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/white_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/white_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/white_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/yellow_concrete_slab.json b/src/main/resources/assets/new_soviet/blockstates/yellow_concrete_slab.json deleted file mode 100644 index 94cadbd..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/yellow_concrete_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "new_soviet:block/yellow_concrete_slab" - }, - "type=double": { - "model": "new_soviet:block/yellow_concrete" - }, - "type=top": { - "model": "new_soviet:block/yellow_concrete_slab_top" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/yellow_concrete_stairs.json b/src/main/resources/assets/new_soviet/blockstates/yellow_concrete_stairs.json deleted file mode 100644 index 2f1ef3a..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/yellow_concrete_stairs.json +++ /dev/null @@ -1,209 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=inner_left": { - "model": "new_soviet:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=inner_right": { - "model": "new_soviet:block/yellow_concrete_stairs_inner" - }, - "facing=east,half=bottom,shape=outer_left": { - "model": "new_soviet:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=east,half=bottom,shape=outer_right": { - "model": "new_soviet:block/yellow_concrete_stairs_outer" - }, - "facing=east,half=bottom,shape=straight": { - "model": "new_soviet:block/yellow_concrete_stairs" - }, - "facing=east,half=top,shape=inner_left": { - "model": "new_soviet:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=inner_right": { - "model": "new_soviet:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=outer_left": { - "model": "new_soviet:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=east,half=top,shape=outer_right": { - "model": "new_soviet:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=east,half=top,shape=straight": { - "model": "new_soviet:block/yellow_concrete_stairs", - "uvlock": true, - "x": 180 - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "new_soviet:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "new_soviet:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=outer_left": { - "model": "new_soviet:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=north,half=bottom,shape=outer_right": { - "model": "new_soviet:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 270 - }, - "facing=north,half=bottom,shape=straight": { - "model": "new_soviet:block/yellow_concrete_stairs", - "uvlock": true, - "y": 270 - }, - "facing=north,half=top,shape=inner_left": { - "model": "new_soviet:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=inner_right": { - "model": "new_soviet:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=outer_left": { - "model": "new_soviet:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=north,half=top,shape=outer_right": { - "model": "new_soviet:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180 - }, - "facing=north,half=top,shape=straight": { - "model": "new_soviet:block/yellow_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "new_soviet:block/yellow_concrete_stairs_inner" - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "new_soviet:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=outer_left": { - "model": "new_soviet:block/yellow_concrete_stairs_outer" - }, - "facing=south,half=bottom,shape=outer_right": { - "model": "new_soviet:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=south,half=bottom,shape=straight": { - "model": "new_soviet:block/yellow_concrete_stairs", - "uvlock": true, - "y": 90 - }, - "facing=south,half=top,shape=inner_left": { - "model": "new_soviet:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=inner_right": { - "model": "new_soviet:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=outer_left": { - "model": "new_soviet:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=south,half=top,shape=outer_right": { - "model": "new_soviet:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=south,half=top,shape=straight": { - "model": "new_soviet:block/yellow_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "new_soviet:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "new_soviet:block/yellow_concrete_stairs_inner", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=outer_left": { - "model": "mnew_soviet:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 90 - }, - "facing=west,half=bottom,shape=outer_right": { - "model": "new_soviet:block/yellow_concrete_stairs_outer", - "uvlock": true, - "y": 180 - }, - "facing=west,half=bottom,shape=straight": { - "model": "new_soviet:block/yellow_concrete_stairs", - "uvlock": true, - "y": 180 - }, - "facing=west,half=top,shape=inner_left": { - "model": "new_soviet:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=inner_right": { - "model": "new_soviet:block/yellow_concrete_stairs_inner", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=outer_left": { - "model": "new_soviet:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 180 - }, - "facing=west,half=top,shape=outer_right": { - "model": "new_soviet:block/yellow_concrete_stairs_outer", - "uvlock": true, - "x": 180, - "y": 270 - }, - "facing=west,half=top,shape=straight": { - "model": "new_soviet:block/yellow_concrete_stairs", - "uvlock": true, - "x": 180, - "y": 180 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles.json deleted file mode 100644 index 2293fc5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/aquamarine/aquamarine_tiles", - "particle": "new_soviet:block/aquamarine/aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_slab.json deleted file mode 100644 index 659cdda..0000000 --- a/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/aquamarine/aquamarine_tiles", - "side": "new_soviet:block/aquamarine/aquamarine_tiles", - "top": "new_soviet:block/aquamarine/aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_slab_top.json deleted file mode 100644 index e4abf41..0000000 --- a/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/aquamarine/aquamarine_tiles", - "side": "new_soviet:block/aquamarine/aquamarine_tiles", - "top": "new_soviet:block/aquamarine/aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_stairs.json deleted file mode 100644 index 059dcbe..0000000 --- a/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/aquamarine/aquamarine_tiles", - "side": "new_soviet:block/aquamarine/aquamarine_tiles", - "top": "new_soviet:block/aquamarine/aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_stairs_inner.json deleted file mode 100644 index 2e91001..0000000 --- a/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/aquamarine/aquamarine_tiles", - "side": "new_soviet:block/aquamarine/aquamarine_tiles", - "top": "new_soviet:block/aquamarine/aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_stairs_outer.json deleted file mode 100644 index d98b501..0000000 --- a/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/aquamarine/aquamarine_tiles", - "side": "new_soviet:block/aquamarine/aquamarine_tiles", - "top": "new_soviet:block/aquamarine/aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/beige_concrete_slab.json b/src/main/resources/assets/new_soviet/models/block/beige_concrete_slab.json deleted file mode 100644 index 6a8766d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/beige_concrete_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/concrete/beige_concrete", - "side": "new_soviet:block/concrete/beige_concrete", - "top": "new_soviet:block/concrete/beige_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/beige_concrete_slab_top.json b/src/main/resources/assets/new_soviet/models/block/beige_concrete_slab_top.json deleted file mode 100644 index 673ea7f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/beige_concrete_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/concrete/beige_concrete", - "side": "new_soviet:block/concrete/beige_concrete", - "top": "new_soviet:block/concrete/beige_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/beige_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/block/beige_concrete_stairs.json deleted file mode 100644 index bba25ae..0000000 --- a/src/main/resources/assets/new_soviet/models/block/beige_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/concrete/beige_concrete", - "side": "new_soviet:block/concrete/beige_concrete", - "top": "new_soviet:block/concrete/beige_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/beige_concrete_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/beige_concrete_stairs_inner.json deleted file mode 100644 index 62e34e3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/beige_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/beige_concrete", - "side": "new_soviet:block/concrete/beige_concrete", - "top": "new_soviet:block/concrete/beige_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/beige_concrete_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/beige_concrete_stairs_outer.json deleted file mode 100644 index 9be338e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/beige_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/beige_concrete", - "side": "new_soviet:block/concrete/beige_concrete", - "top": "new_soviet:block/concrete/beige_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/beige_wallpaper.json b/src/main/resources/assets/new_soviet/models/block/beige_wallpaper.json deleted file mode 100644 index f152810..0000000 --- a/src/main/resources/assets/new_soviet/models/block/beige_wallpaper.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/wallpapers/beige_wallpaper", - "particle": "new_soviet:block/wallpapers/beige_wallpaper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_diorite_tiles.json b/src/main/resources/assets/new_soviet/models/block/big_diorite_tiles.json deleted file mode 100644 index b7b7401..0000000 --- a/src/main/resources/assets/new_soviet/models/block/big_diorite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/diorite/big_diorite_tiles", - "particle": "new_soviet:block/diorite/big_diorite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_granite_tiles.json b/src/main/resources/assets/new_soviet/models/block/big_granite_tiles.json deleted file mode 100644 index 0253a1a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/big_granite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/granite/big_granite_tiles", - "particle": "new_soviet:block/granite/big_granite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_green_tiles.json b/src/main/resources/assets/new_soviet/models/block/big_green_tiles.json deleted file mode 100644 index 6af1ea7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/big_green_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/green/big_green_tiles", - "particle": "new_soviet:block/green/big_green_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_sand_bricks.json b/src/main/resources/assets/new_soviet/models/block/big_sand_bricks.json deleted file mode 100644 index ec556f1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/big_sand_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/sand/big_sand_bricks", - "particle": "new_soviet:block/sand/big_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_slab.json deleted file mode 100644 index 157af7f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/sand/big_sand_bricks", - "side": "new_soviet:block/sand/big_sand_bricks", - "top": "new_soviet:block/sand/big_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_slab_top.json deleted file mode 100644 index 2347b8b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/sand/big_sand_bricks", - "side": "new_soviet:block/sand/big_sand_bricks", - "top": "new_soviet:block/sand/big_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_stairs.json deleted file mode 100644 index c429b52..0000000 --- a/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/sand/big_sand_bricks", - "side": "new_soviet:block/sand/big_sand_bricks", - "top": "new_soviet:block/sand/big_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_stairs_inner.json deleted file mode 100644 index de591f7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/sand/big_sand_bricks", - "side": "new_soviet:block/sand/big_sand_bricks", - "top": "new_soviet:block/sand/big_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_stairs_outer.json deleted file mode 100644 index 1a5d399..0000000 --- a/src/main/resources/assets/new_soviet/models/block/big_sand_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/sand/big_sand_bricks", - "side": "new_soviet:block/sand/big_sand_bricks", - "top": "new_soviet:block/sand/big_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/big_sand_tiles.json deleted file mode 100644 index dade456..0000000 --- a/src/main/resources/assets/new_soviet/models/block/big_sand_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/sand/big_sand_tiles", - "particle": "new_soviet:block/sand/big_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_tuff_tiles.json b/src/main/resources/assets/new_soviet/models/block/big_tuff_tiles.json deleted file mode 100644 index 6bf7207..0000000 --- a/src/main/resources/assets/new_soviet/models/block/big_tuff_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/tuff/big_tuff_tiles", - "particle": "new_soviet:block/tuff/big_tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/blue_concrete_slab.json b/src/main/resources/assets/new_soviet/models/block/blue_concrete_slab.json deleted file mode 100644 index f81c180..0000000 --- a/src/main/resources/assets/new_soviet/models/block/blue_concrete_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/concrete/blue_concrete", - "side": "new_soviet:block/concrete/blue_concrete", - "top": "new_soviet:block/concrete/blue_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/blue_concrete_slab_top.json b/src/main/resources/assets/new_soviet/models/block/blue_concrete_slab_top.json deleted file mode 100644 index 90f8b94..0000000 --- a/src/main/resources/assets/new_soviet/models/block/blue_concrete_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/concrete/blue_concrete", - "side": "new_soviet:block/concrete/blue_concrete", - "top": "new_soviet:block/concrete/blue_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/blue_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/block/blue_concrete_stairs.json deleted file mode 100644 index be9990f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/blue_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/concrete/blue_concrete", - "side": "new_soviet:block/concrete/blue_concrete", - "top": "new_soviet:block/concrete/blue_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/blue_concrete_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/blue_concrete_stairs_inner.json deleted file mode 100644 index 10e1104..0000000 --- a/src/main/resources/assets/new_soviet/models/block/blue_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/blue_concrete", - "side": "new_soviet:block/concrete/blue_concrete", - "top": "new_soviet:block/concrete/blue_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/blue_concrete_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/blue_concrete_stairs_outer.json deleted file mode 100644 index e0fec71..0000000 --- a/src/main/resources/assets/new_soviet/models/block/blue_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/blue_concrete", - "side": "new_soviet:block/concrete/blue_concrete", - "top": "new_soviet:block/concrete/blue_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/blue_linoleum.json b/src/main/resources/assets/new_soviet/models/block/blue_linoleum.json deleted file mode 100644 index 5f478b1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/blue_linoleum.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/linoleum/blue_linoleum", - "particle": "new_soviet:block/floor/linoleum/blue_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/blue_linoleum_slab.json b/src/main/resources/assets/new_soviet/models/block/blue_linoleum_slab.json deleted file mode 100644 index 46cd0c6..0000000 --- a/src/main/resources/assets/new_soviet/models/block/blue_linoleum_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/blue_linoleum", - "side": "new_soviet:block/floor/linoleum/blue_linoleum", - "top": "new_soviet:block/floor/linoleum/blue_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/blue_linoleum_slab_top.json b/src/main/resources/assets/new_soviet/models/block/blue_linoleum_slab_top.json deleted file mode 100644 index daae826..0000000 --- a/src/main/resources/assets/new_soviet/models/block/blue_linoleum_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/blue_linoleum", - "side": "new_soviet:block/floor/linoleum/blue_linoleum", - "top": "new_soviet:block/floor/linoleum/blue_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/blue_linoleum_stairs.json b/src/main/resources/assets/new_soviet/models/block/blue_linoleum_stairs.json deleted file mode 100644 index fac8c7a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/blue_linoleum_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/blue_linoleum", - "side": "new_soviet:block/floor/linoleum/blue_linoleum", - "top": "new_soviet:block/floor/linoleum/blue_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/blue_linoleum_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/blue_linoleum_stairs_inner.json deleted file mode 100644 index 642207c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/blue_linoleum_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/blue_linoleum", - "side": "new_soviet:block/floor/linoleum/blue_linoleum", - "top": "new_soviet:block/floor/linoleum/blue_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/blue_linoleum_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/blue_linoleum_stairs_outer.json deleted file mode 100644 index f993155..0000000 --- a/src/main/resources/assets/new_soviet/models/block/blue_linoleum_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/blue_linoleum", - "side": "new_soviet:block/floor/linoleum/blue_linoleum", - "top": "new_soviet:block/floor/linoleum/blue_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/blue_warning.json b/src/main/resources/assets/new_soviet/models/block/blue_warning.json deleted file mode 100644 index 7331daf..0000000 --- a/src/main/resources/assets/new_soviet/models/block/blue_warning.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/industrial/blue_warning_stripes", - "particle": "new_soviet:block/industrial/blue_warning_stripes" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/brick_tiles.json deleted file mode 100644 index 41590a1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/brick_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/brick/brick_tiles", - "particle": "new_soviet:block/brick/brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/brick_tiles_slab.json deleted file mode 100644 index 2b5f1ce..0000000 --- a/src/main/resources/assets/new_soviet/models/block/brick_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/brick/brick_tiles", - "side": "new_soviet:block/brick/brick_tiles", - "top": "new_soviet:block/brick/brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brick_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/brick_tiles_slab_top.json deleted file mode 100644 index 0b6eae8..0000000 --- a/src/main/resources/assets/new_soviet/models/block/brick_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/brick/brick_tiles", - "side": "new_soviet:block/brick/brick_tiles", - "top": "new_soviet:block/brick/brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/brick_tiles_stairs.json deleted file mode 100644 index 791014a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/brick_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/brick/brick_tiles", - "side": "new_soviet:block/brick/brick_tiles", - "top": "new_soviet:block/brick/brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brick_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/brick_tiles_stairs_inner.json deleted file mode 100644 index 8e44b9d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/brick_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/brick/brick_tiles", - "side": "new_soviet:block/brick/brick_tiles", - "top": "new_soviet:block/brick/brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brick_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/brick_tiles_stairs_outer.json deleted file mode 100644 index 21529c9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/brick_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/brick/brick_tiles", - "side": "new_soviet:block/brick/brick_tiles", - "top": "new_soviet:block/brick/brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brown_linoleum.json b/src/main/resources/assets/new_soviet/models/block/brown_linoleum.json deleted file mode 100644 index 33c9df0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/brown_linoleum.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/linoleum/brown_linoleum", - "particle": "new_soviet:block/floor/linoleum/brown_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brown_linoleum_slab.json b/src/main/resources/assets/new_soviet/models/block/brown_linoleum_slab.json deleted file mode 100644 index 047cb46..0000000 --- a/src/main/resources/assets/new_soviet/models/block/brown_linoleum_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/brown_linoleum", - "side": "new_soviet:block/floor/linoleum/brown_linoleum", - "top": "new_soviet:block/floor/linoleum/brown_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brown_linoleum_slab_top.json b/src/main/resources/assets/new_soviet/models/block/brown_linoleum_slab_top.json deleted file mode 100644 index 7982ffd..0000000 --- a/src/main/resources/assets/new_soviet/models/block/brown_linoleum_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/brown_linoleum", - "side": "new_soviet:block/floor/linoleum/brown_linoleum", - "top": "new_soviet:block/floor/linoleum/brown_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brown_linoleum_stairs.json b/src/main/resources/assets/new_soviet/models/block/brown_linoleum_stairs.json deleted file mode 100644 index 28f00e0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/brown_linoleum_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/brown_linoleum", - "side": "new_soviet:block/floor/linoleum/brown_linoleum", - "top": "new_soviet:block/floor/linoleum/brown_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brown_linoleum_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/brown_linoleum_stairs_inner.json deleted file mode 100644 index 458af95..0000000 --- a/src/main/resources/assets/new_soviet/models/block/brown_linoleum_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/brown_linoleum", - "side": "new_soviet:block/floor/linoleum/brown_linoleum", - "top": "new_soviet:block/floor/linoleum/brown_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brown_linoleum_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/brown_linoleum_stairs_outer.json deleted file mode 100644 index 36a8e3a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/brown_linoleum_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/brown_linoleum", - "side": "new_soviet:block/floor/linoleum/brown_linoleum", - "top": "new_soviet:block/floor/linoleum/brown_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brown_wallpaper.json b/src/main/resources/assets/new_soviet/models/block/brown_wallpaper.json deleted file mode 100644 index addb585..0000000 --- a/src/main/resources/assets/new_soviet/models/block/brown_wallpaper.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/wallpapers/brown_wallpaper", - "particle": "new_soviet:block/wallpapers/brown_wallpaper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/calcite_tiles.json b/src/main/resources/assets/new_soviet/models/block/calcite_tiles.json deleted file mode 100644 index e4a2c60..0000000 --- a/src/main/resources/assets/new_soviet/models/block/calcite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/calcite/calcite_tiles", - "particle": "new_soviet:block/calcite/calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/calcite_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/calcite_tiles_slab.json deleted file mode 100644 index 9391220..0000000 --- a/src/main/resources/assets/new_soviet/models/block/calcite_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/calcite/calcite_tiles", - "side": "new_soviet:block/calcite/calcite_tiles", - "top": "new_soviet:block/calcite/calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/calcite_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/calcite_tiles_slab_top.json deleted file mode 100644 index 7593c2d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/calcite_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/calcite/calcite_tiles", - "side": "new_soviet:block/calcite/calcite_tiles", - "top": "new_soviet:block/calcite/calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/calcite_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/calcite_tiles_stairs.json deleted file mode 100644 index 8214284..0000000 --- a/src/main/resources/assets/new_soviet/models/block/calcite_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/calcite/calcite_tiles", - "side": "new_soviet:block/calcite/calcite_tiles", - "top": "new_soviet:block/calcite/calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/calcite_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/calcite_tiles_stairs_inner.json deleted file mode 100644 index 0d50486..0000000 --- a/src/main/resources/assets/new_soviet/models/block/calcite_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/calcite/calcite_tiles", - "side": "new_soviet:block/calcite/calcite_tiles", - "top": "new_soviet:block/calcite/calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/calcite_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/calcite_tiles_stairs_outer.json deleted file mode 100644 index 55f0498..0000000 --- a/src/main/resources/assets/new_soviet/models/block/calcite_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/calcite/calcite_tiles", - "side": "new_soviet:block/calcite/calcite_tiles", - "top": "new_soviet:block/calcite/calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles.json deleted file mode 100644 index 881b679..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/aquamarine/cracked_aquamarine_tiles", - "particle": "new_soviet:block/aquamarine/cracked_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_slab.json deleted file mode 100644 index 347d39b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/aquamarine/cracked_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/cracked_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/cracked_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_slab_top.json deleted file mode 100644 index 703c1de..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/aquamarine/cracked_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/cracked_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/cracked_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_stairs.json deleted file mode 100644 index 455fa19..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/aquamarine/cracked_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/cracked_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/cracked_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_stairs_inner.json deleted file mode 100644 index 56b4855..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/aquamarine/cracked_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/cracked_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/cracked_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_stairs_outer.json deleted file mode 100644 index 72e5a98..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/aquamarine/cracked_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/cracked_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/cracked_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_slab.json deleted file mode 100644 index 56277f7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_beige_concrete", - "side": "new_soviet:block/concrete/cracked_beige_concrete", - "top": "new_soviet:block/concrete/cracked_beige_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_slab_top.json deleted file mode 100644 index 85462fa..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_beige_concrete", - "side": "new_soviet:block/concrete/cracked_beige_concrete", - "top": "new_soviet:block/concrete/cracked_beige_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_stairs.json deleted file mode 100644 index c825c73..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_beige_concrete", - "side": "new_soviet:block/concrete/cracked_beige_concrete", - "top": "new_soviet:block/concrete/cracked_beige_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_stairs_inner.json deleted file mode 100644 index 21e666f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_beige_concrete", - "side": "new_soviet:block/concrete/cracked_beige_concrete", - "top": "new_soviet:block/concrete/cracked_beige_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_stairs_outer.json deleted file mode 100644 index e93ee58..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_beige_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_beige_concrete", - "side": "new_soviet:block/concrete/cracked_beige_concrete", - "top": "new_soviet:block/concrete/cracked_beige_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_slab.json deleted file mode 100644 index a52e40e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_blue_concrete", - "side": "new_soviet:block/concrete/cracked_blue_concrete", - "top": "new_soviet:block/concrete/cracked_blue_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_slab_top.json deleted file mode 100644 index bdf2252..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_blue_concrete", - "side": "new_soviet:block/concrete/cracked_blue_concrete", - "top": "new_soviet:block/concrete/cracked_blue_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_stairs.json deleted file mode 100644 index 77775a4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_blue_concrete", - "side": "new_soviet:block/concrete/cracked_blue_concrete", - "top": "new_soviet:block/concrete/cracked_blue_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_stairs_inner.json deleted file mode 100644 index e845239..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_blue_concrete", - "side": "new_soviet:block/concrete/cracked_blue_concrete", - "top": "new_soviet:block/concrete/cracked_blue_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_stairs_outer.json deleted file mode 100644 index 89bd138..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_blue_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_blue_concrete", - "side": "new_soviet:block/concrete/cracked_blue_concrete", - "top": "new_soviet:block/concrete/cracked_blue_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles.json deleted file mode 100644 index b7141aa..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/brick/cracked_brick_tiles", - "particle": "new_soviet:block/brick/cracked_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_slab.json deleted file mode 100644 index c47965a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/brick/cracked_brick_tiles", - "side": "new_soviet:block/brick/cracked_brick_tiles", - "top": "new_soviet:block/brick/cracked_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_slab_top.json deleted file mode 100644 index ff46e96..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/brick/cracked_brick_tiles", - "side": "new_soviet:block/brick/cracked_brick_tiles", - "top": "new_soviet:block/brick/cracked_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_stairs.json deleted file mode 100644 index 1f58298..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/brick/cracked_brick_tiles", - "side": "new_soviet:block/brick/cracked_brick_tiles", - "top": "new_soviet:block/brick/cracked_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_stairs_inner.json deleted file mode 100644 index b9ae640..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/brick/cracked_brick_tiles", - "side": "new_soviet:block/brick/cracked_brick_tiles", - "top": "new_soviet:block/brick/cracked_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_stairs_outer.json deleted file mode 100644 index 7aebd8f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/brick/cracked_brick_tiles", - "side": "new_soviet:block/brick/cracked_brick_tiles", - "top": "new_soviet:block/brick/cracked_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles.json deleted file mode 100644 index d7da786..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/calcite/cracked_calcite_tiles", - "particle": "new_soviet:block/calcite/cracked_calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_slab.json deleted file mode 100644 index 12eaec8..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/calcite/cracked_calcite_tiles", - "side": "new_soviet:block/calcite/cracked_calcite_tiles", - "top": "new_soviet:block/calcite/cracked_calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_slab_top.json deleted file mode 100644 index 9701da4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/calcite/cracked_calcite_tiles", - "side": "new_soviet:block/calcite/cracked_calcite_tiles", - "top": "new_soviet:block/calcite/cracked_calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_stairs.json deleted file mode 100644 index 4964d72..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/calcite/cracked_calcite_tiles", - "side": "new_soviet:block/calcite/cracked_calcite_tiles", - "top": "new_soviet:block/calcite/cracked_calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_stairs_inner.json deleted file mode 100644 index d6dd744..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/calcite/cracked_calcite_tiles", - "side": "new_soviet:block/calcite/cracked_calcite_tiles", - "top": "new_soviet:block/calcite/cracked_calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_stairs_outer.json deleted file mode 100644 index e57901a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/calcite/cracked_calcite_tiles", - "side": "new_soviet:block/calcite/cracked_calcite_tiles", - "top": "new_soviet:block/calcite/cracked_calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles.json deleted file mode 100644 index 855e0d3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/brick/cracked_dark_brick_tiles", - "particle": "new_soviet:block/brick/cracked_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_slab.json deleted file mode 100644 index af39b8c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/brick/cracked_dark_brick_tiles", - "side": "new_soviet:block/brick/cracked_dark_brick_tiles", - "top": "new_soviet:block/brick/cracked_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_slab_top.json deleted file mode 100644 index d48fc7e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/brick/cracked_dark_brick_tiles", - "side": "new_soviet:block/brick/cracked_dark_brick_tiles", - "top": "new_soviet:block/brick/cracked_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_stairs.json deleted file mode 100644 index 214068c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/brick/cracked_dark_brick_tiles", - "side": "new_soviet:block/brick/cracked_dark_brick_tiles", - "top": "new_soviet:block/brick/cracked_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_stairs_inner.json deleted file mode 100644 index b2dfb61..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/brick/cracked_dark_brick_tiles", - "side": "new_soviet:block/brick/cracked_dark_brick_tiles", - "top": "new_soviet:block/brick/cracked_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_stairs_outer.json deleted file mode 100644 index 240d05b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/brick/cracked_dark_brick_tiles", - "side": "new_soviet:block/brick/cracked_dark_brick_tiles", - "top": "new_soviet:block/brick/cracked_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles.json deleted file mode 100644 index d95b582..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/deepslate/cracked_deepslate_tiles", - "particle": "new_soviet:block/deepslate/cracked_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_slab.json deleted file mode 100644 index 1161686..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/deepslate/cracked_deepslate_tiles", - "side": "new_soviet:block/deepslate/cracked_deepslate_tiles", - "top": "new_soviet:block/deepslate/cracked_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_slab_top.json deleted file mode 100644 index 5a377b3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/deepslate/cracked_deepslate_tiles", - "side": "new_soviet:block/deepslate/cracked_deepslate_tiles", - "top": "new_soviet:block/deepslate/cracked_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_stairs.json deleted file mode 100644 index d7cf375..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/deepslate/cracked_deepslate_tiles", - "side": "new_soviet:block/deepslate/cracked_deepslate_tiles", - "top": "new_soviet:block/deepslate/cracked_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_stairs_inner.json deleted file mode 100644 index b1b4070..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/deepslate/cracked_deepslate_tiles", - "side": "new_soviet:block/deepslate/cracked_deepslate_tiles", - "top": "new_soviet:block/deepslate/cracked_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_stairs_outer.json deleted file mode 100644 index ec57a49..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/deepslate/cracked_deepslate_tiles", - "side": "new_soviet:block/deepslate/cracked_deepslate_tiles", - "top": "new_soviet:block/deepslate/cracked_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks.json b/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks.json deleted file mode 100644 index a926138..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/diorite/cracked_diorite_bricks", - "particle": "new_soviet:block/diorite/cracked_diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_slab.json deleted file mode 100644 index a36c527..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/diorite/cracked_diorite_bricks", - "side": "new_soviet:block/diorite/cracked_diorite_bricks", - "top": "new_soviet:block/diorite/cracked_diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_slab_top.json deleted file mode 100644 index 6b59e87..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/diorite/cracked_diorite_bricks", - "side": "new_soviet:block/diorite/cracked_diorite_bricks", - "top": "new_soviet:block/diorite/cracked_diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_stairs.json deleted file mode 100644 index 6ee12e7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/diorite/cracked_diorite_bricks", - "side": "new_soviet:block/diorite/cracked_diorite_bricks", - "top": "new_soviet:block/diorite/cracked_diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_stairs_inner.json deleted file mode 100644 index 2dc75c8..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/diorite/cracked_diorite_bricks", - "side": "new_soviet:block/diorite/cracked_diorite_bricks", - "top": "new_soviet:block/diorite/cracked_diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_stairs_outer.json deleted file mode 100644 index 49b94e4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/diorite/cracked_diorite_bricks", - "side": "new_soviet:block/diorite/cracked_diorite_bricks", - "top": "new_soviet:block/diorite/cracked_diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_diorite_tiles.json deleted file mode 100644 index 3ce543c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/diorite/cracked_diorite_tiles", - "particle": "new_soviet:block/diorite/cracked_diorite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles.json deleted file mode 100644 index 2753e4a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/dripstone/cracked_dripstone_tiles", - "particle": "new_soviet:block/dripstone/cracked_dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_slab.json deleted file mode 100644 index 6d1b692..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/dripstone/cracked_dripstone_tiles", - "side": "new_soviet:block/dripstone/cracked_dripstone_tiles", - "top": "new_soviet:block/dripstone/cracked_dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_slab_top.json deleted file mode 100644 index b5445d1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/dripstone/cracked_dripstone_tiles", - "side": "new_soviet:block/dripstone/cracked_dripstone_tiles", - "top": "new_soviet:block/dripstone/cracked_dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_stairs.json deleted file mode 100644 index fe7e112..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/dripstone/cracked_dripstone_tiles", - "side": "new_soviet:block/dripstone/cracked_dripstone_tiles", - "top": "new_soviet:block/dripstone/cracked_dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_stairs_inner.json deleted file mode 100644 index b31acfc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/dripstone/cracked_dripstone_tiles", - "side": "new_soviet:block/dripstone/cracked_dripstone_tiles", - "top": "new_soviet:block/dripstone/cracked_dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_stairs_outer.json deleted file mode 100644 index 03f83f9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/dripstone/cracked_dripstone_tiles", - "side": "new_soviet:block/dripstone/cracked_dripstone_tiles", - "top": "new_soviet:block/dripstone/cracked_dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_glazed_aquamarine_tiles.json deleted file mode 100644 index 86f2b6a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_aquamarine_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/aquamarine/cracked_glazed_aquamarine_tiles", - "particle": "new_soviet:block/aquamarine/cracked_glazed_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_glazed_brick_tiles.json deleted file mode 100644 index ce475d0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_brick_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/red/cracked_glazed_red_tiles", - "particle": "new_soviet:block/red/cracked_glazed_red_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_glazed_light_blue_tiles.json deleted file mode 100644 index 8edea10..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_light_blue_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/light_blue/cracked_glazed_light_blue_tiles", - "particle": "new_soviet:block/light_blue/cracked_glazed_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_glazed_teal_tiles.json deleted file mode 100644 index a7968af..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_teal_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/teal/cracked_glazed_teal_tiles", - "particle": "new_soviet:block/teal/cracked_glazed_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_white_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_glazed_white_tiles.json deleted file mode 100644 index 6e40664..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_white_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "new_soviet:block/white/cracked_glazed_white_tiles", - "particle": "new_soviet:block/white/cracked_glazed_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks.json deleted file mode 100644 index ac27b9c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/green/cracked_green_bricks", - "particle": "new_soviet:block/green/cracked_green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2.json deleted file mode 100644 index a38a307..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/green/cracked_green_bricks_with_any", - "particle": "new_soviet:block/green/cracked_green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_slab.json deleted file mode 100644 index 66a7e99..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/green/cracked_green_bricks_with_any", - "side": "new_soviet:block/green/cracked_green_bricks_with_any", - "top": "new_soviet:block/green/cracked_green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_slab_top.json deleted file mode 100644 index 4826145..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/green/cracked_green_bricks_with_any", - "side": "new_soviet:block/green/cracked_green_bricks_with_any", - "top": "new_soviet:block/green/cracked_green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_stairs.json deleted file mode 100644 index fb8a684..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/green/cracked_green_bricks_with_any", - "side": "new_soviet:block/green/cracked_green_bricks_with_any", - "top": "new_soviet:block/green/cracked_green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_stairs_inner.json deleted file mode 100644 index 823fb44..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/green/cracked_green_bricks_with_any", - "side": "new_soviet:block/green/cracked_green_bricks_with_any", - "top": "new_soviet:block/green/cracked_green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_stairs_outer.json deleted file mode 100644 index af076ca..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/green/cracked_green_bricks_with_any", - "side": "new_soviet:block/green/cracked_green_bricks_with_any", - "top": "new_soviet:block/green/cracked_green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_slab.json deleted file mode 100644 index 02a8e86..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/green/cracked_green_bricks", - "side": "new_soviet:block/green/cracked_green_bricks", - "top": "new_soviet:block/green/cracked_green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_slab_top.json deleted file mode 100644 index 1728a48..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/green/cracked_green_bricks", - "side": "new_soviet:block/green/cracked_green_bricks", - "top": "new_soviet:block/green/cracked_green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_stairs.json deleted file mode 100644 index 904cd93..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/green/cracked_green_bricks", - "side": "new_soviet:block/green/cracked_green_bricks", - "top": "new_soviet:block/green/cracked_green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_stairs_inner.json deleted file mode 100644 index 993dc63..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/green/cracked_green_bricks", - "side": "new_soviet:block/green/cracked_green_bricks", - "top": "new_soviet:block/green/cracked_green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_stairs_outer.json deleted file mode 100644 index 0c8adbb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/green/cracked_green_bricks", - "side": "new_soviet:block/green/cracked_green_bricks", - "top": "new_soviet:block/green/cracked_green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_slab.json deleted file mode 100644 index b89bf6b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_green_concrete", - "side": "new_soviet:block/concrete/cracked_green_concrete", - "top": "new_soviet:block/concrete/cracked_green_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_slab_top.json deleted file mode 100644 index 5eef612..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_green_concrete", - "side": "new_soviet:block/concrete/cracked_green_concrete", - "top": "new_soviet:block/concrete/cracked_green_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_stairs.json deleted file mode 100644 index 0d59902..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_green_concrete", - "side": "new_soviet:block/concrete/cracked_green_concrete", - "top": "new_soviet:block/concrete/cracked_green_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_stairs_inner.json deleted file mode 100644 index c05fb8e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_green_concrete", - "side": "new_soviet:block/concrete/cracked_green_concrete", - "top": "new_soviet:block/concrete/cracked_green_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_stairs_outer.json deleted file mode 100644 index fd8e34b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_green_concrete", - "side": "new_soviet:block/concrete/cracked_green_concrete", - "top": "new_soviet:block/concrete/cracked_green_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles.json deleted file mode 100644 index 7ae8a80..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/green_white/cracked_green_white_tiles", - "particle": "new_soviet:block/green_white/cracked_green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_slab.json deleted file mode 100644 index e7689a1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/green_white/cracked_green_white_tiles", - "side": "new_soviet:block/green_white/cracked_green_white_tiles", - "top": "new_soviet:block/green_white/cracked_green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_slab_top.json deleted file mode 100644 index b000aa4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/green_white/cracked_green_white_tiles", - "side": "new_soviet:block/green_white/cracked_green_white_tiles", - "top": "new_soviet:block/green_white/cracked_green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_stairs.json deleted file mode 100644 index f8cd32a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/green_white/cracked_green_white_tiles", - "side": "new_soviet:block/green_white/cracked_green_white_tiles", - "top": "new_soviet:block/green_white/cracked_green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_stairs_inner.json deleted file mode 100644 index 8d2e408..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/green_white/cracked_green_white_tiles", - "side": "new_soviet:block/green_white/cracked_green_white_tiles", - "top": "new_soviet:block/green_white/cracked_green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_stairs_outer.json deleted file mode 100644 index 6636228..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/green_white/cracked_green_white_tiles", - "side": "new_soviet:block/green_white/cracked_green_white_tiles", - "top": "new_soviet:block/green_white/cracked_green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_slab.json deleted file mode 100644 index cabf4cb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1", - "side": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1", - "top": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_slab_top.json deleted file mode 100644 index 7a054fd..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1", - "side": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1", - "top": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_stairs.json deleted file mode 100644 index aa8f97a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1", - "side": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1", - "top": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_stairs_inner.json deleted file mode 100644 index 0beb857..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1", - "side": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1", - "top": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_stairs_outer.json deleted file mode 100644 index 6fe8082..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1", - "side": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1", - "top": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles.json deleted file mode 100644 index c57c6fe..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/light_blue/cracked_light_blue_tiles", - "particle": "new_soviet:block/light_blue/cracked_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_slab.json deleted file mode 100644 index e679ac3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/light_blue/cracked_light_blue_tiles", - "side": "new_soviet:block/light_blue/cracked_light_blue_tiles", - "top": "new_soviet:block/light_blue/cracked_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_slab_top.json deleted file mode 100644 index a340894..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/light_blue/cracked_light_blue_tiles", - "side": "new_soviet:block/light_blue/cracked_light_blue_tiles", - "top": "new_soviet:block/light_blue/cracked_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_stairs.json deleted file mode 100644 index 9d03dec..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/cracked_light_blue_tiles", - "side": "new_soviet:block/light_blue/cracked_light_blue_tiles", - "top": "new_soviet:block/light_blue/cracked_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_stairs_inner.json deleted file mode 100644 index 1c0c734..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/cracked_light_blue_tiles", - "side": "new_soviet:block/light_blue/cracked_light_blue_tiles", - "top": "new_soviet:block/light_blue/cracked_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_stairs_outer.json deleted file mode 100644 index a3e31eb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/cracked_light_blue_tiles", - "side": "new_soviet:block/light_blue/cracked_light_blue_tiles", - "top": "new_soviet:block/light_blue/cracked_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_nii_wall_1.json b/src/main/resources/assets/new_soviet/models/block/cracked_nii_wall_1.json deleted file mode 100644 index cb3bfd7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_nii_wall_1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/research_institute/cracked_nii_wall_1", - "particle": "new_soviet:block/research_institute/cracked_nii_wall_1" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks.json b/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks.json deleted file mode 100644 index 089d415..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/red/cracked_red_bricks", - "particle": "new_soviet:block/red/cracked_red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_slab.json deleted file mode 100644 index d2c62ae..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/red/cracked_red_bricks", - "side": "new_soviet:block/red/cracked_red_bricks", - "top": "new_soviet:block/red/cracked_red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_slab_top.json deleted file mode 100644 index b84daba..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/red/cracked_red_bricks", - "side": "new_soviet:block/red/cracked_red_bricks", - "top": "new_soviet:block/red/cracked_red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_stairs.json deleted file mode 100644 index fc40e39..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/red/cracked_red_bricks", - "side": "new_soviet:block/red/cracked_red_bricks", - "top": "new_soviet:block/red/cracked_red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_stairs_inner.json deleted file mode 100644 index db6b514..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/red/cracked_red_bricks", - "side": "new_soviet:block/red/cracked_red_bricks", - "top": "new_soviet:block/red/cracked_red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_stairs_outer.json deleted file mode 100644 index d8d587c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/red/cracked_red_bricks", - "side": "new_soviet:block/red/cracked_red_bricks", - "top": "new_soviet:block/red/cracked_red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_slab.json deleted file mode 100644 index 0d00b14..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_red_concrete", - "side": "new_soviet:block/concrete/cracked_red_concrete", - "top": "new_soviet:block/concrete/cracked_red_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_slab_top.json deleted file mode 100644 index 38ef4f5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_red_concrete", - "side": "new_soviet:block/concrete/cracked_red_concrete", - "top": "new_soviet:block/concrete/cracked_red_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_stairs.json deleted file mode 100644 index de8d73f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_red_concrete", - "side": "new_soviet:block/concrete/cracked_red_concrete", - "top": "new_soviet:block/concrete/cracked_red_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_stairs_inner.json deleted file mode 100644 index 633098c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_red_concrete", - "side": "new_soviet:block/concrete/cracked_red_concrete", - "top": "new_soviet:block/concrete/cracked_red_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_stairs_outer.json deleted file mode 100644 index e9c75b6..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_red_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_red_concrete", - "side": "new_soviet:block/concrete/cracked_red_concrete", - "top": "new_soviet:block/concrete/cracked_red_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks.json b/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks.json deleted file mode 100644 index 8bba23d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/sand/cracked_sand_bricks", - "particle": "new_soviet:block/sand/cracked_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_slab.json deleted file mode 100644 index 430553c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/sand/cracked_sand_bricks", - "side": "new_soviet:block/sand/cracked_sand_bricks", - "top": "new_soviet:block/sand/cracked_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_slab_top.json deleted file mode 100644 index f9dbaa7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/sand/cracked_sand_bricks", - "side": "new_soviet:block/sand/cracked_sand_bricks", - "top": "new_soviet:block/sand/cracked_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_stairs.json deleted file mode 100644 index 3cbbc73..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/sand/cracked_sand_bricks", - "side": "new_soviet:block/sand/cracked_sand_bricks", - "top": "new_soviet:block/sand/cracked_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_stairs_inner.json deleted file mode 100644 index ef437ee..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/sand/cracked_sand_bricks", - "side": "new_soviet:block/sand/cracked_sand_bricks", - "top": "new_soviet:block/sand/cracked_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_stairs_outer.json deleted file mode 100644 index eceee6f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/sand/cracked_sand_bricks", - "side": "new_soviet:block/sand/cracked_sand_bricks", - "top": "new_soviet:block/sand/cracked_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles.json deleted file mode 100644 index 2746be4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/sand/cracked_sand_tiles", - "particle": "new_soviet:block/sand/cracked_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_slab.json deleted file mode 100644 index d26b275..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/sand/cracked_sand_tiles", - "side": "new_soviet:block/sand/cracked_sand_tiles", - "top": "new_soviet:block/sand/cracked_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_slab_top.json deleted file mode 100644 index 7827e53..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/sand/cracked_sand_tiles", - "side": "new_soviet:block/sand/cracked_sand_tiles", - "top": "new_soviet:block/sand/cracked_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_stairs.json deleted file mode 100644 index b4c553a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/sand/cracked_sand_tiles", - "side": "new_soviet:block/sand/cracked_sand_tiles", - "top": "new_soviet:block/sand/cracked_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_stairs_inner.json deleted file mode 100644 index b87b8fc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/sand/cracked_sand_tiles", - "side": "new_soviet:block/sand/cracked_sand_tiles", - "top": "new_soviet:block/sand/cracked_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_stairs_outer.json deleted file mode 100644 index e1093da..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/sand/cracked_sand_tiles", - "side": "new_soviet:block/sand/cracked_sand_tiles", - "top": "new_soviet:block/sand/cracked_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles.json deleted file mode 100644 index 3519d9b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/teal/cracked_teal_tiles", - "particle": "new_soviet:block/teal/cracked_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_slab.json deleted file mode 100644 index b301055..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/teal/cracked_teal_tiles", - "side": "new_soviet:block/teal/cracked_teal_tiles", - "top": "new_soviet:block/teal/cracked_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_slab_top.json deleted file mode 100644 index 9189de0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/teal/cracked_teal_tiles", - "side": "new_soviet:block/teal/cracked_teal_tiles", - "top": "new_soviet:block/teal/cracked_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_stairs.json deleted file mode 100644 index d0523fc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/teal/cracked_teal_tiles", - "side": "new_soviet:block/teal/cracked_teal_tiles", - "top": "new_soviet:block/teal/cracked_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_stairs_inner.json deleted file mode 100644 index 4da5286..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/teal/cracked_teal_tiles", - "side": "new_soviet:block/teal/cracked_teal_tiles", - "top": "new_soviet:block/teal/cracked_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_stairs_outer.json deleted file mode 100644 index 61abc1a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/teal/cracked_teal_tiles", - "side": "new_soviet:block/teal/cracked_teal_tiles", - "top": "new_soviet:block/teal/cracked_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks.json b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks.json deleted file mode 100644 index 3f34310..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/tuff/cracked_tuff_bricks", - "particle": "new_soviet:block/tuff/cracked_tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_slab.json deleted file mode 100644 index 2b0e23d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/tuff/cracked_tuff_bricks", - "side": "new_soviet:block/tuff/cracked_tuff_bricks", - "top": "new_soviet:block/tuff/cracked_tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_slab_top.json deleted file mode 100644 index fd41339..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/tuff/cracked_tuff_bricks", - "side": "new_soviet:block/tuff/cracked_tuff_bricks", - "top": "new_soviet:block/tuff/cracked_tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_stairs.json deleted file mode 100644 index 3ed92f5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/tuff/cracked_tuff_bricks", - "side": "new_soviet:block/tuff/cracked_tuff_bricks", - "top": "new_soviet:block/tuff/cracked_tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_stairs_inner.json deleted file mode 100644 index 43e6149..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/tuff/cracked_tuff_bricks", - "side": "new_soviet:block/tuff/cracked_tuff_bricks", - "top": "new_soviet:block/tuff/cracked_tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_stairs_outer.json deleted file mode 100644 index 551f06c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/tuff/cracked_tuff_bricks", - "side": "new_soviet:block/tuff/cracked_tuff_bricks", - "top": "new_soviet:block/tuff/cracked_tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles.json deleted file mode 100644 index 5683595..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/tuff/cracked_tuff_tiles", - "particle": "new_soviet:block/tuff/cracked_tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_slab.json deleted file mode 100644 index ca3f77b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/tuff/cracked_tuff_tiles", - "side": "new_soviet:block/tuff/cracked_tuff_tiles", - "top": "new_soviet:block/tuff/cracked_tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_slab_top.json deleted file mode 100644 index e869d94..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/tuff/cracked_tuff_tiles", - "side": "new_soviet:block/tuff/cracked_tuff_tiles", - "top": "new_soviet:block/tuff/cracked_tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_stairs.json deleted file mode 100644 index ed7476f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/tuff/cracked_tuff_tiles", - "side": "new_soviet:block/tuff/cracked_tuff_tiles", - "top": "new_soviet:block/tuff/cracked_tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_stairs_inner.json deleted file mode 100644 index f0967ba..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/tuff/cracked_tuff_tiles", - "side": "new_soviet:block/tuff/cracked_tuff_tiles", - "top": "new_soviet:block/tuff/cracked_tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_stairs_outer.json deleted file mode 100644 index 7c5a905..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/tuff/cracked_tuff_tiles", - "side": "new_soviet:block/tuff/cracked_tuff_tiles", - "top": "new_soviet:block/tuff/cracked_tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_slab.json deleted file mode 100644 index 91d045a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_white_concrete", - "side": "new_soviet:block/concrete/cracked_white_concrete", - "top": "new_soviet:block/concrete/cracked_white_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_slab_top.json deleted file mode 100644 index 4eb1a84..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_white_concrete", - "side": "new_soviet:block/concrete/cracked_white_concrete", - "top": "new_soviet:block/concrete/cracked_white_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_stairs.json deleted file mode 100644 index 019b41e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_white_concrete", - "side": "new_soviet:block/concrete/cracked_white_concrete", - "top": "new_soviet:block/concrete/cracked_white_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_stairs_inner.json deleted file mode 100644 index fe121fc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_white_concrete", - "side": "new_soviet:block/concrete/cracked_white_concrete", - "top": "new_soviet:block/concrete/cracked_white_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_stairs_outer.json deleted file mode 100644 index acdf51c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_white_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_white_concrete", - "side": "new_soviet:block/concrete/cracked_white_concrete", - "top": "new_soviet:block/concrete/cracked_white_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_whitewash.json b/src/main/resources/assets/new_soviet/models/block/cracked_whitewash.json deleted file mode 100644 index b0ca783..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_whitewash.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/whitewash/cracked_whitewash", - "particle": "new_soviet:block/whitewash/cracked_whitewash" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_slab.json b/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_slab.json deleted file mode 100644 index e39cf21..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_yellow_concrete", - "side": "new_soviet:block/concrete/cracked_yellow_concrete", - "top": "new_soviet:block/concrete/cracked_yellow_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_slab_top.json deleted file mode 100644 index b0c6aaa..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_yellow_concrete", - "side": "new_soviet:block/concrete/cracked_yellow_concrete", - "top": "new_soviet:block/concrete/cracked_yellow_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_stairs.json deleted file mode 100644 index 25b31c7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_yellow_concrete", - "side": "new_soviet:block/concrete/cracked_yellow_concrete", - "top": "new_soviet:block/concrete/cracked_yellow_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_stairs_inner.json deleted file mode 100644 index 9f38f5a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_yellow_concrete", - "side": "new_soviet:block/concrete/cracked_yellow_concrete", - "top": "new_soviet:block/concrete/cracked_yellow_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_stairs_outer.json deleted file mode 100644 index ee4ccae..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cracked_yellow_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/cracked_yellow_concrete", - "side": "new_soviet:block/concrete/cracked_yellow_concrete", - "top": "new_soviet:block/concrete/cracked_yellow_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks.json deleted file mode 100644 index 5061298..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/cross_acacia_planks", - "particle": "new_soviet:block/floor/planks/cross_acacia_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_slab.json deleted file mode 100644 index 99ce4fa..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_acacia_planks", - "side": "new_soviet:block/floor/planks/cross_acacia_planks", - "top": "new_soviet:block/floor/planks/cross_acacia_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_slab_top.json deleted file mode 100644 index bd3b642..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_acacia_planks", - "side": "new_soviet:block/floor/planks/cross_acacia_planks", - "top": "new_soviet:block/floor/planks/cross_acacia_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_stairs.json deleted file mode 100644 index 00b9f73..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_acacia_planks", - "side": "new_soviet:block/floor/planks/cross_acacia_planks", - "top": "new_soviet:block/floor/planks/cross_acacia_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_stairs_inner.json deleted file mode 100644 index b9908cb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_acacia_planks", - "side": "new_soviet:block/floor/planks/cross_acacia_planks", - "top": "new_soviet:block/floor/planks/cross_acacia_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_stairs_outer.json deleted file mode 100644 index 3a4a20c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_acacia_planks", - "side": "new_soviet:block/floor/planks/cross_acacia_planks", - "top": "new_soviet:block/floor/planks/cross_acacia_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_birch_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_birch_planks.json deleted file mode 100644 index 334edaf..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_birch_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/cross_birch_planks", - "particle": "new_soviet:block/floor/planks/cross_birch_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_slab.json deleted file mode 100644 index 1f9dded..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_birch_planks", - "side": "new_soviet:block/floor/planks/cross_birch_planks", - "top": "new_soviet:block/floor/planks/cross_birch_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_slab_top.json deleted file mode 100644 index b38ac09..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_birch_planks", - "side": "new_soviet:block/floor/planks/cross_birch_planks", - "top": "new_soviet:block/floor/planks/cross_birch_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_stairs.json deleted file mode 100644 index ef61212..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_birch_planks", - "side": "new_soviet:block/floor/planks/cross_birch_planks", - "top": "new_soviet:block/floor/planks/cross_birch_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_stairs_inner.json deleted file mode 100644 index e7643b2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_birch_planks", - "side": "new_soviet:block/floor/planks/cross_birch_planks", - "top": "new_soviet:block/floor/planks/cross_birch_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_stairs_outer.json deleted file mode 100644 index e461250..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_birch_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_birch_planks", - "side": "new_soviet:block/floor/planks/cross_birch_planks", - "top": "new_soviet:block/floor/planks/cross_birch_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_brown_linoleum.json b/src/main/resources/assets/new_soviet/models/block/cross_brown_linoleum.json deleted file mode 100644 index baf7441..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_brown_linoleum.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/linoleum/cross_brown_linoleum", - "particle": "new_soviet:block/floor/linoleum/cross_brown_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks.json deleted file mode 100644 index 2c4ff46..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/cross_crimson_planks", - "particle": "new_soviet:block/floor/planks/cross_crimson_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_slab.json deleted file mode 100644 index d9b48bf..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_crimson_planks", - "side": "new_soviet:block/floor/planks/cross_crimson_planks", - "top": "new_soviet:block/floor/planks/cross_crimson_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_slab_top.json deleted file mode 100644 index b7686e2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_crimson_planks", - "side": "new_soviet:block/floor/planks/cross_crimson_planks", - "top": "new_soviet:block/floor/planks/cross_crimson_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_stairs.json deleted file mode 100644 index 3dce0de..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_crimson_planks", - "side": "new_soviet:block/floor/planks/cross_crimson_planks", - "top": "new_soviet:block/floor/planks/cross_crimson_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_stairs_inner.json deleted file mode 100644 index 4f1893e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_crimson_planks", - "side": "new_soviet:block/floor/planks/cross_crimson_planks", - "top": "new_soviet:block/floor/planks/cross_crimson_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_stairs_outer.json deleted file mode 100644 index 2a6c689..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_crimson_planks", - "side": "new_soviet:block/floor/planks/cross_crimson_planks", - "top": "new_soviet:block/floor/planks/cross_crimson_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks.json deleted file mode 100644 index 6bca8ff..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/cross_dark_oak_planks", - "particle": "new_soviet:block/floor/planks/cross_dark_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_slab.json deleted file mode 100644 index 36d5643..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_dark_oak_planks", - "side": "new_soviet:block/floor/planks/cross_dark_oak_planks", - "top": "new_soviet:block/floor/planks/cross_dark_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_slab_top.json deleted file mode 100644 index 7dda461..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_dark_oak_planks", - "side": "new_soviet:block/floor/planks/cross_dark_oak_planks", - "top": "new_soviet:block/floor/planks/cross_dark_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_stairs.json deleted file mode 100644 index b7cfbaf..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_dark_oak_planks", - "side": "new_soviet:block/floor/planks/cross_dark_oak_planks", - "top": "new_soviet:block/floor/planks/cross_dark_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_stairs_inner.json deleted file mode 100644 index a92f50b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_dark_oak_planks", - "side": "new_soviet:block/floor/planks/cross_dark_oak_planks", - "top": "new_soviet:block/floor/planks/cross_dark_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_stairs_outer.json deleted file mode 100644 index c5bc155..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_dark_oak_planks", - "side": "new_soviet:block/floor/planks/cross_dark_oak_planks", - "top": "new_soviet:block/floor/planks/cross_dark_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks.json deleted file mode 100644 index f7b8537..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/cross_jungle_planks", - "particle": "new_soviet:block/floor/planks/cross_jungle_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_slab.json deleted file mode 100644 index 05fbbe7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_jungle_planks", - "side": "new_soviet:block/floor/planks/cross_jungle_planks", - "top": "new_soviet:block/floor/planks/cross_jungle_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_slab_top.json deleted file mode 100644 index c9a598f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_jungle_planks", - "side": "new_soviet:block/floor/planks/cross_jungle_planks", - "top": "new_soviet:block/floor/planks/cross_jungle_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_stairs.json deleted file mode 100644 index 0373aca..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_jungle_planks", - "side": "new_soviet:block/floor/planks/cross_jungle_planks", - "top": "new_soviet:block/floor/planks/cross_jungle_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_stairs_inner.json deleted file mode 100644 index bf8023a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_jungle_planks", - "side": "new_soviet:block/floor/planks/cross_jungle_planks", - "top": "new_soviet:block/floor/planks/cross_jungle_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_stairs_outer.json deleted file mode 100644 index cc230bc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_jungle_planks", - "side": "new_soviet:block/floor/planks/cross_jungle_planks", - "top": "new_soviet:block/floor/planks/cross_jungle_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks.json deleted file mode 100644 index 37a4355..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/cross_mangrove_planks", - "particle": "new_soviet:block/floor/planks/cross_mangrove_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_slab.json deleted file mode 100644 index d87b781..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_mangrove_planks", - "side": "new_soviet:block/floor/planks/cross_mangrove_planks", - "top": "new_soviet:block/floor/planks/cross_mangrove_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_slab_top.json deleted file mode 100644 index 82c9e3a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_mangrove_planks", - "side": "new_soviet:block/floor/planks/cross_mangrove_planks", - "top": "new_soviet:block/floor/planks/cross_mangrove_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_stairs.json deleted file mode 100644 index b373723..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_mangrove_planks", - "side": "new_soviet:block/floor/planks/cross_mangrove_planks", - "top": "new_soviet:block/floor/planks/cross_mangrove_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_stairs_inner.json deleted file mode 100644 index 5d6fde2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_mangrove_planks", - "side": "new_soviet:block/floor/planks/cross_mangrove_planks", - "top": "new_soviet:block/floor/planks/cross_mangrove_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_stairs_outer.json deleted file mode 100644 index 1860192..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_mangrove_planks", - "side": "new_soviet:block/floor/planks/cross_mangrove_planks", - "top": "new_soviet:block/floor/planks/cross_mangrove_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_oak_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_oak_planks.json deleted file mode 100644 index 90a2020..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_oak_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/cross_oak_planks", - "particle": "new_soviet:block/floor/planks/cross_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_slab.json deleted file mode 100644 index 7c6010b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_oak_planks", - "side": "new_soviet:block/floor/planks/cross_oak_planks", - "top": "new_soviet:block/floor/planks/cross_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_slab_top.json deleted file mode 100644 index a7f4302..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_oak_planks", - "side": "new_soviet:block/floor/planks/cross_oak_planks", - "top": "new_soviet:block/floor/planks/cross_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_stairs.json deleted file mode 100644 index cdf2f5c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_oak_planks", - "side": "new_soviet:block/floor/planks/cross_oak_planks", - "top": "new_soviet:block/floor/planks/cross_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_stairs_inner.json deleted file mode 100644 index a58e527..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_oak_planks", - "side": "new_soviet:block/floor/planks/cross_oak_planks", - "top": "new_soviet:block/floor/planks/cross_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_stairs_outer.json deleted file mode 100644 index 91f1fcf..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_oak_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_oak_planks", - "side": "new_soviet:block/floor/planks/cross_oak_planks", - "top": "new_soviet:block/floor/planks/cross_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_orange_linoleum.json b/src/main/resources/assets/new_soviet/models/block/cross_orange_linoleum.json deleted file mode 100644 index 9b966f4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_orange_linoleum.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/linoleum/cross_orange_linoleum", - "particle": "new_soviet:block/floor/linoleum/cross_orange_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles.json deleted file mode 100644 index f19eda0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/sand/cross_sand_tiles", - "prticle": "new_soviet:block/sand/cross_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_slab.json deleted file mode 100644 index 741a58a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/sand/cross_sand_tiles", - "side": "new_soviet:block/sand/cross_sand_tiles", - "top": "new_soviet:block/sand/cross_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_slab_top.json deleted file mode 100644 index 72c71c5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/sand/cross_sand_tiles", - "side": "new_soviet:block/sand/cross_sand_tiles", - "top": "new_soviet:block/sand/cross_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_stairs.json deleted file mode 100644 index 39f47cd..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/sand/cross_sand_tiles", - "side": "new_soviet:block/sand/cross_sand_tiles", - "top": "new_soviet:block/sand/cross_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_stairs_inner.json deleted file mode 100644 index ed389d5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/sand/cross_sand_tiles", - "side": "new_soviet:block/sand/cross_sand_tiles", - "top": "new_soviet:block/sand/cross_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_stairs_outer.json deleted file mode 100644 index 1c513f8..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/sand/cross_sand_tiles", - "side": "new_soviet:block/sand/cross_sand_tiles", - "top": "new_soviet:block/sand/cross_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks.json deleted file mode 100644 index a282b74..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/cross_spruce_planks", - "particle": "new_soviet:block/floor/planks/cross_spruce_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_slab.json deleted file mode 100644 index 9bbd4da..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_spruce_planks", - "side": "new_soviet:block/floor/planks/cross_spruce_planks", - "top": "new_soviet:block/floor/planks/cross_spruce_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_slab_top.json deleted file mode 100644 index bb87d76..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_spruce_planks", - "side": "new_soviet:block/floor/planks/cross_spruce_planks", - "top": "new_soviet:block/floor/planks/cross_spruce_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_stairs.json deleted file mode 100644 index f7c03b5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_spruce_planks", - "side": "new_soviet:block/floor/planks/cross_spruce_planks", - "top": "new_soviet:block/floor/planks/cross_spruce_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_stairs_inner.json deleted file mode 100644 index d7f317e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_spruce_planks", - "side": "new_soviet:block/floor/planks/cross_spruce_planks", - "top": "new_soviet:block/floor/planks/cross_spruce_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_stairs_outer.json deleted file mode 100644 index 6285466..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/cross_spruce_planks", - "side": "new_soviet:block/floor/planks/cross_spruce_planks", - "top": "new_soviet:block/floor/planks/cross_spruce_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cyan_linoleum.json b/src/main/resources/assets/new_soviet/models/block/cyan_linoleum.json deleted file mode 100644 index d28af8e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cyan_linoleum.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/linoleum/cyan_linoleum", - "particle": "new_soviet:block/floor/linoleum/cyan_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_slab.json b/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_slab.json deleted file mode 100644 index de903dd..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/cyan_linoleum", - "side": "new_soviet:block/floor/linoleum/cyan_linoleum", - "top": "new_soviet:block/floor/linoleum/cyan_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_slab_top.json b/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_slab_top.json deleted file mode 100644 index c401741..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/cyan_linoleum", - "side": "new_soviet:block/floor/linoleum/cyan_linoleum", - "top": "new_soviet:block/floor/linoleum/cyan_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_stairs.json b/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_stairs.json deleted file mode 100644 index ada75f4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/cyan_linoleum", - "side": "new_soviet:block/floor/linoleum/cyan_linoleum", - "top": "new_soviet:block/floor/linoleum/cyan_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_stairs_inner.json deleted file mode 100644 index 241d314..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/cyan_linoleum", - "side": "new_soviet:block/floor/linoleum/cyan_linoleum", - "top": "new_soviet:block/floor/linoleum/cyan_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_stairs_outer.json deleted file mode 100644 index cbc0934..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cyan_linoleum_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/cyan_linoleum", - "side": "new_soviet:block/floor/linoleum/cyan_linoleum", - "top": "new_soviet:block/floor/linoleum/cyan_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cyan_warning.json b/src/main/resources/assets/new_soviet/models/block/cyan_warning.json deleted file mode 100644 index c2b1ace..0000000 --- a/src/main/resources/assets/new_soviet/models/block/cyan_warning.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/industrial/cyan_warning_stripes", - "particle": "new_soviet:block/industrial/cyan_warning_stripes" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles.json deleted file mode 100644 index 9aa4b08..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/brick/dark_brick_tiles", - "particle": "new_soviet:block/brick/dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_slab.json deleted file mode 100644 index 7b6777a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/brick/dark_brick_tiles", - "side": "new_soviet:block/brick/dark_brick_tiles", - "top": "new_soviet:block/brick/dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_slab_top.json deleted file mode 100644 index 07eaa37..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/brick/dark_brick_tiles", - "side": "new_soviet:block/brick/dark_brick_tiles", - "top": "new_soviet:block/brick/dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_stairs.json deleted file mode 100644 index 1122d1d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/brick/dark_brick_tiles", - "side": "new_soviet:block/brick/dark_brick_tiles", - "top": "new_soviet:block/brick/dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_stairs_inner.json deleted file mode 100644 index 2523a71..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/brick/dark_brick_tiles", - "side": "new_soviet:block/brick/dark_brick_tiles", - "top": "new_soviet:block/brick/dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_stairs_outer.json deleted file mode 100644 index a8e6841..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/brick/dark_brick_tiles", - "side": "new_soviet:block/brick/dark_brick_tiles", - "top": "new_soviet:block/brick/dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/deepslate_tiles.json b/src/main/resources/assets/new_soviet/models/block/deepslate_tiles.json deleted file mode 100644 index 3d04145..0000000 --- a/src/main/resources/assets/new_soviet/models/block/deepslate_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/deepslate/deepslate_tiles", - "particle": "new_soviet:block/deepslate/deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_slab.json deleted file mode 100644 index 6ca6b6f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/deepslate/deepslate_tiles", - "side": "new_soviet:block/deepslate/deepslate_tiles", - "top": "new_soviet:block/deepslate/deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_slab_top.json deleted file mode 100644 index 3ee9e9d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/deepslate/deepslate_tiles", - "side": "new_soviet:block/deepslate/deepslate_tiles", - "top": "new_soviet:block/deepslate/deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_stairs.json deleted file mode 100644 index ad17a85..0000000 --- a/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/deepslate/deepslate_tiles", - "side": "new_soviet:block/deepslate/deepslate_tiles", - "top": "new_soviet:block/deepslate/deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_stairs_inner.json deleted file mode 100644 index df12b18..0000000 --- a/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/deepslate/deepslate_tiles", - "side": "new_soviet:block/deepslate/deepslate_tiles", - "top": "new_soviet:block/deepslate/deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_stairs_outer.json deleted file mode 100644 index 1b11215..0000000 --- a/src/main/resources/assets/new_soviet/models/block/deepslate_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/deepslate/deepslate_tiles", - "side": "new_soviet:block/deepslate/deepslate_tiles", - "top": "new_soviet:block/deepslate/deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/diagonal_calcite_tiles.json b/src/main/resources/assets/new_soviet/models/block/diagonal_calcite_tiles.json deleted file mode 100644 index 641237b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/diagonal_calcite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/calcite/diagonal_calcite_tiles", - "particle": "new_soviet:block/calcite/diagonal_calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/diagonal_deepslate_tiles.json b/src/main/resources/assets/new_soviet/models/block/diagonal_deepslate_tiles.json deleted file mode 100644 index 500dbd0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/diagonal_deepslate_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/deepslate/diagonal_deepslate_tiles", - "particle": "new_soviet:block/deepslate/diagonal_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/diorite_bricks.json b/src/main/resources/assets/new_soviet/models/block/diorite_bricks.json deleted file mode 100644 index a39cb37..0000000 --- a/src/main/resources/assets/new_soviet/models/block/diorite_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/diorite/diorite_bricks", - "particle": "new_soviet:block/diorite/diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/diorite_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/diorite_bricks_slab.json deleted file mode 100644 index 30c3773..0000000 --- a/src/main/resources/assets/new_soviet/models/block/diorite_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/diorite/diorite_bricks", - "side": "new_soviet:block/diorite/diorite_bricks", - "top": "new_soviet:block/diorite/diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/diorite_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/diorite_bricks_slab_top.json deleted file mode 100644 index 7e37c0f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/diorite_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/diorite/diorite_bricks", - "side": "new_soviet:block/diorite/diorite_bricks", - "top": "new_soviet:block/diorite/diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/diorite_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/diorite_bricks_stairs.json deleted file mode 100644 index 85b4df4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/diorite_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/diorite/diorite_bricks", - "side": "new_soviet:block/diorite/diorite_bricks", - "top": "new_soviet:block/diorite/diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/diorite_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/diorite_bricks_stairs_inner.json deleted file mode 100644 index 0f34972..0000000 --- a/src/main/resources/assets/new_soviet/models/block/diorite_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/diorite/diorite_bricks", - "side": "new_soviet:block/diorite/diorite_bricks", - "top": "new_soviet:block/diorite/diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/diorite_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/diorite_bricks_stairs_outer.json deleted file mode 100644 index 8c69c5f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/diorite_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/diorite/diorite_bricks", - "side": "new_soviet:block/diorite/diorite_bricks", - "top": "new_soviet:block/diorite/diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/diorite_tiles.json b/src/main/resources/assets/new_soviet/models/block/diorite_tiles.json deleted file mode 100644 index eb7eac2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/diorite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/diorite/diorite_tiles", - "particle": "new_soviet:block/diorite/diorite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles.json deleted file mode 100644 index bccf2a0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/aquamarine/dirty_aquamarine_tiles", - "particle": "new_soviet:block/aquamarine/dirty_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_slab.json deleted file mode 100644 index e321f9e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/aquamarine/dirty_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/dirty_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/dirty_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_slab_top.json deleted file mode 100644 index 8842dbd..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/aquamarine/dirty_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/dirty_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/dirty_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_stairs.json deleted file mode 100644 index 6952114..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/aquamarine/dirty_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/dirty_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/dirty_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_stairs_inner.json deleted file mode 100644 index 4abaad3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/aquamarine/dirty_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/dirty_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/dirty_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_stairs_outer.json deleted file mode 100644 index 15979e3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/aquamarine/dirty_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/dirty_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/dirty_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles.json deleted file mode 100644 index cda9e6a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/brick/dirty_brick_tiles", - "particle": "new_soviet:block/brick/dirty_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_slab.json deleted file mode 100644 index d15df95..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/brick/dirty_brick_tiles", - "side": "new_soviet:block/brick/dirty_brick_tiles", - "top": "new_soviet:block/brick/dirty_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_slab_top.json deleted file mode 100644 index 432c408..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/brick/dirty_brick_tiles", - "side": "new_soviet:block/brick/dirty_brick_tiles", - "top": "new_soviet:block/brick/dirty_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_stairs.json deleted file mode 100644 index 2c27d0c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/brick/dirty_brick_tiles", - "side": "new_soviet:block/brick/dirty_brick_tiles", - "top": "new_soviet:block/brick/dirty_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_stairs_inner.json deleted file mode 100644 index a425640..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/brick/dirty_brick_tiles", - "side": "new_soviet:block/brick/dirty_brick_tiles", - "top": "new_soviet:block/brick/dirty_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_stairs_outer.json deleted file mode 100644 index d29b71a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/brick/dirty_brick_tiles", - "side": "new_soviet:block/brick/dirty_brick_tiles", - "top": "new_soviet:block/brick/dirty_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles.json deleted file mode 100644 index b0e59e8..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/brick/dirty_dark_brick_tiles", - "particle": "new_soviet:block/brick/dirty_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_slab.json deleted file mode 100644 index 7b60794..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/brick/dirty_dark_brick_tiles", - "side": "new_soviet:block/brick/dirty_dark_brick_tiles", - "top": "new_soviet:block/brick/dirty_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_slab_top.json deleted file mode 100644 index 9a3f549..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/brick/dirty_dark_brick_tiles", - "side": "new_soviet:block/brick/dirty_dark_brick_tiles", - "top": "new_soviet:block/brick/dirty_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_stairs.json deleted file mode 100644 index 871236c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/brick/dirty_dark_brick_tiles", - "side": "new_soviet:block/brick/dirty_dark_brick_tiles", - "top": "new_soviet:block/brick/dirty_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_stairs_inner.json deleted file mode 100644 index b1dadef..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/brick/dirty_dark_brick_tiles", - "side": "new_soviet:block/brick/dirty_dark_brick_tiles", - "top": "new_soviet:block/brick/dirty_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_stairs_outer.json deleted file mode 100644 index 007f31c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/brick/dirty_dark_brick_tiles", - "side": "new_soviet:block/brick/dirty_dark_brick_tiles", - "top": "new_soviet:block/brick/dirty_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dripstone_bricks.json b/src/main/resources/assets/new_soviet/models/block/dripstone_bricks.json deleted file mode 100644 index 107f336..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dripstone_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/dripstone/dripstone_bricks", - "particle": "new_soviet:block/dripstone/dripstone_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dripstone_tiles.json b/src/main/resources/assets/new_soviet/models/block/dripstone_tiles.json deleted file mode 100644 index 9c06414..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dripstone_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/dripstone/dripstone_tiles", - "particle": "new_soviet:block/dripstone/dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_slab.json deleted file mode 100644 index b171caf..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/dripstone/dripstone_tiles", - "side": "new_soviet:block/dripstone/dripstone_tiles", - "top": "new_soviet:block/dripstone/dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_slab_top.json deleted file mode 100644 index 4bcc373..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/dripstone/dripstone_tiles", - "side": "new_soviet:block/dripstone/dripstone_tiles", - "top": "new_soviet:block/dripstone/dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_stairs.json deleted file mode 100644 index 8ecc3a2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/dripstone/dripstone_tiles", - "side": "new_soviet:block/dripstone/dripstone_tiles", - "top": "new_soviet:block/dripstone/dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_stairs_inner.json deleted file mode 100644 index 194fc5a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/dripstone/dripstone_tiles", - "side": "new_soviet:block/dripstone/dripstone_tiles", - "top": "new_soviet:block/dripstone/dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_stairs_outer.json deleted file mode 100644 index 288fb18..0000000 --- a/src/main/resources/assets/new_soviet/models/block/dripstone_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/dripstone/dripstone_tiles", - "side": "new_soviet:block/dripstone/dripstone_tiles", - "top": "new_soviet:block/dripstone/dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/glazed_aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/glazed_aquamarine_tiles.json deleted file mode 100644 index 87a656f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/glazed_aquamarine_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/aquamarine/glazed_aquamarine_tiles", - "particle": "new_soviet:block/aquamarine/glazed_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/glazed_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/glazed_brick_tiles.json deleted file mode 100644 index dd60ed2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/glazed_brick_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/red/glazed_red_tiles", - "particle": "new_soviet:block/red/glazed_red_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/glazed_light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/glazed_light_blue_tiles.json deleted file mode 100644 index 19b79dc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/glazed_light_blue_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/light_blue/glazed_light_blue_tiles", - "particle": "new_soviet:block/light_blue/glazed_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/glazed_teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/glazed_teal_tiles.json deleted file mode 100644 index 2ec440d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/glazed_teal_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/teal/glazed_teal_tiles", - "particle": "new_soviet:block/teal/glazed_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/glazed_white_tiles.json b/src/main/resources/assets/new_soviet/models/block/glazed_white_tiles.json deleted file mode 100644 index 4b416c5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/glazed_white_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "new_soviet:block/white/glazed_white_tiles", - "particle": "new_soviet:block/white/glazed_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/gray_linoleum.json b/src/main/resources/assets/new_soviet/models/block/gray_linoleum.json deleted file mode 100644 index c056e35..0000000 --- a/src/main/resources/assets/new_soviet/models/block/gray_linoleum.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/linoleum/gray_linoleum", - "particle": "new_soviet:block/floor/linoleum/gray_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/gray_linoleum_slab.json b/src/main/resources/assets/new_soviet/models/block/gray_linoleum_slab.json deleted file mode 100644 index b84fdbf..0000000 --- a/src/main/resources/assets/new_soviet/models/block/gray_linoleum_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/gray_linoleum", - "side": "new_soviet:block/floor/linoleum/gray_linoleum", - "top": "new_soviet:block/floor/linoleum/gray_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/gray_linoleum_slab_top.json b/src/main/resources/assets/new_soviet/models/block/gray_linoleum_slab_top.json deleted file mode 100644 index c2586ea..0000000 --- a/src/main/resources/assets/new_soviet/models/block/gray_linoleum_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/gray_linoleum", - "side": "new_soviet:block/floor/linoleum/gray_linoleum", - "top": "new_soviet:block/floor/linoleum/gray_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/gray_linoleum_stairs.json b/src/main/resources/assets/new_soviet/models/block/gray_linoleum_stairs.json deleted file mode 100644 index 8e9f2dc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/gray_linoleum_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/gray_linoleum", - "side": "new_soviet:block/floor/linoleum/gray_linoleum", - "top": "new_soviet:block/floor/linoleum/gray_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/gray_linoleum_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/gray_linoleum_stairs_inner.json deleted file mode 100644 index 6344d5e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/gray_linoleum_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/gray_linoleum", - "side": "new_soviet:block/floor/linoleum/gray_linoleum", - "top": "new_soviet:block/floor/linoleum/gray_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/gray_linoleum_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/gray_linoleum_stairs_outer.json deleted file mode 100644 index 2281913..0000000 --- a/src/main/resources/assets/new_soviet/models/block/gray_linoleum_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/gray_linoleum", - "side": "new_soviet:block/floor/linoleum/gray_linoleum", - "top": "new_soviet:block/floor/linoleum/gray_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/gray_warning.json b/src/main/resources/assets/new_soviet/models/block/gray_warning.json deleted file mode 100644 index 9b6bc7b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/gray_warning.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/industrial/gray_warning_stripes", - "particle": "new_soviet:block/industrial/gray_warning_stripes" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_bricks.json b/src/main/resources/assets/new_soviet/models/block/green_bricks.json deleted file mode 100644 index 5181e26..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/green/green_bricks", - "particle": "new_soviet:block/green/green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_bricks_2.json b/src/main/resources/assets/new_soviet/models/block/green_bricks_2.json deleted file mode 100644 index 7498cb2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_bricks_2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/green/green_bricks_with_any", - "particle": "new_soviet:block/green/green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_bricks_2_slab.json b/src/main/resources/assets/new_soviet/models/block/green_bricks_2_slab.json deleted file mode 100644 index 2897ce2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_bricks_2_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/green/green_bricks_with_any", - "side": "new_soviet:block/green/green_bricks_with_any", - "top": "new_soviet:block/green/green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_bricks_2_slab_top.json b/src/main/resources/assets/new_soviet/models/block/green_bricks_2_slab_top.json deleted file mode 100644 index e5089d7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_bricks_2_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/green/green_bricks_with_any", - "side": "new_soviet:block/green/green_bricks_with_any", - "top": "new_soviet:block/green/green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_bricks_2_stairs.json b/src/main/resources/assets/new_soviet/models/block/green_bricks_2_stairs.json deleted file mode 100644 index f1f1e77..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_bricks_2_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/green/green_bricks_with_any", - "side": "new_soviet:block/green/green_bricks_with_any", - "top": "new_soviet:block/green/green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_bricks_2_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/green_bricks_2_stairs_inner.json deleted file mode 100644 index 88f05a6..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_bricks_2_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/green/green_bricks_with_any", - "side": "new_soviet:block/green/green_bricks_with_any", - "top": "new_soviet:block/green/green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_bricks_2_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/green_bricks_2_stairs_outer.json deleted file mode 100644 index 6ef393a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_bricks_2_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/green/green_bricks_with_any", - "side": "new_soviet:block/green/green_bricks_with_any", - "top": "new_soviet:block/green/green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/green_bricks_slab.json deleted file mode 100644 index a5b8750..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/green/green_bricks", - "side": "new_soviet:block/green/green_bricks", - "top": "new_soviet:block/green/green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/green_bricks_slab_top.json deleted file mode 100644 index 536bfd1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/green/green_bricks", - "side": "new_soviet:block/green/green_bricks", - "top": "new_soviet:block/green/green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/green_bricks_stairs.json deleted file mode 100644 index 23d8f2d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/green/green_bricks", - "side": "new_soviet:block/green/green_bricks", - "top": "new_soviet:block/green/green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/green_bricks_stairs_inner.json deleted file mode 100644 index 5600e74..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/green/green_bricks", - "side": "new_soviet:block/green/green_bricks", - "top": "new_soviet:block/green/green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/green_bricks_stairs_outer.json deleted file mode 100644 index b19cf4d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/green/green_bricks", - "side": "new_soviet:block/green/green_bricks", - "top": "new_soviet:block/green/green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_concrete_slab.json b/src/main/resources/assets/new_soviet/models/block/green_concrete_slab.json deleted file mode 100644 index 47f5938..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_concrete_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/concrete/green_concrete", - "side": "new_soviet:block/concrete/green_concrete", - "top": "new_soviet:block/concrete/green_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_concrete_slab_top.json b/src/main/resources/assets/new_soviet/models/block/green_concrete_slab_top.json deleted file mode 100644 index 3935816..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_concrete_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/concrete/green_concrete", - "side": "new_soviet:block/concrete/green_concrete", - "top": "new_soviet:block/concrete/green_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/block/green_concrete_stairs.json deleted file mode 100644 index 7e4e6d1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/concrete/green_concrete", - "side": "new_soviet:block/concrete/green_concrete", - "top": "new_soviet:block/concrete/green_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_concrete_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/green_concrete_stairs_inner.json deleted file mode 100644 index 7ae8589..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/green_concrete", - "side": "new_soviet:block/concrete/green_concrete", - "top": "new_soviet:block/concrete/green_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_concrete_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/green_concrete_stairs_outer.json deleted file mode 100644 index 7cf1baa..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/green_concrete", - "side": "new_soviet:block/concrete/green_concrete", - "top": "new_soviet:block/concrete/green_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_linoleum.json b/src/main/resources/assets/new_soviet/models/block/green_linoleum.json deleted file mode 100644 index 161179c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_linoleum.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/linoleum/green_linoleum", - "particle": "new_soviet:block/floor/linoleum/green_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_linoleum_slab.json b/src/main/resources/assets/new_soviet/models/block/green_linoleum_slab.json deleted file mode 100644 index 9eb2a67..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_linoleum_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/green_linoleum", - "side": "new_soviet:block/floor/linoleum/green_linoleum", - "top": "new_soviet:block/floor/linoleum/green_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_linoleum_slab_top.json b/src/main/resources/assets/new_soviet/models/block/green_linoleum_slab_top.json deleted file mode 100644 index 6d37c60..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_linoleum_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/green_linoleum", - "side": "new_soviet:block/floor/linoleum/green_linoleum", - "top": "new_soviet:block/floor/linoleum/green_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_linoleum_stairs.json b/src/main/resources/assets/new_soviet/models/block/green_linoleum_stairs.json deleted file mode 100644 index 392175c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_linoleum_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/green_linoleum", - "side": "new_soviet:block/floor/linoleum/green_linoleum", - "top": "new_soviet:block/floor/linoleum/green_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_linoleum_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/green_linoleum_stairs_inner.json deleted file mode 100644 index cb562a8..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_linoleum_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/green_linoleum", - "side": "new_soviet:block/floor/linoleum/green_linoleum", - "top": "new_soviet:block/floor/linoleum/green_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_linoleum_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/green_linoleum_stairs_outer.json deleted file mode 100644 index e0871fa..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_linoleum_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/green_linoleum", - "side": "new_soviet:block/floor/linoleum/green_linoleum", - "top": "new_soviet:block/floor/linoleum/green_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_wallpaper.json b/src/main/resources/assets/new_soviet/models/block/green_wallpaper.json deleted file mode 100644 index ace0fb4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_wallpaper.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/wallpapers/green_wallpaper", - "particle": "new_soviet:block/wallpapers/green_wallpaper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_warning.json b/src/main/resources/assets/new_soviet/models/block/green_warning.json deleted file mode 100644 index 402128e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_warning.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/industrial/green_warning_stripes", - "particle": "new_soviet:block/industrial/green_warning_stripes" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_white_tiles.json b/src/main/resources/assets/new_soviet/models/block/green_white_tiles.json deleted file mode 100644 index ec3e5b0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_white_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/green_white/green_white_tiles", - "particle": "new_soviet:block/green_white/green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_white_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/green_white_tiles_slab.json deleted file mode 100644 index a15b6f7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_white_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/green_white/green_white_tiles", - "side": "new_soviet:block/green_white/green_white_tiles", - "top": "new_soviet:block/green_white/green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_white_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/green_white_tiles_slab_top.json deleted file mode 100644 index bfe7edf..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_white_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/green_white/green_white_tiles", - "side": "new_soviet:block/green_white/green_white_tiles", - "top": "new_soviet:block/green_white/green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_white_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/green_white_tiles_stairs.json deleted file mode 100644 index 117ea06..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_white_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/green_white/green_white_tiles", - "side": "new_soviet:block/green_white/green_white_tiles", - "top": "new_soviet:block/green_white/green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_white_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/green_white_tiles_stairs_inner.json deleted file mode 100644 index 4b58539..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_white_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/green_white/green_white_tiles", - "side": "new_soviet:block/green_white/green_white_tiles", - "top": "new_soviet:block/green_white/green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_white_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/green_white_tiles_stairs_outer.json deleted file mode 100644 index 270a3a5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/green_white_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/green_white/green_white_tiles", - "side": "new_soviet:block/green_white/green_white_tiles", - "top": "new_soviet:block/green_white/green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks.json deleted file mode 100644 index f6232c3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/herringbone_acacia_planks", - "particle": "new_soviet:block/floor/planks/herringbone_acacia_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_slab.json deleted file mode 100644 index f115515..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_acacia_planks", - "side": "new_soviet:block/floor/planks/herringbone_acacia_planks", - "top": "new_soviet:block/floor/planks/herringbone_acacia_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_slab_top.json deleted file mode 100644 index fa64d3f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_acacia_planks", - "side": "new_soviet:block/floor/planks/herringbone_acacia_planks", - "top": "new_soviet:block/floor/planks/herringbone_acacia_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_stairs.json deleted file mode 100644 index c05ad1a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_acacia_planks", - "side": "new_soviet:block/floor/planks/herringbone_acacia_planks", - "top": "new_soviet:block/floor/planks/herringbone_acacia_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_stairs_inner.json deleted file mode 100644 index 9b476b6..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_acacia_planks", - "side": "new_soviet:block/floor/planks/herringbone_acacia_planks", - "top": "new_soviet:block/floor/planks/herringbone_acacia_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_stairs_outer.json deleted file mode 100644 index 4513c0a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_acacia_planks", - "side": "new_soviet:block/floor/planks/herringbone_acacia_planks", - "top": "new_soviet:block/floor/planks/herringbone_acacia_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks.json deleted file mode 100644 index 7b83aed..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/herringbone_birch_planks", - "particle": "new_soviet:block/floor/planks/herringbone_birch_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_slab.json deleted file mode 100644 index 96f7220..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_birch_planks", - "side": "new_soviet:block/floor/planks/herringbone_birch_planks", - "top": "new_soviet:block/floor/planks/herringbone_birch_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_slab_top.json deleted file mode 100644 index 7a70c25..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_birch_planks", - "side": "new_soviet:block/floor/planks/herringbone_birch_planks", - "top": "new_soviet:block/floor/planks/herringbone_birch_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_stairs.json deleted file mode 100644 index dd625e5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_birch_planks", - "side": "new_soviet:block/floor/planks/herringbone_birch_planks", - "top": "new_soviet:block/floor/planks/herringbone_birch_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_stairs_inner.json deleted file mode 100644 index 26554df..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_birch_planks", - "side": "new_soviet:block/floor/planks/herringbone_birch_planks", - "top": "new_soviet:block/floor/planks/herringbone_birch_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_stairs_outer.json deleted file mode 100644 index f6ee948..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_birch_planks", - "side": "new_soviet:block/floor/planks/herringbone_birch_planks", - "top": "new_soviet:block/floor/planks/herringbone_birch_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks.json deleted file mode 100644 index 5c1101a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/herringbone_crimson_planks", - "particle": "new_soviet:block/floor/planks/herringbone_crimson_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_slab.json deleted file mode 100644 index eec49b8..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_crimson_planks", - "side": "new_soviet:block/floor/planks/herringbone_crimson_planks", - "top": "new_soviet:block/floor/planks/herringbone_crimson_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_slab_top.json deleted file mode 100644 index 49cc571..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_crimson_planks", - "side": "new_soviet:block/floor/planks/herringbone_crimson_planks", - "top": "new_soviet:block/floor/planks/herringbone_crimson_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_stairs.json deleted file mode 100644 index 3b157ec..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_crimson_planks", - "side": "new_soviet:block/floor/planks/herringbone_crimson_planks", - "top": "new_soviet:block/floor/planks/herringbone_crimson_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_stairs_inner.json deleted file mode 100644 index bab406f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_crimson_planks", - "side": "new_soviet:block/floor/planks/herringbone_crimson_planks", - "top": "new_soviet:block/floor/planks/herringbone_crimson_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_stairs_outer.json deleted file mode 100644 index 6a038f1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_crimson_planks", - "side": "new_soviet:block/floor/planks/herringbone_crimson_planks", - "top": "new_soviet:block/floor/planks/herringbone_crimson_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks.json deleted file mode 100644 index ac7f92c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/herringbone_dark_oak_planks", - "particle": "new_soviet:block/floor/planks/herringbone_dark_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_slab.json deleted file mode 100644 index 521c120..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_dark_oak_planks", - "side": "new_soviet:block/floor/planks/herringbone_dark_oak_planks", - "top": "new_soviet:block/floor/planks/herringbone_dark_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_slab_top.json deleted file mode 100644 index 2bae983..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_dark_oak_planks", - "side": "new_soviet:block/floor/planks/herringbone_dark_oak_planks", - "top": "new_soviet:block/floor/planks/herringbone_dark_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_stairs.json deleted file mode 100644 index a78613c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_dark_oak_planks", - "side": "new_soviet:block/floor/planks/herringbone_dark_oak_planks", - "top": "new_soviet:block/floor/planks/herringbone_dark_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_stairs_inner.json deleted file mode 100644 index a72d2ce..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_dark_oak_planks", - "side": "new_soviet:block/floor/planks/herringbone_dark_oak_planks", - "top": "new_soviet:block/floor/planks/herringbone_dark_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_stairs_outer.json deleted file mode 100644 index d54442f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_dark_oak_planks", - "side": "new_soviet:block/floor/planks/herringbone_dark_oak_planks", - "top": "new_soviet:block/floor/planks/herringbone_dark_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks.json deleted file mode 100644 index 5acc306..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/herringbone_jungle_planks", - "particle": "new_soviet:block/floor/planks/herringbone_jungle_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_slab.json deleted file mode 100644 index 0b97b87..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_jungle_planks", - "side": "new_soviet:block/floor/planks/herringbone_jungle_planks", - "top": "new_soviet:block/floor/planks/herringbone_jungle_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_slab_top.json deleted file mode 100644 index 9f08a0b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_jungle_planks", - "side": "new_soviet:block/floor/planks/herringbone_jungle_planks", - "top": "new_soviet:block/floor/planks/herringbone_jungle_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_stairs.json deleted file mode 100644 index 46d1bd4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_jungle_planks", - "side": "new_soviet:block/floor/planks/herringbone_jungle_planks", - "top": "new_soviet:block/floor/planks/herringbone_jungle_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_stairs_inner.json deleted file mode 100644 index d68d5a4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_jungle_planks", - "side": "new_soviet:block/floor/planks/herringbone_jungle_planks", - "top": "new_soviet:block/floor/planks/herringbone_jungle_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_stairs_outer.json deleted file mode 100644 index 4e4ed3d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_jungle_planks", - "side": "new_soviet:block/floor/planks/herringbone_jungle_planks", - "top": "new_soviet:block/floor/planks/herringbone_jungle_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks.json deleted file mode 100644 index efc02b1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/herringbone_mangrove_planks", - "particle": "new_soviet:block/floor/planks/herringbone_mangrove_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_slab.json deleted file mode 100644 index 7089985..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_mangrove_planks", - "side": "new_soviet:block/floor/planks/herringbone_mangrove_planks", - "top": "new_soviet:block/floor/planks/herringbone_mangrove_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_slab_top.json deleted file mode 100644 index ffe58f3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_mangrove_planks", - "side": "new_soviet:block/floor/planks/herringbone_mangrove_planks", - "top": "new_soviet:block/floor/planks/herringbone_mangrove_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_stairs.json deleted file mode 100644 index a7b1152..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_mangrove_planks", - "side": "new_soviet:block/floor/planks/herringbone_mangrove_planks", - "top": "new_soviet:block/floor/planks/herringbone_mangrove_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_stairs_inner.json deleted file mode 100644 index b67dd1f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_mangrove_planks", - "side": "new_soviet:block/floor/planks/herringbone_mangrove_planks", - "top": "new_soviet:block/floor/planks/herringbone_mangrove_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_stairs_outer.json deleted file mode 100644 index 23b83ff..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_mangrove_planks", - "side": "new_soviet:block/floor/planks/herringbone_mangrove_planks", - "top": "new_soviet:block/floor/planks/herringbone_mangrove_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks.json deleted file mode 100644 index b00298a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/herringbone_oak_planks", - "particle": "new_soviet:block/floor/planks/herringbone_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_slab.json deleted file mode 100644 index 91c204a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_oak_planks", - "side": "new_soviet:block/floor/planks/herringbone_oak_planks", - "top": "new_soviet:block/floor/planks/herringbone_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_slab_top.json deleted file mode 100644 index 8930c06..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_oak_planks", - "side": "new_soviet:block/floor/planks/herringbone_oak_planks", - "top": "new_soviet:block/floor/planks/herringbone_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_stairs.json deleted file mode 100644 index 08d52c0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_oak_planks", - "side": "new_soviet:block/floor/planks/herringbone_oak_planks", - "top": "new_soviet:block/floor/planks/herringbone_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_stairs_inner.json deleted file mode 100644 index c345ae8..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_oak_planks", - "side": "new_soviet:block/floor/planks/herringbone_oak_planks", - "top": "new_soviet:block/floor/planks/herringbone_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_stairs_outer.json deleted file mode 100644 index 3b6c88d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_oak_planks", - "side": "new_soviet:block/floor/planks/herringbone_oak_planks", - "top": "new_soviet:block/floor/planks/herringbone_oak_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_parquet.json b/src/main/resources/assets/new_soviet/models/block/herringbone_parquet.json deleted file mode 100644 index 38a96c0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_parquet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/herringbone_parquet", - "particle": "new_soviet:block/floor/planks/herringbone_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_slab.json b/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_slab.json deleted file mode 100644 index 4ec8f19..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_parquet", - "side": "new_soviet:block/floor/planks/herringbone_parquet", - "top": "new_soviet:block/floor/planks/herringbone_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_slab_top.json b/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_slab_top.json deleted file mode 100644 index 516ffb5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_parquet", - "side": "new_soviet:block/floor/planks/herringbone_parquet", - "top": "new_soviet:block/floor/planks/herringbone_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_stairs.json b/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_stairs.json deleted file mode 100644 index 00ee32b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_parquet", - "side": "new_soviet:block/floor/planks/herringbone_parquet", - "top": "new_soviet:block/floor/planks/herringbone_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_stairs_inner.json deleted file mode 100644 index 25f1b49..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_parquet", - "side": "new_soviet:block/floor/planks/herringbone_parquet", - "top": "new_soviet:block/floor/planks/herringbone_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_stairs_outer.json deleted file mode 100644 index c29a6d7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_parquet_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_parquet", - "side": "new_soviet:block/floor/planks/herringbone_parquet", - "top": "new_soviet:block/floor/planks/herringbone_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles.json deleted file mode 100644 index 5df1c5b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/sand/herringbone_sand_tiles", - "particle": "new_soviet:block/sand/herringbone_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_slab.json deleted file mode 100644 index bc8e7f3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/sand/herringbone_sand_tiles", - "side": "new_soviet:block/sand/herringbone_sand_tiles", - "top": "new_soviet:block/sand/herringbone_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_slab_top.json deleted file mode 100644 index 98ba605..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/sand/herringbone_sand_tiles", - "side": "new_soviet:block/sand/herringbone_sand_tiles", - "top": "new_soviet:block/sand/herringbone_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_stairs.json deleted file mode 100644 index 7edeafa..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/sand/herringbone_sand_tiles", - "side": "new_soviet:block/sand/herringbone_sand_tiles", - "top": "new_soviet:block/sand/herringbone_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_stairs_inner.json deleted file mode 100644 index 333122f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/sand/herringbone_sand_tiles", - "side": "new_soviet:block/sand/herringbone_sand_tiles", - "top": "new_soviet:block/sand/herringbone_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_stairs_outer.json deleted file mode 100644 index 99df108..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/sand/herringbone_sand_tiles", - "side": "new_soviet:block/sand/herringbone_sand_tiles", - "top": "new_soviet:block/sand/herringbone_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks.json deleted file mode 100644 index 3463081..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/herringbone_spruce_planks", - "particle": "new_soviet:block/floor/planks/herringbone_spruce_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_slab.json b/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_slab.json deleted file mode 100644 index bb50e60..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_spruce_planks", - "side": "new_soviet:block/floor/planks/herringbone_spruce_planks", - "top": "new_soviet:block/floor/planks/herringbone_spruce_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_slab_top.json deleted file mode 100644 index a0af9b9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_spruce_planks", - "side": "new_soviet:block/floor/planks/herringbone_spruce_planks", - "top": "new_soviet:block/floor/planks/herringbone_spruce_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_stairs.json b/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_stairs.json deleted file mode 100644 index 0a62497..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_spruce_planks", - "side": "new_soviet:block/floor/planks/herringbone_spruce_planks", - "top": "new_soviet:block/floor/planks/herringbone_spruce_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_stairs_inner.json deleted file mode 100644 index 0e5b2cc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_spruce_planks", - "side": "new_soviet:block/floor/planks/herringbone_spruce_planks", - "top": "new_soviet:block/floor/planks/herringbone_spruce_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_stairs_outer.json deleted file mode 100644 index 98b1f15..0000000 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/herringbone_spruce_planks", - "side": "new_soviet:block/floor/planks/herringbone_spruce_planks", - "top": "new_soviet:block/floor/planks/herringbone_spruce_planks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/industrial_warning.json b/src/main/resources/assets/new_soviet/models/block/industrial_warning.json deleted file mode 100644 index ef7f5f0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/industrial_warning.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/industrial/industrial_warning_stripes", - "particle": "new_soviet:block/industrial/industrial_warning_stripes" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_bricks.json b/src/main/resources/assets/new_soviet/models/block/light_blue_bricks.json deleted file mode 100644 index 93c7867..0000000 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/light_blue/light_blue_bricks", - "particle": "new_soviet:block/light_blue/light_blue_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_slab.json deleted file mode 100644 index 65e65e9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/light_blue/light_blue_bricks", - "side": "new_soviet:block/light_blue/light_blue_bricks", - "top": "new_soviet:block/light_blue/light_blue_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_slab_top.json deleted file mode 100644 index df7b3f3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/light_blue/light_blue_bricks", - "side": "new_soviet:block/light_blue/light_blue_bricks", - "top": "new_soviet:block/light_blue/light_blue_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_stairs.json deleted file mode 100644 index 510091f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/light_blue_bricks", - "side": "new_soviet:block/light_blue/light_blue_bricks", - "top": "new_soviet:block/light_blue/light_blue_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_stairs_inner.json deleted file mode 100644 index 80b4a2d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/light_blue_bricks", - "side": "new_soviet:block/light_blue/light_blue_bricks", - "top": "new_soviet:block/light_blue/light_blue_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_stairs_outer.json deleted file mode 100644 index 4829e9f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/light_blue_bricks", - "side": "new_soviet:block/light_blue/light_blue_bricks", - "top": "new_soviet:block/light_blue/light_blue_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/light_blue_tiles.json deleted file mode 100644 index dc8562f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/light_blue/light_blue_tiles", - "particle": "new_soviet:block/light_blue/light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_slab.json deleted file mode 100644 index 5f97bc4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/light_blue/light_blue_tiles", - "side": "new_soviet:block/light_blue/light_blue_tiles", - "top": "new_soviet:block/light_blue/light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_slab_top.json deleted file mode 100644 index 46a5d66..0000000 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/light_blue/light_blue_tiles", - "side": "new_soviet:block/light_blue/light_blue_tiles", - "top": "new_soviet:block/light_blue/light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_stairs.json deleted file mode 100644 index 5ef807a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/light_blue_tiles", - "side": "new_soviet:block/light_blue/light_blue_tiles", - "top": "new_soviet:block/light_blue/light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_stairs_inner.json deleted file mode 100644 index bcf895e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/light_blue_tiles", - "side": "new_soviet:block/light_blue/light_blue_tiles", - "top": "new_soviet:block/light_blue/light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_stairs_outer.json deleted file mode 100644 index 4af0737..0000000 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/light_blue_tiles", - "side": "new_soviet:block/light_blue/light_blue_tiles", - "top": "new_soviet:block/light_blue/light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_warning.json b/src/main/resources/assets/new_soviet/models/block/light_blue_warning.json deleted file mode 100644 index b70d761..0000000 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_warning.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/industrial/light_blue_warning_stripes", - "particle": "new_soviet:block/industrial/light_blue_warning_stripes" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/lime_warning.json b/src/main/resources/assets/new_soviet/models/block/lime_warning.json deleted file mode 100644 index 7621685..0000000 --- a/src/main/resources/assets/new_soviet/models/block/lime_warning.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/industrial/lime_warning_stripes", - "particle": "new_soviet:block/industrial/lime_warning_stripes" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/magenta_warning.json b/src/main/resources/assets/new_soviet/models/block/magenta_warning.json deleted file mode 100644 index 926e5b9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/magenta_warning.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/industrial/magenta_warning_stripes", - "particle": "new_soviet:block/industrial/magenta_warning_stripes" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mattress.json b/src/main/resources/assets/new_soviet/models/block/mattress.json deleted file mode 100644 index 29bc260..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mattress.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "credit": "Made by Feulim (karoter2)", - "texture_size": [64, 64], - "textures": { - "1": "mattress_white", - "particle": "mattress_black" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 3, 32], - "faces": { - "north": {"uv": [0, 8.75, 4, 9.5], "texture": "#1"}, - "east": {"uv": [8, 9.5, 0, 10.25], "texture": "#1"}, - "south": {"uv": [0, 0.75, 4, 0], "texture": "#1"}, - "west": {"uv": [0, 9.5, 8, 10.25], "texture": "#1"}, - "up": {"uv": [0, 8.75, 4, 0.75], "texture": "#1"}, - "down": {"uv": [0, 0.75, 4, 8.75], "texture": "#1"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 3, 32], - "faces": { - "north": {"uv": [4.75, 8.75, 8.75, 9.5], "texture": "#1"}, - "east": {"uv": [8, 10.25, 0, 11], "texture": "#1"}, - "south": {"uv": [4.75, 0.75, 8.75, 0], "texture": "#1"}, - "west": {"uv": [0, 10.25, 8, 11], "texture": "#1"}, - "up": {"uv": [4.75, 8.75, 8.75, 0.75], "texture": "#1"}, - "down": {"uv": [4.75, 0.75, 8.75, 8.75], "texture": "#1"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [0, 1] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/metal_plating.json b/src/main/resources/assets/new_soviet/models/block/metal_plating.json deleted file mode 100644 index 56f04cb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/metal_plating.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/industrial/metal_plating", - "particle": "new_soviet:block/industrial/metal_plating" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/metal_plating_slab.json b/src/main/resources/assets/new_soviet/models/block/metal_plating_slab.json deleted file mode 100644 index 488f4ca..0000000 --- a/src/main/resources/assets/new_soviet/models/block/metal_plating_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/industrial/metal_plating", - "side": "new_soviet:block/industrial/metal_plating", - "top": "new_soviet:block/industrial/metal_plating" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/metal_plating_slab_top.json b/src/main/resources/assets/new_soviet/models/block/metal_plating_slab_top.json deleted file mode 100644 index a1c9e4d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/metal_plating_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/industrial/metal_plating", - "side": "new_soviet:block/industrial/metal_plating", - "top": "new_soviet:block/industrial/metal_plating" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/metal_plating_stairs.json b/src/main/resources/assets/new_soviet/models/block/metal_plating_stairs.json deleted file mode 100644 index c94d453..0000000 --- a/src/main/resources/assets/new_soviet/models/block/metal_plating_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/industrial/metal_plating", - "side": "new_soviet:block/industrial/metal_plating", - "top": "new_soviet:block/industrial/metal_plating" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/metal_plating_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/metal_plating_stairs_inner.json deleted file mode 100644 index c2dae5c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/metal_plating_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/industrial/metal_plating", - "side": "new_soviet:block/industrial/metal_plating", - "top": "new_soviet:block/industrial/metal_plating" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/metal_plating_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/metal_plating_stairs_outer.json deleted file mode 100644 index 1084231..0000000 --- a/src/main/resources/assets/new_soviet/models/block/metal_plating_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/industrial/metal_plating", - "side": "new_soviet:block/industrial/metal_plating", - "top": "new_soviet:block/industrial/metal_plating" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles.json deleted file mode 100644 index d085b22..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/aquamarine/mossy_aquamarine_tiles", - "particle": "new_soviet:block/aquamarine/mossy_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_slab.json deleted file mode 100644 index abdbaa7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/aquamarine/mossy_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/mossy_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/mossy_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_slab_top.json deleted file mode 100644 index fe703aa..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/aquamarine/mossy_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/mossy_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/mossy_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_stairs.json deleted file mode 100644 index 4445292..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/aquamarine/mossy_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/mossy_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/mossy_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_stairs_inner.json deleted file mode 100644 index 2e0f8dd..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/aquamarine/mossy_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/mossy_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/mossy_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_stairs_outer.json deleted file mode 100644 index cf62be9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/aquamarine/mossy_aquamarine_tiles", - "side": "new_soviet:block/aquamarine/mossy_aquamarine_tiles", - "top": "new_soviet:block/aquamarine/mossy_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles.json deleted file mode 100644 index b5bf8ba..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/brick/mossy_brick_tiles", - "particle": "new_soviet:block/brick/mossy_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_slab.json deleted file mode 100644 index 0c05c23..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/brick/mossy_brick_tiles", - "side": "new_soviet:block/brick/mossy_brick_tiles", - "top": "new_soviet:block/brick/mossy_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_slab_top.json deleted file mode 100644 index 382ad01..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/brick/mossy_brick_tiles", - "side": "new_soviet:block/brick/mossy_brick_tiles", - "top": "new_soviet:block/brick/mossy_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_stairs.json deleted file mode 100644 index e1637e5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/brick/mossy_brick_tiles", - "side": "new_soviet:block/brick/mossy_brick_tiles", - "top": "new_soviet:block/brick/mossy_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_stairs_inner.json deleted file mode 100644 index 8ee9006..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/brick/mossy_brick_tiles", - "side": "new_soviet:block/brick/mossy_brick_tiles", - "top": "new_soviet:block/brick/mossy_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_stairs_outer.json deleted file mode 100644 index 2f2816e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/brick/mossy_brick_tiles", - "side": "new_soviet:block/brick/mossy_brick_tiles", - "top": "new_soviet:block/brick/mossy_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles.json deleted file mode 100644 index b538b0d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/calcite/mossy_calcite_tiles", - "particle": "new_soviet:block/calcite/mossy_calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_slab.json deleted file mode 100644 index a3ad33a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/calcite/mossy_calcite_tiles", - "side": "new_soviet:block/calcite/mossy_calcite_tiles", - "top": "new_soviet:block/calcite/mossy_calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_slab_top.json deleted file mode 100644 index dae13b0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/calcite/mossy_calcite_tiles", - "side": "new_soviet:block/calcite/mossy_calcite_tiles", - "top": "new_soviet:block/calcite/mossy_calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_stairs.json deleted file mode 100644 index a971aae..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/calcite/mossy_calcite_tiles", - "side": "new_soviet:block/calcite/mossy_calcite_tiles", - "top": "new_soviet:block/calcite/mossy_calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_stairs_inner.json deleted file mode 100644 index 337bb00..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/calcite/mossy_calcite_tiles", - "side": "new_soviet:block/calcite/mossy_calcite_tiles", - "top": "new_soviet:block/calcite/mossy_calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_stairs_outer.json deleted file mode 100644 index c94dff1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/calcite/mossy_calcite_tiles", - "side": "new_soviet:block/calcite/mossy_calcite_tiles", - "top": "new_soviet:block/calcite/mossy_calcite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles.json deleted file mode 100644 index a79436c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/brick/mossy_dark_brick_tiles", - "particle": "new_soviet:block/brick/mossy_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_slab.json deleted file mode 100644 index 5b58e88..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/brick/mossy_dark_brick_tiles", - "side": "new_soviet:block/brick/mossy_dark_brick_tiles", - "top": "new_soviet:block/brick/mossy_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_slab_top.json deleted file mode 100644 index a49782b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/brick/mossy_dark_brick_tiles", - "side": "new_soviet:block/brick/mossy_dark_brick_tiles", - "top": "new_soviet:block/brick/mossy_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_stairs.json deleted file mode 100644 index 11926eb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/brick/mossy_dark_brick_tiles", - "side": "new_soviet:block/brick/mossy_dark_brick_tiles", - "top": "new_soviet:block/brick/mossy_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_stairs_inner.json deleted file mode 100644 index fc022f7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/brick/mossy_dark_brick_tiles", - "side": "new_soviet:block/brick/mossy_dark_brick_tiles", - "top": "new_soviet:block/brick/mossy_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_stairs_outer.json deleted file mode 100644 index 2a97591..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/brick/mossy_dark_brick_tiles", - "side": "new_soviet:block/brick/mossy_dark_brick_tiles", - "top": "new_soviet:block/brick/mossy_dark_brick_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles.json deleted file mode 100644 index fa97bb4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/deepslate/mossy_deepslate_tiles", - "particle": "new_soviet:block/deepslate/mossy_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_slab.json deleted file mode 100644 index 1bebc31..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/deepslate/mossy_deepslate_tiles", - "side": "new_soviet:block/deepslate/mossy_deepslate_tiles", - "top": "new_soviet:block/deepslate/mossy_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_slab_top.json deleted file mode 100644 index 02630b0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/deepslate/mossy_deepslate_tiles", - "side": "new_soviet:block/deepslate/mossy_deepslate_tiles", - "top": "new_soviet:block/deepslate/mossy_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_stairs.json deleted file mode 100644 index d26d6f8..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/deepslate/mossy_deepslate_tiles", - "side": "new_soviet:block/deepslate/mossy_deepslate_tiles", - "top": "new_soviet:block/deepslate/mossy_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_stairs_inner.json deleted file mode 100644 index 589d13c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/deepslate/mossy_deepslate_tiles", - "side": "new_soviet:block/deepslate/mossy_deepslate_tiles", - "top": "new_soviet:block/deepslate/mossy_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_stairs_outer.json deleted file mode 100644 index 4becff5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/deepslate/mossy_deepslate_tiles", - "side": "new_soviet:block/deepslate/mossy_deepslate_tiles", - "top": "new_soviet:block/deepslate/mossy_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks.json b/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks.json deleted file mode 100644 index ea13138..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/diorite/mossy_diorite_bricks", - "particle": "new_soviet:block/diorite/mossy_diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_slab.json deleted file mode 100644 index cf7a9fe..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/diorite/mossy_diorite_bricks", - "side": "new_soviet:block/diorite/mossy_diorite_bricks", - "top": "new_soviet:block/diorite/mossy_diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_slab_top.json deleted file mode 100644 index 6459a59..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/diorite/mossy_diorite_bricks", - "side": "new_soviet:block/diorite/mossy_diorite_bricks", - "top": "new_soviet:block/diorite/mossy_diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_stairs.json deleted file mode 100644 index b12597f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/diorite/mossy_diorite_bricks", - "side": "new_soviet:block/diorite/mossy_diorite_bricks", - "top": "new_soviet:block/diorite/mossy_diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_stairs_inner.json deleted file mode 100644 index b653d0a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/diorite/mossy_diorite_bricks", - "side": "new_soviet:block/diorite/mossy_diorite_bricks", - "top": "new_soviet:block/diorite/mossy_diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_stairs_outer.json deleted file mode 100644 index 111cee3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/diorite/mossy_diorite_bricks", - "side": "new_soviet:block/diorite/mossy_diorite_bricks", - "top": "new_soviet:block/diorite/mossy_diorite_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_diorite_tiles.json deleted file mode 100644 index 9d39d19..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/diorite/mossy_diorite_tiles", - "particle": "new_soviet:block/diorite/mossy_diorite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles.json deleted file mode 100644 index dba19cf..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/dripstone/mossy_dripstone_tiles", - "particle": "new_soviet:block/dripstone/mossy_dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_slab.json deleted file mode 100644 index 840d2ae..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/dripstone/mossy_dripstone_tiles", - "side": "new_soviet:block/dripstone/mossy_dripstone_tiles", - "top": "new_soviet:block/dripstone/mossy_dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_slab_top.json deleted file mode 100644 index 33140de..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/dripstone/mossy_dripstone_tiles", - "side": "new_soviet:block/dripstone/mossy_dripstone_tiles", - "top": "new_soviet:block/dripstone/mossy_dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_stairs.json deleted file mode 100644 index c2c0dd4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/dripstone/mossy_dripstone_tiles", - "side": "new_soviet:block/dripstone/mossy_dripstone_tiles", - "top": "new_soviet:block/dripstone/mossy_dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_stairs_inner.json deleted file mode 100644 index d0bd7df..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/dripstone/mossy_dripstone_tiles", - "side": "new_soviet:block/dripstone/mossy_dripstone_tiles", - "top": "new_soviet:block/dripstone/mossy_dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_stairs_outer.json deleted file mode 100644 index 3b83b90..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/dripstone/mossy_dripstone_tiles", - "side": "new_soviet:block/dripstone/mossy_dripstone_tiles", - "top": "new_soviet:block/dripstone/mossy_dripstone_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks.json deleted file mode 100644 index 8843b6d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/green/mossy_green_bricks", - "particle": "new_soviet:block/green/mossy_green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2.json deleted file mode 100644 index 1187969..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/green/mossy_green_bricks_with_any", - "particle": "new_soviet:block/green/mossy_green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_slab.json deleted file mode 100644 index 772fc48..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/green/mossy_green_bricks_with_any", - "side": "new_soviet:block/green/mossy_green_bricks_with_any", - "top": "new_soviet:block/green/mossy_green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_slab_top.json deleted file mode 100644 index 3fdbc17..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/green/mossy_green_bricks_with_any", - "side": "new_soviet:block/green/mossy_green_bricks_with_any", - "top": "new_soviet:block/green/mossy_green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_stairs.json deleted file mode 100644 index 0877c95..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/green/mossy_green_bricks_with_any", - "side": "new_soviet:block/green/mossy_green_bricks_with_any", - "top": "new_soviet:block/green/mossy_green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_stairs_inner.json deleted file mode 100644 index 7a1ad7c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/green/mossy_green_bricks_with_any", - "side": "new_soviet:block/green/mossy_green_bricks_with_any", - "top": "new_soviet:block/green/mossy_green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_stairs_outer.json deleted file mode 100644 index 30229b4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/green/mossy_green_bricks_with_any", - "side": "new_soviet:block/green/mossy_green_bricks_with_any", - "top": "new_soviet:block/green/mossy_green_bricks_with_any" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_slab.json deleted file mode 100644 index 61b796f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/green/mossy_green_bricks", - "side": "new_soviet:block/green/mossy_green_bricks", - "top": "new_soviet:block/green/mossy_green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_slab_top.json deleted file mode 100644 index d7e33e0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/green/mossy_green_bricks", - "side": "new_soviet:block/green/mossy_green_bricks", - "top": "new_soviet:block/green/mossy_green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_stairs.json deleted file mode 100644 index 2215fa9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/green/mossy_green_bricks", - "side": "new_soviet:block/green/mossy_green_bricks", - "top": "new_soviet:block/green/mossy_green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_stairs_inner.json deleted file mode 100644 index 34460ee..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/green/mossy_green_bricks", - "side": "new_soviet:block/green/mossy_green_bricks", - "top": "new_soviet:block/green/mossy_green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_stairs_outer.json deleted file mode 100644 index 6c5ce88..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/green/mossy_green_bricks", - "side": "new_soviet:block/green/mossy_green_bricks", - "top": "new_soviet:block/green/mossy_green_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles.json deleted file mode 100644 index f7c4f0f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/green_white/mossy_green_white_tiles", - "particle": "new_soviet:block/green_white/mossy_green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_slab.json deleted file mode 100644 index a4dc22b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/green_white/mossy_green_white_tiles", - "side": "new_soviet:block/green_white/mossy_green_white_tiles", - "top": "new_soviet:block/green_white/mossy_green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_slab_top.json deleted file mode 100644 index 8d039a7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/green_white/mossy_green_white_tiles", - "side": "new_soviet:block/green_white/mossy_green_white_tiles", - "top": "new_soviet:block/green_white/mossy_green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_stairs.json deleted file mode 100644 index 5f77e00..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/green_white/mossy_green_white_tiles", - "side": "new_soviet:block/green_white/mossy_green_white_tiles", - "top": "new_soviet:block/green_white/mossy_green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_stairs_inner.json deleted file mode 100644 index e23af7f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/green_white/mossy_green_white_tiles", - "side": "new_soviet:block/green_white/mossy_green_white_tiles", - "top": "new_soviet:block/green_white/mossy_green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_stairs_outer.json deleted file mode 100644 index d62efb9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/green_white/mossy_green_white_tiles", - "side": "new_soviet:block/green_white/mossy_green_white_tiles", - "top": "new_soviet:block/green_white/mossy_green_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks.json b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks.json deleted file mode 100644 index f924725..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/light_blue/mossy_light_blue_bricks", - "particle": "new_soviet:block/light_blue/mossy_light_blue_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_slab.json deleted file mode 100644 index 170cd8f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/light_blue/mossy_light_blue_bricks", - "side": "new_soviet:block/light_blue/mossy_light_blue_bricks", - "top": "new_soviet:block/light_blue/mossy_light_blue_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_slab_top.json deleted file mode 100644 index 83b32ef..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/light_blue/mossy_light_blue_bricks", - "side": "new_soviet:block/light_blue/mossy_light_blue_bricks", - "top": "new_soviet:block/light_blue/mossy_light_blue_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_stairs.json deleted file mode 100644 index 8c08be7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/mossy_light_blue_bricks", - "side": "new_soviet:block/light_blue/mossy_light_blue_bricks", - "top": "new_soviet:block/light_blue/mossy_light_blue_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_stairs_inner.json deleted file mode 100644 index f792812..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/mossy_light_blue_bricks", - "side": "new_soviet:block/light_blue/mossy_light_blue_bricks", - "top": "new_soviet:block/light_blue/mossy_light_blue_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_stairs_outer.json deleted file mode 100644 index 76b1fe3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/mossy_light_blue_bricks", - "side": "new_soviet:block/light_blue/mossy_light_blue_bricks", - "top": "new_soviet:block/light_blue/mossy_light_blue_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles.json deleted file mode 100644 index f4ab9c7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/light_blue/mossy_light_blue_tiles", - "particle": "new_soviet:block/light_blue/mossy_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_slab.json deleted file mode 100644 index 2929d1b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/light_blue/mossy_light_blue_tiles", - "side": "new_soviet:block/light_blue/mossy_light_blue_tiles", - "top": "new_soviet:block/light_blue/mossy_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_slab_top.json deleted file mode 100644 index 63caf1b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/light_blue/mossy_light_blue_tiles", - "side": "new_soviet:block/light_blue/mossy_light_blue_tiles", - "top": "new_soviet:block/light_blue/mossy_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_stairs.json deleted file mode 100644 index 078c4ed..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/mossy_light_blue_tiles", - "side": "new_soviet:block/light_blue/mossy_light_blue_tiles", - "top": "new_soviet:block/light_blue/mossy_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_stairs_inner.json deleted file mode 100644 index ec1968f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/mossy_light_blue_tiles", - "side": "new_soviet:block/light_blue/mossy_light_blue_tiles", - "top": "new_soviet:block/light_blue/mossy_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_stairs_outer.json deleted file mode 100644 index e83a14d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/mossy_light_blue_tiles", - "side": "new_soviet:block/light_blue/mossy_light_blue_tiles", - "top": "new_soviet:block/light_blue/mossy_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks.json b/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks.json deleted file mode 100644 index fd41582..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/red/mossy_red_bricks", - "particle": "new_soviet:block/red/mossy_red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_slab.json deleted file mode 100644 index 6ce255d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/red/mossy_red_bricks", - "side": "new_soviet:block/red/mossy_red_bricks", - "top": "new_soviet:block/red/mossy_red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_slab_top.json deleted file mode 100644 index b5bafda..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/red/mossy_red_bricks", - "side": "new_soviet:block/red/mossy_red_bricks", - "top": "new_soviet:block/red/mossy_red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_stairs.json deleted file mode 100644 index 8812723..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/red/mossy_red_bricks", - "side": "new_soviet:block/red/mossy_red_bricks", - "top": "new_soviet:block/red/mossy_red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_stairs_inner.json deleted file mode 100644 index 815f144..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/red/mossy_red_bricks", - "side": "new_soviet:block/red/mossy_red_bricks", - "top": "new_soviet:block/red/mossy_red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_stairs_outer.json deleted file mode 100644 index 4c546f0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/red/mossy_red_bricks", - "side": "new_soviet:block/red/mossy_red_bricks", - "top": "new_soviet:block/red/mossy_red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks.json b/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks.json deleted file mode 100644 index 4813200..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/sand/mossy_sand_bricks", - "particle": "new_soviet:block/sand/mossy_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_slab.json deleted file mode 100644 index 16f1f3f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/sand/mossy_sand_bricks", - "side": "new_soviet:block/sand/mossy_sand_bricks", - "top": "new_soviet:block/sand/mossy_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_slab_top.json deleted file mode 100644 index e2f5b10..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/sand/mossy_sand_bricks", - "side": "new_soviet:block/sand/mossy_sand_bricks", - "top": "new_soviet:block/sand/mossy_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_stairs.json deleted file mode 100644 index 76db1ee..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/sand/mossy_sand_bricks", - "side": "new_soviet:block/sand/mossy_sand_bricks", - "top": "new_soviet:block/sand/mossy_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_stairs_inner.json deleted file mode 100644 index b87cc4f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/sand/mossy_sand_bricks", - "side": "new_soviet:block/sand/mossy_sand_bricks", - "top": "new_soviet:block/sand/mossy_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_stairs_outer.json deleted file mode 100644 index b4cf12c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/sand/mossy_sand_bricks", - "side": "new_soviet:block/sand/mossy_sand_bricks", - "top": "new_soviet:block/sand/mossy_sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles.json deleted file mode 100644 index 4f7c1d4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/sand/mossy_sand_tiles", - "particle": "new_soviet:block/sand/mossy_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_slab.json deleted file mode 100644 index 93bda40..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/sand/mossy_sand_tiles", - "side": "new_soviet:block/sand/mossy_sand_tiles", - "top": "new_soviet:block/sand/mossy_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_slab_top.json deleted file mode 100644 index 410f4df..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/sand/mossy_sand_tiles", - "side": "new_soviet:block/sand/mossy_sand_tiles", - "top": "new_soviet:block/sand/mossy_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_stairs.json deleted file mode 100644 index 7705e3b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/sand/mossy_sand_tiles", - "side": "new_soviet:block/sand/mossy_sand_tiles", - "top": "new_soviet:block/sand/mossy_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_stairs_inner.json deleted file mode 100644 index d8828cc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/sand/mossy_sand_tiles", - "side": "new_soviet:block/sand/mossy_sand_tiles", - "top": "new_soviet:block/sand/mossy_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_stairs_outer.json deleted file mode 100644 index 8ff0ecc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/sand/mossy_sand_tiles", - "side": "new_soviet:block/sand/mossy_sand_tiles", - "top": "new_soviet:block/sand/mossy_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles.json deleted file mode 100644 index b118219..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/teal/mossy_teal_tiles", - "particle": "new_soviet:block/teal/mossy_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_slab.json deleted file mode 100644 index b7e05a5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/teal/mossy_teal_tiles", - "side": "new_soviet:block/teal/mossy_teal_tiles", - "top": "new_soviet:block/teal/mossy_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_slab_top.json deleted file mode 100644 index 56e9be5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/teal/mossy_teal_tiles", - "side": "new_soviet:block/teal/mossy_teal_tiles", - "top": "new_soviet:block/teal/mossy_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_stairs.json deleted file mode 100644 index 47e47fc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/teal/mossy_teal_tiles", - "side": "new_soviet:block/teal/mossy_teal_tiles", - "top": "new_soviet:block/teal/mossy_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_stairs_inner.json deleted file mode 100644 index 4356972..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/teal/mossy_teal_tiles", - "side": "new_soviet:block/teal/mossy_teal_tiles", - "top": "new_soviet:block/teal/mossy_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_stairs_outer.json deleted file mode 100644 index d635d00..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/teal/mossy_teal_tiles", - "side": "new_soviet:block/teal/mossy_teal_tiles", - "top": "new_soviet:block/teal/mossy_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks.json b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks.json deleted file mode 100644 index d84f65b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/tuff/mossy_tuff_bricks", - "particle": "new_soviet:block/tuff/mossy_tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_slab.json deleted file mode 100644 index 27d2e0a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/tuff/mossy_tuff_bricks", - "side": "new_soviet:block/tuff/mossy_tuff_bricks", - "top": "new_soviet:block/tuff/mossy_tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_slab_top.json deleted file mode 100644 index a7c7439..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/tuff/mossy_tuff_bricks", - "side": "new_soviet:block/tuff/mossy_tuff_bricks", - "top": "new_soviet:block/tuff/mossy_tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_stairs.json deleted file mode 100644 index 92a1e6c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/tuff/mossy_tuff_bricks", - "side": "new_soviet:block/tuff/mossy_tuff_bricks", - "top": "new_soviet:block/tuff/mossy_tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_stairs_inner.json deleted file mode 100644 index b019b10..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/tuff/mossy_tuff_bricks", - "side": "new_soviet:block/tuff/mossy_tuff_bricks", - "top": "new_soviet:block/tuff/mossy_tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_stairs_outer.json deleted file mode 100644 index 33d8bdb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/tuff/mossy_tuff_bricks", - "side": "new_soviet:block/tuff/mossy_tuff_bricks", - "top": "new_soviet:block/tuff/mossy_tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles.json deleted file mode 100644 index cfb2de1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/tuff/mossy_tuff_tiles", - "particle": "new_soviet:block/tuff/mossy_tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_slab.json deleted file mode 100644 index 5f2d934..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/tuff/mossy_tuff_tiles", - "side": "new_soviet:block/tuff/mossy_tuff_tiles", - "top": "new_soviet:block/tuff/mossy_tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_slab_top.json deleted file mode 100644 index 46e8de7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/tuff/mossy_tuff_tiles", - "side": "new_soviet:block/tuff/mossy_tuff_tiles", - "top": "new_soviet:block/tuff/mossy_tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_stairs.json deleted file mode 100644 index adc30fc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/tuff/mossy_tuff_tiles", - "side": "new_soviet:block/tuff/mossy_tuff_tiles", - "top": "new_soviet:block/tuff/mossy_tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_stairs_inner.json deleted file mode 100644 index 0c4e3db..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/tuff/mossy_tuff_tiles", - "side": "new_soviet:block/tuff/mossy_tuff_tiles", - "top": "new_soviet:block/tuff/mossy_tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_stairs_outer.json deleted file mode 100644 index 245ee0a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/tuff/mossy_tuff_tiles", - "side": "new_soviet:block/tuff/mossy_tuff_tiles", - "top": "new_soviet:block/tuff/mossy_tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/nii_floor.json b/src/main/resources/assets/new_soviet/models/block/nii_floor.json deleted file mode 100644 index e82adcf..0000000 --- a/src/main/resources/assets/new_soviet/models/block/nii_floor.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/research_institute/nii_floor", - "particle": "new_soviet:block/research_institute/nii_floor" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/nii_floor_slab.json b/src/main/resources/assets/new_soviet/models/block/nii_floor_slab.json deleted file mode 100644 index a2c7618..0000000 --- a/src/main/resources/assets/new_soviet/models/block/nii_floor_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/research_institute/nii_floor", - "side": "new_soviet:block/research_institute/nii_floor", - "top": "new_soviet:block/research_institute/nii_floor" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/nii_floor_slab_top.json b/src/main/resources/assets/new_soviet/models/block/nii_floor_slab_top.json deleted file mode 100644 index c64bab4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/nii_floor_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/research_institute/nii_floor", - "side": "new_soviet:block/research_institute/nii_floor", - "top": "new_soviet:block/research_institute/nii_floor" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/nii_floor_stairs.json b/src/main/resources/assets/new_soviet/models/block/nii_floor_stairs.json deleted file mode 100644 index 7efe9c4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/nii_floor_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/research_institute/nii_floor", - "side": "new_soviet:block/research_institute/nii_floor", - "top": "new_soviet:block/research_institute/nii_floor" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/nii_floor_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/nii_floor_stairs_inner.json deleted file mode 100644 index 14c2e94..0000000 --- a/src/main/resources/assets/new_soviet/models/block/nii_floor_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/research_institute/nii_floor", - "side": "new_soviet:block/research_institute/nii_floor", - "top": "new_soviet:block/research_institute/nii_floor" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/nii_floor_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/nii_floor_stairs_outer.json deleted file mode 100644 index 7c69143..0000000 --- a/src/main/resources/assets/new_soviet/models/block/nii_floor_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/research_institute/nii_floor", - "side": "new_soviet:block/research_institute/nii_floor", - "top": "new_soviet:block/research_institute/nii_floor" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/nii_wall_1.json b/src/main/resources/assets/new_soviet/models/block/nii_wall_1.json deleted file mode 100644 index 71929b2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/nii_wall_1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/research_institute/nii_wall_1", - "particle": "new_soviet:block/research_institute/nii_wall_1" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/nii_wall_2.json b/src/main/resources/assets/new_soviet/models/block/nii_wall_2.json deleted file mode 100644 index 221cd79..0000000 --- a/src/main/resources/assets/new_soviet/models/block/nii_wall_2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/research_institute/nii_wall2", - "particle": "new_soviet:block/research_institute/nii_wall2" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/nii_wall_3.json b/src/main/resources/assets/new_soviet/models/block/nii_wall_3.json deleted file mode 100644 index 3c5b5c1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/nii_wall_3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/research_institute/nii_wall3", - "particle": "new_soviet:block/research_institute/nii_wall3" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/orange_linoleum.json b/src/main/resources/assets/new_soviet/models/block/orange_linoleum.json deleted file mode 100644 index 77d8969..0000000 --- a/src/main/resources/assets/new_soviet/models/block/orange_linoleum.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/linoleum/orange_linoleum", - "particle": "new_soviet:block/floor/linoleum/orange_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/orange_linoleum_slab.json b/src/main/resources/assets/new_soviet/models/block/orange_linoleum_slab.json deleted file mode 100644 index da8b534..0000000 --- a/src/main/resources/assets/new_soviet/models/block/orange_linoleum_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/orange_linoleum", - "side": "new_soviet:block/floor/linoleum/orange_linoleum", - "top": "new_soviet:block/floor/linoleum/orange_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/orange_linoleum_slab_top.json b/src/main/resources/assets/new_soviet/models/block/orange_linoleum_slab_top.json deleted file mode 100644 index b6177c7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/orange_linoleum_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/orange_linoleum", - "side": "new_soviet:block/floor/linoleum/orange_linoleum", - "top": "new_soviet:block/floor/linoleum/orange_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/orange_linoleum_stairs.json b/src/main/resources/assets/new_soviet/models/block/orange_linoleum_stairs.json deleted file mode 100644 index 78f39d9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/orange_linoleum_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/orange_linoleum", - "side": "new_soviet:block/floor/linoleum/orange_linoleum", - "top": "new_soviet:block/floor/linoleum/orange_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/orange_linoleum_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/orange_linoleum_stairs_inner.json deleted file mode 100644 index b45cf80..0000000 --- a/src/main/resources/assets/new_soviet/models/block/orange_linoleum_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/orange_linoleum", - "side": "new_soviet:block/floor/linoleum/orange_linoleum", - "top": "new_soviet:block/floor/linoleum/orange_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/orange_linoleum_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/orange_linoleum_stairs_outer.json deleted file mode 100644 index 636ec46..0000000 --- a/src/main/resources/assets/new_soviet/models/block/orange_linoleum_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/orange_linoleum", - "side": "new_soviet:block/floor/linoleum/orange_linoleum", - "top": "new_soviet:block/floor/linoleum/orange_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/orange_warning.json b/src/main/resources/assets/new_soviet/models/block/orange_warning.json deleted file mode 100644 index 92cff7f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/orange_warning.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/industrial/orange_warning_stripes", - "particle": "new_soviet:block/industrial/orange_warning_stripes" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/purple_warning.json b/src/main/resources/assets/new_soviet/models/block/purple_warning.json deleted file mode 100644 index b657cff..0000000 --- a/src/main/resources/assets/new_soviet/models/block/purple_warning.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/industrial/purple_warning_stripes", - "particle": "new_soviet:block/industrial/purple_warning_stripes" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_bricks.json b/src/main/resources/assets/new_soviet/models/block/red_bricks.json deleted file mode 100644 index 8a2c928..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/red/red_bricks", - "particle": "new_soviet:block/red/red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/red_bricks_slab.json deleted file mode 100644 index d9126ae..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/red/red_bricks", - "side": "new_soviet:block/red/red_bricks", - "top": "new_soviet:block/red/red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/red_bricks_slab_top.json deleted file mode 100644 index 8dee409..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/red/red_bricks", - "side": "new_soviet:block/red/red_bricks", - "top": "new_soviet:block/red/red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/red_bricks_stairs.json deleted file mode 100644 index ade2b12..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/red/red_bricks", - "side": "new_soviet:block/red/red_bricks", - "top": "new_soviet:block/red/red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/red_bricks_stairs_inner.json deleted file mode 100644 index 7f6f87c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/red/red_bricks", - "side": "new_soviet:block/red/red_bricks", - "top": "new_soviet:block/red/red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/red_bricks_stairs_outer.json deleted file mode 100644 index cd46145..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/red/red_bricks", - "side": "new_soviet:block/red/red_bricks", - "top": "new_soviet:block/red/red_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_concrete_slab.json b/src/main/resources/assets/new_soviet/models/block/red_concrete_slab.json deleted file mode 100644 index dc1cea9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_concrete_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/concrete/red_concrete", - "side": "new_soviet:block/concrete/red_concrete", - "top": "new_soviet:block/concrete/red_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_concrete_slab_top.json b/src/main/resources/assets/new_soviet/models/block/red_concrete_slab_top.json deleted file mode 100644 index 0b0c2b3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_concrete_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/concrete/red_concrete", - "side": "new_soviet:block/concrete/red_concrete", - "top": "new_soviet:block/concrete/red_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/block/red_concrete_stairs.json deleted file mode 100644 index 629df12..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/concrete/red_concrete", - "side": "new_soviet:block/concrete/red_concrete", - "top": "new_soviet:block/concrete/red_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_concrete_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/red_concrete_stairs_inner.json deleted file mode 100644 index 42de0f9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/red_concrete", - "side": "new_soviet:block/concrete/red_concrete", - "top": "new_soviet:block/concrete/red_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_concrete_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/red_concrete_stairs_outer.json deleted file mode 100644 index 54f9928..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/red_concrete", - "side": "new_soviet:block/concrete/red_concrete", - "top": "new_soviet:block/concrete/red_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_linoleum.json b/src/main/resources/assets/new_soviet/models/block/red_linoleum.json deleted file mode 100644 index 0f72e9c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_linoleum.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/linoleum/red_linoleum", - "particle": "new_soviet:block/floor/linoleum/red_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_linoleum_slab.json b/src/main/resources/assets/new_soviet/models/block/red_linoleum_slab.json deleted file mode 100644 index 20e3708..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_linoleum_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/red_linoleum", - "side": "new_soviet:block/floor/linoleum/red_linoleum", - "top": "new_soviet:block/floor/linoleum/red_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_linoleum_slab_top.json b/src/main/resources/assets/new_soviet/models/block/red_linoleum_slab_top.json deleted file mode 100644 index 2235a51..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_linoleum_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/red_linoleum", - "side": "new_soviet:block/floor/linoleum/red_linoleum", - "top": "new_soviet:block/floor/linoleum/red_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_linoleum_stairs.json b/src/main/resources/assets/new_soviet/models/block/red_linoleum_stairs.json deleted file mode 100644 index defb329..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_linoleum_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/red_linoleum", - "side": "new_soviet:block/floor/linoleum/red_linoleum", - "top": "new_soviet:block/floor/linoleum/red_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_linoleum_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/red_linoleum_stairs_inner.json deleted file mode 100644 index d683f1f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_linoleum_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/red_linoleum", - "side": "new_soviet:block/floor/linoleum/red_linoleum", - "top": "new_soviet:block/floor/linoleum/red_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_linoleum_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/red_linoleum_stairs_outer.json deleted file mode 100644 index a265e35..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_linoleum_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/linoleum/red_linoleum", - "side": "new_soviet:block/floor/linoleum/red_linoleum", - "top": "new_soviet:block/floor/linoleum/red_linoleum" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_mattress.json b/src/main/resources/assets/new_soviet/models/block/red_mattress.json deleted file mode 100644 index 91cce47..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_mattress.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet/block/mattress", - "textures": { - "11": "minecraft:block/custom/mattress/mattress_red", - "particle": "minecraft:block/custom/mattress/mattress_red" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_warning.json b/src/main/resources/assets/new_soviet/models/block/red_warning.json deleted file mode 100644 index c4e626d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/red_warning.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/industrial/red_warning_stripes", - "particle": "new_soviet:block/industrial/red_warning_stripes" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/sand_bricks.json b/src/main/resources/assets/new_soviet/models/block/sand_bricks.json deleted file mode 100644 index 42f8b3f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/sand_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/sand/sand_bricks", - "particle": "new_soviet:block/sand/sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/sand_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/sand_bricks_slab.json deleted file mode 100644 index 4546c37..0000000 --- a/src/main/resources/assets/new_soviet/models/block/sand_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/sand/sand_bricks", - "side": "new_soviet:block/sand/sand_bricks", - "top": "new_soviet:block/sand/sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/sand_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/sand_bricks_slab_top.json deleted file mode 100644 index 4fbaddc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/sand_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/sand/sand_bricks", - "side": "new_soviet:block/sand/sand_bricks", - "top": "new_soviet:block/sand/sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/sand_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/sand_bricks_stairs.json deleted file mode 100644 index 4fd3d48..0000000 --- a/src/main/resources/assets/new_soviet/models/block/sand_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/sand/sand_bricks", - "side": "new_soviet:block/sand/sand_bricks", - "top": "new_soviet:block/sand/sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/sand_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/sand_bricks_stairs_inner.json deleted file mode 100644 index fb76bf4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/sand_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/sand/sand_bricks", - "side": "new_soviet:block/sand/sand_bricks", - "top": "new_soviet:block/sand/sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/sand_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/sand_bricks_stairs_outer.json deleted file mode 100644 index 7c2c997..0000000 --- a/src/main/resources/assets/new_soviet/models/block/sand_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/sand/sand_bricks", - "side": "new_soviet:block/sand/sand_bricks", - "top": "new_soviet:block/sand/sand_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/sand_tiles.json deleted file mode 100644 index d72b41b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/sand_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/sand/sand_tiles", - "particle": "new_soviet:block/sand/sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/sand_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/sand_tiles_slab.json deleted file mode 100644 index 2dac22f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/sand_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/sand/sand_tiles", - "side": "new_soviet:block/sand/sand_tiles", - "top": "new_soviet:block/sand/sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/sand_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/sand_tiles_slab_top.json deleted file mode 100644 index dac601a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/sand_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/sand/sand_tiles", - "side": "new_soviet:block/sand/sand_tiles", - "top": "new_soviet:block/sand/sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/sand_tiles_stairs.json deleted file mode 100644 index 7bc5b5b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/sand_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/sand/sand_tiles", - "side": "new_soviet:block/sand/sand_tiles", - "top": "new_soviet:block/sand/sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/sand_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/sand_tiles_stairs_inner.json deleted file mode 100644 index bfbf35d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/sand_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/sand/sand_tiles", - "side": "new_soviet:block/sand/sand_tiles", - "top": "new_soviet:block/sand/sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/sand_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/sand_tiles_stairs_outer.json deleted file mode 100644 index ac4876f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/sand_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/sand/sand_tiles", - "side": "new_soviet:block/sand/sand_tiles", - "top": "new_soviet:block/sand/sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/separated_parquet.json b/src/main/resources/assets/new_soviet/models/block/separated_parquet.json deleted file mode 100644 index c3b59cc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/separated_parquet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/separated_parquet", - "particle": "new_soviet:block/floor/planks/separated_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/separated_parquet_slab.json b/src/main/resources/assets/new_soviet/models/block/separated_parquet_slab.json deleted file mode 100644 index 60ccdb7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/separated_parquet_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/separated_parquet", - "side": "new_soviet:block/floor/planks/separated_parquet", - "top": "new_soviet:block/floor/planks/separated_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/separated_parquet_slab_top.json b/src/main/resources/assets/new_soviet/models/block/separated_parquet_slab_top.json deleted file mode 100644 index d7db9b8..0000000 --- a/src/main/resources/assets/new_soviet/models/block/separated_parquet_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/separated_parquet", - "side": "new_soviet:block/floor/planks/separated_parquet", - "top": "new_soviet:block/floor/planks/separated_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/separated_parquet_stairs.json b/src/main/resources/assets/new_soviet/models/block/separated_parquet_stairs.json deleted file mode 100644 index 4968416..0000000 --- a/src/main/resources/assets/new_soviet/models/block/separated_parquet_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/separated_parquet", - "side": "new_soviet:block/floor/planks/separated_parquet", - "top": "new_soviet:block/floor/planks/separated_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/separated_parquet_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/separated_parquet_stairs_inner.json deleted file mode 100644 index f5e7d17..0000000 --- a/src/main/resources/assets/new_soviet/models/block/separated_parquet_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/separated_parquet", - "side": "new_soviet:block/floor/planks/separated_parquet", - "top": "new_soviet:block/floor/planks/separated_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/separated_parquet_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/separated_parquet_stairs_outer.json deleted file mode 100644 index 244914d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/separated_parquet_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/separated_parquet", - "side": "new_soviet:block/floor/planks/separated_parquet", - "top": "new_soviet:block/floor/planks/separated_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_aquamarine_tiles.json deleted file mode 100644 index 6edfb1d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_aquamarine_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/aquamarine/small_aquamarine_tiles", - "particle": "new_soviet:block/aquamarine/small_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_aquamarine_tiles.json deleted file mode 100644 index 1b36356..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_aquamarine_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/aquamarine/small_cracked_aquamarine_tiles", - "particle": "new_soviet:block/aquamarine/small_cracked_aquamarine_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_deepslate_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_deepslate_tiles.json deleted file mode 100644 index 5a1a60d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_deepslate_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/deepslate/small_cracked_deepslate_tiles", - "particle": "new_soviet:block/deepslate/small_cracked_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_diorite_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_diorite_tiles.json deleted file mode 100644 index 461b0c9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_diorite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/diorite/small_cracked_diorite_tiles", - "particle": "new_soviet:block/diorite/small_cracked_diorite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_granite_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_granite_tiles.json deleted file mode 100644 index 1c0bdfe..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_granite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/granite/small_cracked_granite_tiles", - "particle": "new_soviet:block/granite/small_cracked_granite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_light_blue_tiles.json deleted file mode 100644 index 73d4951..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_light_blue_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/light_blue/small_cracked_light_blue_tiles", - "particle": "new_soviet:block/light_blue/small_cracked_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_sand_tiles.json deleted file mode 100644 index 6da1b2c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_sand_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/sand/small_cracked_sand_tiles", - "particle": "new_soviet:block/sand/small_cracked_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_teal_tiles.json deleted file mode 100644 index 003f5e7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_teal_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/teal/small_cracked_teal_tiles", - "particle": "new_soviet:block/teal/small_cracked_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_white_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_white_tiles.json deleted file mode 100644 index f609cdb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_white_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "new_soviet:block/white/small_cracked_white_tiles", - "particle": "new_soviet:block/white/small_cracked_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_yellow_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_yellow_tiles.json deleted file mode 100644 index eb2547c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_yellow_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/yellow/small_cracked_yellow_tiles", - "particle": "new_soviet:block/yellow/small_cracked_yellow_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_deepslate_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_deepslate_tiles.json deleted file mode 100644 index bb994a0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_deepslate_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/deepslate/small_deepslate_tiles", - "particle": "new_soviet:block/deepslate/small_deepslate_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_diorite_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_diorite_tiles.json deleted file mode 100644 index b4dbd95..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_diorite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/diorite/small_diorite_tiles", - "particle": "new_soviet:block/diorite/small_diorite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_granite_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_granite_tiles.json deleted file mode 100644 index 1def467..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_granite_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/granite/small_granite_tiles", - "particle": "new_soviet:block/granite/small_granite_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_light_blue_tiles.json deleted file mode 100644 index f158f77..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_light_blue_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/light_blue/small_light_blue_tiles", - "particle": "new_soviet:block/light_blue/small_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_sand_tiles.json deleted file mode 100644 index 3da1acf..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_sand_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/sand/small_sand_tiles", - "particle": "new_soviet:block/sand/small_sand_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_teal_tiles.json deleted file mode 100644 index 1110c27..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_teal_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/teal/small_teal_tiles", - "particle": "new_soviet:block/teal/small_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_white_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_white_tiles.json deleted file mode 100644 index a0382d8..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_white_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/white/small_white_tiles", - "particle": "new_soviet:block/white/small_white_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_yellow_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_yellow_tiles.json deleted file mode 100644 index babdcb9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/small_yellow_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/yellow/small_yellow_tiles", - "particle": "new_soviet:block/yellow/small_yellow_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/straight_parquet.json b/src/main/resources/assets/new_soviet/models/block/straight_parquet.json deleted file mode 100644 index ba95815..0000000 --- a/src/main/resources/assets/new_soviet/models/block/straight_parquet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/floor/planks/straight_parquet", - "particle": "new_soviet:block/floor/planks/straight_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/straight_parquet_slab.json b/src/main/resources/assets/new_soviet/models/block/straight_parquet_slab.json deleted file mode 100644 index f56879d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/straight_parquet_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/floor/planks/straight_parquet", - "side": "new_soviet:block/floor/planks/straight_parquet", - "top": "new_soviet:block/floor/planks/straight_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/straight_parquet_slab_top.json b/src/main/resources/assets/new_soviet/models/block/straight_parquet_slab_top.json deleted file mode 100644 index fe65e12..0000000 --- a/src/main/resources/assets/new_soviet/models/block/straight_parquet_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/floor/planks/straight_parquet", - "side": "new_soviet:block/floor/planks/straight_parquet", - "top": "new_soviet:block/floor/planks/straight_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/straight_parquet_stairs.json b/src/main/resources/assets/new_soviet/models/block/straight_parquet_stairs.json deleted file mode 100644 index 86494be..0000000 --- a/src/main/resources/assets/new_soviet/models/block/straight_parquet_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/straight_parquet", - "side": "new_soviet:block/floor/planks/straight_parquet", - "top": "new_soviet:block/floor/planks/straight_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/straight_parquet_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/straight_parquet_stairs_inner.json deleted file mode 100644 index 54beab5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/straight_parquet_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/straight_parquet", - "side": "new_soviet:block/floor/planks/straight_parquet", - "top": "new_soviet:block/floor/planks/straight_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/straight_parquet_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/straight_parquet_stairs_outer.json deleted file mode 100644 index 99099a6..0000000 --- a/src/main/resources/assets/new_soviet/models/block/straight_parquet_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/floor/planks/straight_parquet", - "side": "new_soviet:block/floor/planks/straight_parquet", - "top": "new_soviet:block/floor/planks/straight_parquet" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/teal_tiles.json deleted file mode 100644 index c182b40..0000000 --- a/src/main/resources/assets/new_soviet/models/block/teal_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/teal/teal_tiles", - "particle": "new_soviet:block/teal/teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/teal_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/teal_tiles_slab.json deleted file mode 100644 index 6dc70f2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/teal_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/teal/teal_tiles", - "side": "new_soviet:block/teal/teal_tiles", - "top": "new_soviet:block/teal/teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/teal_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/teal_tiles_slab_top.json deleted file mode 100644 index 81f78c0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/teal_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/teal/teal_tiles", - "side": "new_soviet:block/teal/teal_tiles", - "top": "new_soviet:block/teal/teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/teal_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/teal_tiles_stairs.json deleted file mode 100644 index 5a892c4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/teal_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/teal/teal_tiles", - "side": "new_soviet:block/teal/teal_tiles", - "top": "new_soviet:block/teal/teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/teal_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/teal_tiles_stairs_inner.json deleted file mode 100644 index d65be4a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/teal_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/teal/teal_tiles", - "side": "new_soviet:block/teal/teal_tiles", - "top": "new_soviet:block/teal/teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/teal_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/teal_tiles_stairs_outer.json deleted file mode 100644 index fbe39c0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/teal_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/teal/teal_tiles", - "side": "new_soviet:block/teal/teal_tiles", - "top": "new_soviet:block/teal/teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/tuff_bricks.json b/src/main/resources/assets/new_soviet/models/block/tuff_bricks.json deleted file mode 100644 index 2999360..0000000 --- a/src/main/resources/assets/new_soviet/models/block/tuff_bricks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/tuff/tuff_bricks", - "particle": "new_soviet:block/tuff/tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/tuff_bricks_slab.json b/src/main/resources/assets/new_soviet/models/block/tuff_bricks_slab.json deleted file mode 100644 index 66cd773..0000000 --- a/src/main/resources/assets/new_soviet/models/block/tuff_bricks_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/tuff/tuff_bricks", - "side": "new_soviet:block/tuff/tuff_bricks", - "top": "new_soviet:block/tuff/tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/tuff_bricks_slab_top.json b/src/main/resources/assets/new_soviet/models/block/tuff_bricks_slab_top.json deleted file mode 100644 index d07a54a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/tuff_bricks_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/tuff/tuff_bricks", - "side": "new_soviet:block/tuff/tuff_bricks", - "top": "new_soviet:block/tuff/tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/tuff_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/block/tuff_bricks_stairs.json deleted file mode 100644 index 4429c22..0000000 --- a/src/main/resources/assets/new_soviet/models/block/tuff_bricks_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/tuff/tuff_bricks", - "side": "new_soviet:block/tuff/tuff_bricks", - "top": "new_soviet:block/tuff/tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/tuff_bricks_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/tuff_bricks_stairs_inner.json deleted file mode 100644 index 7d6b56e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/tuff_bricks_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/tuff/tuff_bricks", - "side": "new_soviet:block/tuff/tuff_bricks", - "top": "new_soviet:block/tuff/tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/tuff_bricks_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/tuff_bricks_stairs_outer.json deleted file mode 100644 index 56ffa30..0000000 --- a/src/main/resources/assets/new_soviet/models/block/tuff_bricks_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/tuff/tuff_bricks", - "side": "new_soviet:block/tuff/tuff_bricks", - "top": "new_soviet:block/tuff/tuff_bricks" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/tuff_tiles.json b/src/main/resources/assets/new_soviet/models/block/tuff_tiles.json deleted file mode 100644 index 9114d44..0000000 --- a/src/main/resources/assets/new_soviet/models/block/tuff_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/tuff/tuff_tiles", - "particle": "new_soviet:block/tuff/tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/tuff_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/tuff_tiles_slab.json deleted file mode 100644 index 20c2a12..0000000 --- a/src/main/resources/assets/new_soviet/models/block/tuff_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/tuff/tuff_tiles", - "side": "new_soviet:block/tuff/tuff_tiles", - "top": "new_soviet:block/tuff/tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/tuff_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/tuff_tiles_slab_top.json deleted file mode 100644 index 3179dc6..0000000 --- a/src/main/resources/assets/new_soviet/models/block/tuff_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/tuff/tuff_tiles", - "side": "new_soviet:block/tuff/tuff_tiles", - "top": "new_soviet:block/tuff/tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/tuff_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/tuff_tiles_stairs.json deleted file mode 100644 index 5f7c605..0000000 --- a/src/main/resources/assets/new_soviet/models/block/tuff_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/tuff/tuff_tiles", - "side": "new_soviet:block/tuff/tuff_tiles", - "top": "new_soviet:block/tuff/tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/tuff_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/tuff_tiles_stairs_inner.json deleted file mode 100644 index 559e397..0000000 --- a/src/main/resources/assets/new_soviet/models/block/tuff_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/tuff/tuff_tiles", - "side": "new_soviet:block/tuff/tuff_tiles", - "top": "new_soviet:block/tuff/tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/tuff_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/tuff_tiles_stairs_outer.json deleted file mode 100644 index 17c7818..0000000 --- a/src/main/resources/assets/new_soviet/models/block/tuff_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/tuff/tuff_tiles", - "side": "new_soviet:block/tuff/tuff_tiles", - "top": "new_soviet:block/tuff/tuff_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles.json deleted file mode 100644 index 0f378c4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/light_blue/variated_light_blue_tiles", - "particle": "new_soviet:block/light_blue/variated_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_slab.json deleted file mode 100644 index 765ced6..0000000 --- a/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/light_blue/variated_light_blue_tiles", - "side": "new_soviet:block/light_blue/variated_light_blue_tiles", - "top": "new_soviet:block/light_blue/variated_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_slab_top.json deleted file mode 100644 index e07afef..0000000 --- a/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/light_blue/variated_light_blue_tiles", - "side": "new_soviet:block/light_blue/variated_light_blue_tiles", - "top": "new_soviet:block/light_blue/variated_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_stairs.json deleted file mode 100644 index 5b88220..0000000 --- a/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/variated_light_blue_tiles", - "side": "new_soviet:block/light_blue/variated_light_blue_tiles", - "top": "new_soviet:block/light_blue/variated_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_stairs_inner.json deleted file mode 100644 index f2eb6c9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/variated_light_blue_tiles", - "side": "new_soviet:block/light_blue/variated_light_blue_tiles", - "top": "new_soviet:block/light_blue/variated_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_stairs_outer.json deleted file mode 100644 index ba379bf..0000000 --- a/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/light_blue/variated_light_blue_tiles", - "side": "new_soviet:block/light_blue/variated_light_blue_tiles", - "top": "new_soviet:block/light_blue/variated_light_blue_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles.json deleted file mode 100644 index 29eb490..0000000 --- a/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/teal/variated_teal_tiles", - "particle": "new_soviet:block/teal/variated_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_slab.json b/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_slab.json deleted file mode 100644 index 18a712f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/teal/variated_teal_tiles", - "side": "new_soviet:block/teal/variated_teal_tiles", - "top": "new_soviet:block/teal/variated_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_slab_top.json b/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_slab_top.json deleted file mode 100644 index 0611016..0000000 --- a/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/teal/variated_teal_tiles", - "side": "new_soviet:block/teal/variated_teal_tiles", - "top": "new_soviet:block/teal/variated_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_stairs.json deleted file mode 100644 index 91ea8ed..0000000 --- a/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/teal/variated_teal_tiles", - "side": "new_soviet:block/teal/variated_teal_tiles", - "top": "new_soviet:block/teal/variated_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_stairs_inner.json deleted file mode 100644 index b621c1e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/teal/variated_teal_tiles", - "side": "new_soviet:block/teal/variated_teal_tiles", - "top": "new_soviet:block/teal/variated_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_stairs_outer.json deleted file mode 100644 index d1b2d38..0000000 --- a/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/teal/variated_teal_tiles", - "side": "new_soviet:block/teal/variated_teal_tiles", - "top": "new_soviet:block/teal/variated_teal_tiles" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/very_cracked_whitewash.json b/src/main/resources/assets/new_soviet/models/block/very_cracked_whitewash.json deleted file mode 100644 index 7d859bb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/very_cracked_whitewash.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/whitewash/very_cracked_whitewash", - "particle": "new_soviet:block/whitewash/very_cracked_whitewash" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/white_concrete_slab.json b/src/main/resources/assets/new_soviet/models/block/white_concrete_slab.json deleted file mode 100644 index 476a334..0000000 --- a/src/main/resources/assets/new_soviet/models/block/white_concrete_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/concrete/white_concrete", - "side": "new_soviet:block/concrete/white_concrete", - "top": "new_soviet:block/concrete/white_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/white_concrete_slab_top.json b/src/main/resources/assets/new_soviet/models/block/white_concrete_slab_top.json deleted file mode 100644 index 254f2bf..0000000 --- a/src/main/resources/assets/new_soviet/models/block/white_concrete_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/concrete/white_concrete", - "side": "new_soviet:block/concrete/white_concrete", - "top": "new_soviet:block/concrete/white_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/white_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/block/white_concrete_stairs.json deleted file mode 100644 index fb58596..0000000 --- a/src/main/resources/assets/new_soviet/models/block/white_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/concrete/white_concrete", - "side": "new_soviet:block/concrete/white_concrete", - "top": "new_soviet:block/concrete/white_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/white_concrete_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/white_concrete_stairs_inner.json deleted file mode 100644 index f681a60..0000000 --- a/src/main/resources/assets/new_soviet/models/block/white_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/white_concrete", - "side": "new_soviet:block/concrete/white_concrete", - "top": "new_soviet:block/concrete/white_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/white_concrete_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/white_concrete_stairs_outer.json deleted file mode 100644 index e63ef0b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/white_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/white_concrete", - "side": "new_soviet:block/concrete/white_concrete", - "top": "new_soviet:block/concrete/white_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/whitewash.json b/src/main/resources/assets/new_soviet/models/block/whitewash.json deleted file mode 100644 index 75b7e13..0000000 --- a/src/main/resources/assets/new_soviet/models/block/whitewash.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/whitewash/whitewash", - "particle": "new_soviet:block/whitewash/whitewash" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/yellow_concrete_slab.json b/src/main/resources/assets/new_soviet/models/block/yellow_concrete_slab.json deleted file mode 100644 index 0fb6282..0000000 --- a/src/main/resources/assets/new_soviet/models/block/yellow_concrete_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "new_soviet:block/concrete/yellow_concrete", - "side": "new_soviet:block/concrete/yellow_concrete", - "top": "new_soviet:block/concrete/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/yellow_concrete_slab_top.json b/src/main/resources/assets/new_soviet/models/block/yellow_concrete_slab_top.json deleted file mode 100644 index cd9ff4b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/yellow_concrete_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "new_soviet:block/concrete/yellow_concrete", - "side": "new_soviet:block/concrete/yellow_concrete", - "top": "new_soviet:block/concrete/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/yellow_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/block/yellow_concrete_stairs.json deleted file mode 100644 index 2acb05d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/yellow_concrete_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "new_soviet:block/concrete/yellow_concrete", - "side": "new_soviet:block/concrete/yellow_concrete", - "top": "new_soviet:block/concrete/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/yellow_concrete_stairs_inner.json b/src/main/resources/assets/new_soviet/models/block/yellow_concrete_stairs_inner.json deleted file mode 100644 index 18079b5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/yellow_concrete_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/yellow_concrete", - "side": "new_soviet:block/concrete/yellow_concrete", - "top": "new_soviet:block/concrete/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/yellow_concrete_stairs_outer.json b/src/main/resources/assets/new_soviet/models/block/yellow_concrete_stairs_outer.json deleted file mode 100644 index aa0ffc9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/yellow_concrete_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "new_soviet:block/concrete/yellow_concrete", - "side": "new_soviet:block/concrete/yellow_concrete", - "top": "new_soviet:block/concrete/yellow_concrete" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/yellow_warning.json b/src/main/resources/assets/new_soviet/models/block/yellow_warning.json deleted file mode 100644 index a8d2339..0000000 --- a/src/main/resources/assets/new_soviet/models/block/yellow_warning.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "new_soviet:block/industrial/yellow_warning_stripes", - "particle": "new_soviet:block/industrial/yellow_warning_stripes" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/aquamarine_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/aquamarine_tiles_slab.json deleted file mode 100644 index 109ef92..0000000 --- a/src/main/resources/assets/new_soviet/models/item/aquamarine_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/aquamarine_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/aquamarine_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/aquamarine_tiles_stairs.json deleted file mode 100644 index b00a654..0000000 --- a/src/main/resources/assets/new_soviet/models/item/aquamarine_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/aquamarine_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/beige_concrete_slab.json b/src/main/resources/assets/new_soviet/models/item/beige_concrete_slab.json deleted file mode 100644 index 4774c24..0000000 --- a/src/main/resources/assets/new_soviet/models/item/beige_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/beige_concrete_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/beige_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/item/beige_concrete_stairs.json deleted file mode 100644 index 8fe1110..0000000 --- a/src/main/resources/assets/new_soviet/models/item/beige_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/beige_concrete_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/big_green_tiles_cracked.json b/src/main/resources/assets/new_soviet/models/item/big_green_tiles_cracked.json deleted file mode 100644 index a756c39..0000000 --- a/src/main/resources/assets/new_soviet/models/item/big_green_tiles_cracked.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "parent": "new_soviet:block/big_green_tiles_cracked_1" -} - diff --git a/src/main/resources/assets/new_soviet/models/item/big_sand_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/big_sand_bricks_slab.json deleted file mode 100644 index 8ddc118..0000000 --- a/src/main/resources/assets/new_soviet/models/item/big_sand_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/big_sand_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/big_sand_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/big_sand_bricks_stairs.json deleted file mode 100644 index 8dd07b3..0000000 --- a/src/main/resources/assets/new_soviet/models/item/big_sand_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/big_sand_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/blue_concrete_slab.json b/src/main/resources/assets/new_soviet/models/item/blue_concrete_slab.json deleted file mode 100644 index f5c09bb..0000000 --- a/src/main/resources/assets/new_soviet/models/item/blue_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/blue_concrete_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/blue_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/item/blue_concrete_stairs.json deleted file mode 100644 index f4a3777..0000000 --- a/src/main/resources/assets/new_soviet/models/item/blue_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/blue_concrete_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/blue_linoleum_slab.json b/src/main/resources/assets/new_soviet/models/item/blue_linoleum_slab.json deleted file mode 100644 index 37b1dc9..0000000 --- a/src/main/resources/assets/new_soviet/models/item/blue_linoleum_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/blue_linoleum_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/blue_linoleum_stairs.json b/src/main/resources/assets/new_soviet/models/item/blue_linoleum_stairs.json deleted file mode 100644 index 04c85cc..0000000 --- a/src/main/resources/assets/new_soviet/models/item/blue_linoleum_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/blue_linoleum_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/brick_tiles_slab.json deleted file mode 100644 index b6119dc..0000000 --- a/src/main/resources/assets/new_soviet/models/item/brick_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/brick_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/brick_tiles_stairs.json deleted file mode 100644 index 696dae8..0000000 --- a/src/main/resources/assets/new_soviet/models/item/brick_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/brick_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/brown_linoleum_slab.json b/src/main/resources/assets/new_soviet/models/item/brown_linoleum_slab.json deleted file mode 100644 index 8a5263d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/brown_linoleum_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/brown_linoleum_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/brown_linoleum_stairs.json b/src/main/resources/assets/new_soviet/models/item/brown_linoleum_stairs.json deleted file mode 100644 index 00423f6..0000000 --- a/src/main/resources/assets/new_soviet/models/item/brown_linoleum_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/brown_linoleum_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/calcite_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/calcite_tiles_slab.json deleted file mode 100644 index 37aa6e6..0000000 --- a/src/main/resources/assets/new_soviet/models/item/calcite_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/calcite_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/calcite_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/calcite_tiles_stairs.json deleted file mode 100644 index 00feadb..0000000 --- a/src/main/resources/assets/new_soviet/models/item/calcite_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/calcite_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/item/chiseled_birch_door.json b/src/main/resources/assets/new_soviet/models/item/chiseled_birch_door.json similarity index 52% rename from src/main/generated/assets/new_soviet/models/item/chiseled_birch_door.json rename to src/main/resources/assets/new_soviet/models/item/chiseled_birch_door.json index d4958b0..840e835 100644 --- a/src/main/generated/assets/new_soviet/models/item/chiseled_birch_door.json +++ b/src/main/resources/assets/new_soviet/models/item/chiseled_birch_door.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "new_soviet:item/chiseled_birch_door" + "layer0": "new_soviet:item/doors/chiseled_birch_door" } } \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/item/chiseled_mangrove_door.json b/src/main/resources/assets/new_soviet/models/item/chiseled_mangrove_door.json similarity index 50% rename from src/main/generated/assets/new_soviet/models/item/chiseled_mangrove_door.json rename to src/main/resources/assets/new_soviet/models/item/chiseled_mangrove_door.json index 804c9d5..656b93d 100644 --- a/src/main/generated/assets/new_soviet/models/item/chiseled_mangrove_door.json +++ b/src/main/resources/assets/new_soviet/models/item/chiseled_mangrove_door.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "new_soviet:item/chiseled_mangrove_door" + "layer0": "new_soviet:item/doors/chiseled_mangrove_door" } } \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/item/chiseled_oak_door.json b/src/main/resources/assets/new_soviet/models/item/chiseled_oak_door.json similarity index 52% rename from src/main/generated/assets/new_soviet/models/item/chiseled_oak_door.json rename to src/main/resources/assets/new_soviet/models/item/chiseled_oak_door.json index c1b2467..d7ecb12 100644 --- a/src/main/generated/assets/new_soviet/models/item/chiseled_oak_door.json +++ b/src/main/resources/assets/new_soviet/models/item/chiseled_oak_door.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "new_soviet:item/chiseled_oak_door" + "layer0": "new_soviet:item/doors/chiseled_oak_door" } } \ No newline at end of file diff --git a/src/main/generated/assets/new_soviet/models/item/chiseled_spruce_door.json b/src/main/resources/assets/new_soviet/models/item/chiseled_spruce_door.json similarity index 51% rename from src/main/generated/assets/new_soviet/models/item/chiseled_spruce_door.json rename to src/main/resources/assets/new_soviet/models/item/chiseled_spruce_door.json index 6b503ca..2e11366 100644 --- a/src/main/generated/assets/new_soviet/models/item/chiseled_spruce_door.json +++ b/src/main/resources/assets/new_soviet/models/item/chiseled_spruce_door.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "new_soviet:item/chiseled_spruce_door" + "layer0": "new_soviet:item/doors/chiseled_spruce_door" } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_aquamarine_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_aquamarine_tiles_slab.json deleted file mode 100644 index f701e84..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_aquamarine_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_aquamarine_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_aquamarine_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_aquamarine_tiles_stairs.json deleted file mode 100644 index 0c2d299..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_aquamarine_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_aquamarine_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_beige_concrete_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_beige_concrete_slab.json deleted file mode 100644 index 5f0bdb2..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_beige_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_beige_concrete_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_beige_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_beige_concrete_stairs.json deleted file mode 100644 index 616a11e..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_beige_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_beige_concrete_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_blue_concrete_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_blue_concrete_slab.json deleted file mode 100644 index e0a64eb..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_blue_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_blue_concrete_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_blue_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_blue_concrete_stairs.json deleted file mode 100644 index d0131f9..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_blue_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_blue_concrete_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_brick_tiles_slab.json deleted file mode 100644 index fb8e237..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_brick_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_brick_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_brick_tiles_stairs.json deleted file mode 100644 index caaf4cb..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_brick_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_brick_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_calcite_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_calcite_tiles_slab.json deleted file mode 100644 index 17f8e84..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_calcite_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_calcite_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_calcite_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_calcite_tiles_stairs.json deleted file mode 100644 index 8f1ce16..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_calcite_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_calcite_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_dark_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_dark_brick_tiles_slab.json deleted file mode 100644 index 29b0305..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_dark_brick_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_dark_brick_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_dark_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_dark_brick_tiles_stairs.json deleted file mode 100644 index 5f3b478..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_dark_brick_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_dark_brick_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_deepslate_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_deepslate_tiles_slab.json deleted file mode 100644 index 7ea85af..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_deepslate_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_deepslate_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_deepslate_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_deepslate_tiles_stairs.json deleted file mode 100644 index 585aff1..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_deepslate_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_deepslate_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_diorite_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_diorite_bricks_slab.json deleted file mode 100644 index 3cb25d7..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_diorite_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_diorite_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_diorite_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_diorite_bricks_stairs.json deleted file mode 100644 index f31f60c..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_diorite_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_diorite_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_diorite_tiles.json b/src/main/resources/assets/new_soviet/models/item/cracked_diorite_tiles.json deleted file mode 100644 index 0909012..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_diorite_tiles.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_diorite_tiles" -} - diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_dripstone_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_dripstone_tiles_slab.json deleted file mode 100644 index d2f6cf0..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_dripstone_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_dripstone_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_dripstone_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_dripstone_tiles_stairs.json deleted file mode 100644 index ad22ecf..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_dripstone_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_dripstone_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_2_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_2_slab.json deleted file mode 100644 index 9765884..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_2_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_green_bricks_2_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_2_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_2_stairs.json deleted file mode 100644 index f5e6198..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_2_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_green_bricks_2_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_slab.json deleted file mode 100644 index b79f1cd..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_green_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_stairs.json deleted file mode 100644 index a5fa181..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_green_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_green_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_green_concrete_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_green_concrete_slab.json deleted file mode 100644 index 97741b0..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_green_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_green_concrete_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_green_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_green_concrete_stairs.json deleted file mode 100644 index 7bf7e37..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_green_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_green_concrete_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_green_white_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_green_white_tiles_slab.json deleted file mode 100644 index ba86297..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_green_white_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_green_white_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_green_white_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_green_white_tiles_stairs.json deleted file mode 100644 index 0e46a8e..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_green_white_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_green_white_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_bricks.json b/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_bricks.json deleted file mode 100644 index e078158..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_bricks.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_light_blue_bricks_1" -} - diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_bricks_slab.json deleted file mode 100644 index 18f7e84..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_light_blue_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_bricks_stairs.json deleted file mode 100644 index 7144d55..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_light_blue_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_tiles_slab.json deleted file mode 100644 index f830c85..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_light_blue_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_tiles_stairs.json deleted file mode 100644 index ddabe07..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_light_blue_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_light_blue_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_red_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_red_bricks_slab.json deleted file mode 100644 index 0f83840..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_red_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_red_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_red_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_red_bricks_stairs.json deleted file mode 100644 index 63443ec..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_red_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_red_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_red_concrete_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_red_concrete_slab.json deleted file mode 100644 index e2dc3c7..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_red_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_red_concrete_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_red_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_red_concrete_stairs.json deleted file mode 100644 index 6763b2c..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_red_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_red_concrete_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_sand_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_sand_bricks_slab.json deleted file mode 100644 index ea40432..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_sand_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_sand_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_sand_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_sand_bricks_stairs.json deleted file mode 100644 index 4898128..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_sand_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_sand_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_sand_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_sand_tiles_slab.json deleted file mode 100644 index b8e3fef..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_sand_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_sand_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_sand_tiles_stairs.json deleted file mode 100644 index b530932..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_sand_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_sand_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_teal_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_teal_tiles_slab.json deleted file mode 100644 index a8612d4..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_teal_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_teal_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_teal_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_teal_tiles_stairs.json deleted file mode 100644 index 2a3b46e..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_teal_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_teal_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_tuff_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_tuff_bricks_slab.json deleted file mode 100644 index a5c368c..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_tuff_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_tuff_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_tuff_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_tuff_bricks_stairs.json deleted file mode 100644 index a2aa14e..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_tuff_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_tuff_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_tuff_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_tuff_tiles_slab.json deleted file mode 100644 index 708dd52..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_tuff_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_tuff_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_tuff_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_tuff_tiles_stairs.json deleted file mode 100644 index 687dee4..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_tuff_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_tuff_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_white_concrete_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_white_concrete_slab.json deleted file mode 100644 index 808a1a3..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_white_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_white_concrete_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_white_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_white_concrete_stairs.json deleted file mode 100644 index 6407aba..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_white_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_white_concrete_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_yellow_concrete_slab.json b/src/main/resources/assets/new_soviet/models/item/cracked_yellow_concrete_slab.json deleted file mode 100644 index 69a3900..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_yellow_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_yellow_concrete_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cracked_yellow_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/item/cracked_yellow_concrete_stairs.json deleted file mode 100644 index 342e4d3..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cracked_yellow_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cracked_yellow_concrete_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_acacia_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/cross_acacia_planks_slab.json deleted file mode 100644 index 1146fec..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_acacia_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_acacia_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_acacia_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/cross_acacia_planks_stairs.json deleted file mode 100644 index 642cde4..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_acacia_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_acacia_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_birch_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/cross_birch_planks_slab.json deleted file mode 100644 index a24472f..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_birch_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_birch_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_birch_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/cross_birch_planks_stairs.json deleted file mode 100644 index 0996653..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_birch_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_birch_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_crimson_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/cross_crimson_planks_slab.json deleted file mode 100644 index 5bbaec1..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_crimson_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_crimson_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_crimson_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/cross_crimson_planks_stairs.json deleted file mode 100644 index ef3b6fb..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_crimson_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_crimson_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_dark_oak_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/cross_dark_oak_planks_slab.json deleted file mode 100644 index 1bb62a1..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_dark_oak_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_dark_oak_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_dark_oak_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/cross_dark_oak_planks_stairs.json deleted file mode 100644 index 59c1946..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_dark_oak_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_dark_oak_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_jungle_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/cross_jungle_planks_slab.json deleted file mode 100644 index 3b0cb59..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_jungle_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_jungle_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_jungle_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/cross_jungle_planks_stairs.json deleted file mode 100644 index 7c7a052..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_jungle_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_jungle_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_mangrove_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/cross_mangrove_planks_slab.json deleted file mode 100644 index 7212218..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_mangrove_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_mangrove_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_mangrove_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/cross_mangrove_planks_stairs.json deleted file mode 100644 index 4b7f2a5..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_mangrove_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_mangrove_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_oak_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/cross_oak_planks_slab.json deleted file mode 100644 index 57812ae..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_oak_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_oak_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_oak_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/cross_oak_planks_stairs.json deleted file mode 100644 index 6fdac1d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_oak_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_oak_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_sand_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/cross_sand_tiles_slab.json deleted file mode 100644 index 3bd3823..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_sand_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_sand_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/cross_sand_tiles_stairs.json deleted file mode 100644 index d6431c6..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_sand_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_sand_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_spruce_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/cross_spruce_planks_slab.json deleted file mode 100644 index 1c7012f..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_spruce_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_spruce_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cross_spruce_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/cross_spruce_planks_stairs.json deleted file mode 100644 index f64aae6..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cross_spruce_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cross_spruce_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cyan_linoleum_slab.json b/src/main/resources/assets/new_soviet/models/item/cyan_linoleum_slab.json deleted file mode 100644 index 428140e..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cyan_linoleum_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cyan_linoleum_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cyan_linoleum_stairs.json b/src/main/resources/assets/new_soviet/models/item/cyan_linoleum_stairs.json deleted file mode 100644 index a24a48d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cyan_linoleum_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/cyan_linoleum_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dark_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/dark_brick_tiles_slab.json deleted file mode 100644 index 2ea7c56..0000000 --- a/src/main/resources/assets/new_soviet/models/item/dark_brick_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/dark_brick_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dark_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/dark_brick_tiles_stairs.json deleted file mode 100644 index 4ce46fe..0000000 --- a/src/main/resources/assets/new_soviet/models/item/dark_brick_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/dark_brick_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/deepslate_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/deepslate_tiles_slab.json deleted file mode 100644 index db477f5..0000000 --- a/src/main/resources/assets/new_soviet/models/item/deepslate_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/deepslate_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/deepslate_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/deepslate_tiles_stairs.json deleted file mode 100644 index f39a693..0000000 --- a/src/main/resources/assets/new_soviet/models/item/deepslate_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/deepslate_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/diorite_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/diorite_bricks_slab.json deleted file mode 100644 index 4cc9c9c..0000000 --- a/src/main/resources/assets/new_soviet/models/item/diorite_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/diorite_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/diorite_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/diorite_bricks_stairs.json deleted file mode 100644 index 74b9cef..0000000 --- a/src/main/resources/assets/new_soviet/models/item/diorite_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/diorite_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/diorite_tiles.json b/src/main/resources/assets/new_soviet/models/item/diorite_tiles.json deleted file mode 100644 index 86a044c..0000000 --- a/src/main/resources/assets/new_soviet/models/item/diorite_tiles.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "parent": "new_soviet:block/diorite_tiles" -} - diff --git a/src/main/resources/assets/new_soviet/models/item/dirty_aquamarine_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/dirty_aquamarine_tiles_slab.json deleted file mode 100644 index 68ba81c..0000000 --- a/src/main/resources/assets/new_soviet/models/item/dirty_aquamarine_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/dirty_aquamarine_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dirty_aquamarine_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/dirty_aquamarine_tiles_stairs.json deleted file mode 100644 index f761116..0000000 --- a/src/main/resources/assets/new_soviet/models/item/dirty_aquamarine_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/dirty_aquamarine_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dirty_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/dirty_brick_tiles_slab.json deleted file mode 100644 index 7f51a60..0000000 --- a/src/main/resources/assets/new_soviet/models/item/dirty_brick_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/dirty_brick_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dirty_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/dirty_brick_tiles_stairs.json deleted file mode 100644 index 5c5acf8..0000000 --- a/src/main/resources/assets/new_soviet/models/item/dirty_brick_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/dirty_brick_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dirty_dark_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/dirty_dark_brick_tiles_slab.json deleted file mode 100644 index e41c725..0000000 --- a/src/main/resources/assets/new_soviet/models/item/dirty_dark_brick_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/dirty_dark_brick_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dirty_dark_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/dirty_dark_brick_tiles_stairs.json deleted file mode 100644 index ec5f0ff..0000000 --- a/src/main/resources/assets/new_soviet/models/item/dirty_dark_brick_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/dirty_dark_brick_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dripstone_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/dripstone_tiles_slab.json deleted file mode 100644 index bcf72fe..0000000 --- a/src/main/resources/assets/new_soviet/models/item/dripstone_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/dripstone_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dripstone_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/dripstone_tiles_stairs.json deleted file mode 100644 index 796db9a..0000000 --- a/src/main/resources/assets/new_soviet/models/item/dripstone_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/dripstone_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/gray_linoleum_slab.json b/src/main/resources/assets/new_soviet/models/item/gray_linoleum_slab.json deleted file mode 100644 index 830d953..0000000 --- a/src/main/resources/assets/new_soviet/models/item/gray_linoleum_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/gray_linoleum_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/gray_linoleum_stairs.json b/src/main/resources/assets/new_soviet/models/item/gray_linoleum_stairs.json deleted file mode 100644 index 583945c..0000000 --- a/src/main/resources/assets/new_soviet/models/item/gray_linoleum_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/gray_linoleum_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_bricks_2_slab.json b/src/main/resources/assets/new_soviet/models/item/green_bricks_2_slab.json deleted file mode 100644 index 9c8dba0..0000000 --- a/src/main/resources/assets/new_soviet/models/item/green_bricks_2_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/green_bricks_2_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_bricks_2_stairs.json b/src/main/resources/assets/new_soviet/models/item/green_bricks_2_stairs.json deleted file mode 100644 index 5de539a..0000000 --- a/src/main/resources/assets/new_soviet/models/item/green_bricks_2_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/green_bricks_2_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/green_bricks_slab.json deleted file mode 100644 index b6a4510..0000000 --- a/src/main/resources/assets/new_soviet/models/item/green_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/green_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/green_bricks_stairs.json deleted file mode 100644 index e89b6a1..0000000 --- a/src/main/resources/assets/new_soviet/models/item/green_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/green_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_concrete_slab.json b/src/main/resources/assets/new_soviet/models/item/green_concrete_slab.json deleted file mode 100644 index 3ec65a9..0000000 --- a/src/main/resources/assets/new_soviet/models/item/green_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/green_concrete_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/item/green_concrete_stairs.json deleted file mode 100644 index 60ec9a0..0000000 --- a/src/main/resources/assets/new_soviet/models/item/green_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/green_concrete_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_linoleum_slab.json b/src/main/resources/assets/new_soviet/models/item/green_linoleum_slab.json deleted file mode 100644 index aed686d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/green_linoleum_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/green_linoleum_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_linoleum_stairs.json b/src/main/resources/assets/new_soviet/models/item/green_linoleum_stairs.json deleted file mode 100644 index 001043d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/green_linoleum_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/green_linoleum_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_white_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/green_white_tiles_slab.json deleted file mode 100644 index 2844d35..0000000 --- a/src/main/resources/assets/new_soviet/models/item/green_white_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/green_white_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/green_white_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/green_white_tiles_stairs.json deleted file mode 100644 index 4bb836d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/green_white_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/green_white_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_acacia_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/herringbone_acacia_planks_slab.json deleted file mode 100644 index 15061ac..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_acacia_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_acacia_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_acacia_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/herringbone_acacia_planks_stairs.json deleted file mode 100644 index 1bf439f..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_acacia_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_acacia_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_birch_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/herringbone_birch_planks_slab.json deleted file mode 100644 index 83dcbfb..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_birch_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_birch_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_birch_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/herringbone_birch_planks_stairs.json deleted file mode 100644 index b174eaf..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_birch_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_birch_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_crimson_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/herringbone_crimson_planks_slab.json deleted file mode 100644 index f6e2522..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_crimson_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_crimson_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_crimson_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/herringbone_crimson_planks_stairs.json deleted file mode 100644 index 405fda2..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_crimson_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_crimson_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_dark_oak_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/herringbone_dark_oak_planks_slab.json deleted file mode 100644 index 2681c72..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_dark_oak_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_dark_oak_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_dark_oak_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/herringbone_dark_oak_planks_stairs.json deleted file mode 100644 index 56a2401..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_dark_oak_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_dark_oak_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_jungle_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/herringbone_jungle_planks_slab.json deleted file mode 100644 index fe2b9c9..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_jungle_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_jungle_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_jungle_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/herringbone_jungle_planks_stairs.json deleted file mode 100644 index 5a416b4..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_jungle_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_jungle_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_mangrove_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/herringbone_mangrove_planks_slab.json deleted file mode 100644 index 7332851..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_mangrove_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_mangrove_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_mangrove_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/herringbone_mangrove_planks_stairs.json deleted file mode 100644 index 5cdcc74..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_mangrove_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_mangrove_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_oak_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/herringbone_oak_planks_slab.json deleted file mode 100644 index 138892d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_oak_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_oak_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_oak_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/herringbone_oak_planks_stairs.json deleted file mode 100644 index a512ed2..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_oak_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_oak_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_parquet_slab.json b/src/main/resources/assets/new_soviet/models/item/herringbone_parquet_slab.json deleted file mode 100644 index 0d442e8..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_parquet_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_parquet_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_parquet_stairs.json b/src/main/resources/assets/new_soviet/models/item/herringbone_parquet_stairs.json deleted file mode 100644 index 4ad636b..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_parquet_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_parquet_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_sand_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/herringbone_sand_tiles_slab.json deleted file mode 100644 index 9866b45..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_sand_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_sand_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/herringbone_sand_tiles_stairs.json deleted file mode 100644 index d7744e7..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_sand_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_sand_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_spruce_planks_slab.json b/src/main/resources/assets/new_soviet/models/item/herringbone_spruce_planks_slab.json deleted file mode 100644 index 0e49d92..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_spruce_planks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_spruce_planks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/herringbone_spruce_planks_stairs.json b/src/main/resources/assets/new_soviet/models/item/herringbone_spruce_planks_stairs.json deleted file mode 100644 index 1ef537d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/herringbone_spruce_planks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/herringbone_spruce_planks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/landmine.json b/src/main/resources/assets/new_soviet/models/item/landmine.json deleted file mode 100644 index db8e728..0000000 --- a/src/main/resources/assets/new_soviet/models/item/landmine.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/landmine" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/light_blue_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/light_blue_bricks_slab.json deleted file mode 100644 index 7b80e34..0000000 --- a/src/main/resources/assets/new_soviet/models/item/light_blue_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/light_blue_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/light_blue_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/light_blue_bricks_stairs.json deleted file mode 100644 index 824ae19..0000000 --- a/src/main/resources/assets/new_soviet/models/item/light_blue_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/light_blue_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/light_blue_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/light_blue_tiles_slab.json deleted file mode 100644 index 5959984..0000000 --- a/src/main/resources/assets/new_soviet/models/item/light_blue_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/light_blue_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/light_blue_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/light_blue_tiles_stairs.json deleted file mode 100644 index 71e3f65..0000000 --- a/src/main/resources/assets/new_soviet/models/item/light_blue_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/light_blue_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/metal_plating_slab.json b/src/main/resources/assets/new_soviet/models/item/metal_plating_slab.json deleted file mode 100644 index d56d5c6..0000000 --- a/src/main/resources/assets/new_soviet/models/item/metal_plating_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/metal_plating_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/metal_plating_stairs.json b/src/main/resources/assets/new_soviet/models/item/metal_plating_stairs.json deleted file mode 100644 index 686a120..0000000 --- a/src/main/resources/assets/new_soviet/models/item/metal_plating_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/metal_plating_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_aquamarine_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_aquamarine_tiles_slab.json deleted file mode 100644 index d90aaf1..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_aquamarine_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_aquamarine_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_aquamarine_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_aquamarine_tiles_stairs.json deleted file mode 100644 index ad51828..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_aquamarine_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_aquamarine_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_brick_tiles_slab.json deleted file mode 100644 index a9bc07d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_brick_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_brick_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_brick_tiles_stairs.json deleted file mode 100644 index 30f7ff1..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_brick_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_brick_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_calcite_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_calcite_tiles_slab.json deleted file mode 100644 index 446ee4c..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_calcite_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_calcite_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_calcite_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_calcite_tiles_stairs.json deleted file mode 100644 index d11fdaf..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_calcite_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_calcite_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_dark_brick_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_dark_brick_tiles_slab.json deleted file mode 100644 index e24bf97..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_dark_brick_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_dark_brick_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_dark_brick_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_dark_brick_tiles_stairs.json deleted file mode 100644 index aa59bf9..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_dark_brick_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_dark_brick_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_deepslate_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_deepslate_tiles_slab.json deleted file mode 100644 index d086ee2..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_deepslate_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_deepslate_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_deepslate_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_deepslate_tiles_stairs.json deleted file mode 100644 index e8b1051..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_deepslate_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_deepslate_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_diorite_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_diorite_bricks_slab.json deleted file mode 100644 index acb448f..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_diorite_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_diorite_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_diorite_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_diorite_bricks_stairs.json deleted file mode 100644 index a77fc6d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_diorite_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_diorite_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_diorite_tiles.json b/src/main/resources/assets/new_soviet/models/item/mossy_diorite_tiles.json deleted file mode 100644 index 8b01819..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_diorite_tiles.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_diorite_tiles" -} - diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_dripstone_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_dripstone_tiles_slab.json deleted file mode 100644 index 5e53139..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_dripstone_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_dripstone_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_dripstone_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_dripstone_tiles_stairs.json deleted file mode 100644 index c46d4be..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_dripstone_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_dripstone_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_2_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_2_slab.json deleted file mode 100644 index 60f8e2c..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_2_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_green_bricks_2_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_2_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_2_stairs.json deleted file mode 100644 index 9a0bfb5..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_2_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_green_bricks_2_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_slab.json deleted file mode 100644 index 70141c0..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_green_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_stairs.json deleted file mode 100644 index 3933982..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_green_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_green_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_green_white_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_green_white_tiles_slab.json deleted file mode 100644 index 9357bec..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_green_white_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_green_white_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_green_white_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_green_white_tiles_stairs.json deleted file mode 100644 index 4a2643b..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_green_white_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_green_white_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_bricks_slab.json deleted file mode 100644 index dc29de9..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_light_blue_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_bricks_stairs.json deleted file mode 100644 index aa30e5c..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_light_blue_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_tiles_slab.json deleted file mode 100644 index baa096b..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_light_blue_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_tiles_stairs.json deleted file mode 100644 index 610dd59..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_light_blue_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_light_blue_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_red_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_red_bricks_slab.json deleted file mode 100644 index 12338f5..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_red_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_red_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_red_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_red_bricks_stairs.json deleted file mode 100644 index ae4e135..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_red_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_red_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_sand_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_sand_bricks_slab.json deleted file mode 100644 index 11102ee..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_sand_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_sand_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_sand_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_sand_bricks_stairs.json deleted file mode 100644 index 0dfb8fb..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_sand_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_sand_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_sand_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_sand_tiles_slab.json deleted file mode 100644 index 1ff9382..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_sand_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_sand_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_sand_tiles_stairs.json deleted file mode 100644 index db90189..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_sand_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_sand_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_teal_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_teal_tiles_slab.json deleted file mode 100644 index 0d8bd8d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_teal_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_teal_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_teal_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_teal_tiles_stairs.json deleted file mode 100644 index ae94b4b..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_teal_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_teal_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_tuff_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_tuff_bricks_slab.json deleted file mode 100644 index 41511d7..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_tuff_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_tuff_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_tuff_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_tuff_bricks_stairs.json deleted file mode 100644 index aaec027..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_tuff_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_tuff_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_tuff_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/mossy_tuff_tiles_slab.json deleted file mode 100644 index 3c0ac8d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_tuff_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_tuff_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mossy_tuff_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/mossy_tuff_tiles_stairs.json deleted file mode 100644 index fe7bd90..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mossy_tuff_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/mossy_tuff_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/nii_floor_slab.json b/src/main/resources/assets/new_soviet/models/item/nii_floor_slab.json deleted file mode 100644 index 6594e5b..0000000 --- a/src/main/resources/assets/new_soviet/models/item/nii_floor_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/nii_floor_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/nii_floor_stairs.json b/src/main/resources/assets/new_soviet/models/item/nii_floor_stairs.json deleted file mode 100644 index adb517c..0000000 --- a/src/main/resources/assets/new_soviet/models/item/nii_floor_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/nii_floor_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/orange_linoleum_slab.json b/src/main/resources/assets/new_soviet/models/item/orange_linoleum_slab.json deleted file mode 100644 index a542f4e..0000000 --- a/src/main/resources/assets/new_soviet/models/item/orange_linoleum_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/orange_linoleum_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/orange_linoleum_stairs.json b/src/main/resources/assets/new_soviet/models/item/orange_linoleum_stairs.json deleted file mode 100644 index d718795..0000000 --- a/src/main/resources/assets/new_soviet/models/item/orange_linoleum_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/orange_linoleum_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/red_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/red_bricks_slab.json deleted file mode 100644 index f2e83a6..0000000 --- a/src/main/resources/assets/new_soviet/models/item/red_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/red_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/red_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/red_bricks_stairs.json deleted file mode 100644 index d410516..0000000 --- a/src/main/resources/assets/new_soviet/models/item/red_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/red_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/red_concrete_slab.json b/src/main/resources/assets/new_soviet/models/item/red_concrete_slab.json deleted file mode 100644 index 974d12d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/red_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/red_concrete_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/red_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/item/red_concrete_stairs.json deleted file mode 100644 index 4d03e0b..0000000 --- a/src/main/resources/assets/new_soviet/models/item/red_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/red_concrete_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/red_linoleum_slab.json b/src/main/resources/assets/new_soviet/models/item/red_linoleum_slab.json deleted file mode 100644 index a2ad7d1..0000000 --- a/src/main/resources/assets/new_soviet/models/item/red_linoleum_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/red_linoleum_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/red_linoleum_stairs.json b/src/main/resources/assets/new_soviet/models/item/red_linoleum_stairs.json deleted file mode 100644 index 1eaa3fb..0000000 --- a/src/main/resources/assets/new_soviet/models/item/red_linoleum_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/red_linoleum_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/sand_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/sand_bricks_slab.json deleted file mode 100644 index 4ce3fec..0000000 --- a/src/main/resources/assets/new_soviet/models/item/sand_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/sand_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/sand_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/sand_bricks_stairs.json deleted file mode 100644 index f3d6a8a..0000000 --- a/src/main/resources/assets/new_soviet/models/item/sand_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/sand_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/sand_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/sand_tiles_slab.json deleted file mode 100644 index cc01431..0000000 --- a/src/main/resources/assets/new_soviet/models/item/sand_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/sand_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/sand_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/sand_tiles_stairs.json deleted file mode 100644 index 7e6849e..0000000 --- a/src/main/resources/assets/new_soviet/models/item/sand_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/sand_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/separated_parquet_slab.json b/src/main/resources/assets/new_soviet/models/item/separated_parquet_slab.json deleted file mode 100644 index 1348f00..0000000 --- a/src/main/resources/assets/new_soviet/models/item/separated_parquet_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/separated_parquet_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/separated_parquet_stairs.json b/src/main/resources/assets/new_soviet/models/item/separated_parquet_stairs.json deleted file mode 100644 index ea142e8..0000000 --- a/src/main/resources/assets/new_soviet/models/item/separated_parquet_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/separated_parquet_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/straight_parquet_slab.json b/src/main/resources/assets/new_soviet/models/item/straight_parquet_slab.json deleted file mode 100644 index f8f8ea4..0000000 --- a/src/main/resources/assets/new_soviet/models/item/straight_parquet_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/straight_parquet_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/straight_parquet_stairs.json b/src/main/resources/assets/new_soviet/models/item/straight_parquet_stairs.json deleted file mode 100644 index 3c87d15..0000000 --- a/src/main/resources/assets/new_soviet/models/item/straight_parquet_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/straight_parquet_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/teal_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/teal_tiles_slab.json deleted file mode 100644 index 93c1cde..0000000 --- a/src/main/resources/assets/new_soviet/models/item/teal_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/teal_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/teal_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/teal_tiles_stairs.json deleted file mode 100644 index 88fa801..0000000 --- a/src/main/resources/assets/new_soviet/models/item/teal_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/teal_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/tuff_bricks_slab.json b/src/main/resources/assets/new_soviet/models/item/tuff_bricks_slab.json deleted file mode 100644 index a7028d2..0000000 --- a/src/main/resources/assets/new_soviet/models/item/tuff_bricks_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/tuff_bricks_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/tuff_bricks_stairs.json b/src/main/resources/assets/new_soviet/models/item/tuff_bricks_stairs.json deleted file mode 100644 index a6296c6..0000000 --- a/src/main/resources/assets/new_soviet/models/item/tuff_bricks_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/tuff_bricks_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/tuff_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/tuff_tiles_slab.json deleted file mode 100644 index 8c4b3e1..0000000 --- a/src/main/resources/assets/new_soviet/models/item/tuff_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/tuff_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/tuff_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/tuff_tiles_stairs.json deleted file mode 100644 index 9ddae5e..0000000 --- a/src/main/resources/assets/new_soviet/models/item/tuff_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/tuff_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/variated_light_blue_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/variated_light_blue_tiles_slab.json deleted file mode 100644 index 4c5996d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/variated_light_blue_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/variated_light_blue_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/variated_light_blue_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/variated_light_blue_tiles_stairs.json deleted file mode 100644 index 1cba6b3..0000000 --- a/src/main/resources/assets/new_soviet/models/item/variated_light_blue_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/variated_light_blue_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/variated_teal_tiles_slab.json b/src/main/resources/assets/new_soviet/models/item/variated_teal_tiles_slab.json deleted file mode 100644 index 916c05f..0000000 --- a/src/main/resources/assets/new_soviet/models/item/variated_teal_tiles_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/variated_teal_tiles_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/variated_teal_tiles_stairs.json b/src/main/resources/assets/new_soviet/models/item/variated_teal_tiles_stairs.json deleted file mode 100644 index 75cab31..0000000 --- a/src/main/resources/assets/new_soviet/models/item/variated_teal_tiles_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/variated_teal_tiles_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/white_concrete_slab.json b/src/main/resources/assets/new_soviet/models/item/white_concrete_slab.json deleted file mode 100644 index 1791b9e..0000000 --- a/src/main/resources/assets/new_soviet/models/item/white_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/white_concrete_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/white_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/item/white_concrete_stairs.json deleted file mode 100644 index 39a3d8d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/white_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/white_concrete_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/yellow_concrete_slab.json b/src/main/resources/assets/new_soviet/models/item/yellow_concrete_slab.json deleted file mode 100644 index 8b83dd5..0000000 --- a/src/main/resources/assets/new_soviet/models/item/yellow_concrete_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/yellow_concrete_slab" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/yellow_concrete_stairs.json b/src/main/resources/assets/new_soviet/models/item/yellow_concrete_stairs.json deleted file mode 100644 index ba05f3b..0000000 --- a/src/main/resources/assets/new_soviet/models/item/yellow_concrete_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/yellow_concrete_stairs" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/warning/blue_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/blue_warning.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/warning/blue_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/blue_warning.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/warning/cyan_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/cyan_warning.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/warning/cyan_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/cyan_warning.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/warning/gray_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/gray_warning.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/warning/gray_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/gray_warning.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/warning/green_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/green_warning.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/warning/green_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/green_warning.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/warning/industrial_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/industrial_warning.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/warning/industrial_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/industrial_warning.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/warning/light_blue_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/light_blue_warning.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/warning/light_blue_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/light_blue_warning.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/warning/lime_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/lime_warning.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/warning/lime_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/lime_warning.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/warning/magenta_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/magenta_warning.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/warning/magenta_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/magenta_warning.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/warning/orange_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/orange_warning.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/warning/orange_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/orange_warning.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/warning/purple_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/purple_warning.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/warning/purple_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/purple_warning.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/warning/red_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/red_warning.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/warning/red_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/red_warning.png diff --git a/src/main/resources/assets/new_soviet/textures/block/industrial/warning/yellow_warning_stripes.png b/src/main/resources/assets/new_soviet/textures/block/industrial/warning/yellow_warning.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/industrial/warning/yellow_warning_stripes.png rename to src/main/resources/assets/new_soviet/textures/block/industrial/warning/yellow_warning.png From e997a0a281aa2fc2517de62b7f7221561f4336c0 Mon Sep 17 00:00:00 2001 From: Andrew-71 Date: Sat, 23 Sep 2023 14:30:28 +0300 Subject: [PATCH 5/8] Improve datagen --- .../models/item/chiseled_birch_door.json | 0 .../models/item/chiseled_mangrove_door.json | 0 .../models/item/chiseled_oak_door.json | 0 .../models/item/chiseled_spruce_door.json | 0 .../data/new_soviet/tags/items/dice.json | 8 +++++ .../su/a71/new_soviet/DataGeneration.java | 2 ++ .../new_soviet/datagen/ItemTagGenerator.java | 26 ++++++++++++++ .../new_soviet/datagen/ModelGenerator.java | 34 ++++++------------- .../registration/NSE_BaseRegistration.java | 6 +++- .../a71/new_soviet/registration/NSE_Tags.java | 13 +++---- 10 files changed, 58 insertions(+), 31 deletions(-) rename src/main/{resources => generated}/assets/new_soviet/models/item/chiseled_birch_door.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/chiseled_mangrove_door.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/chiseled_oak_door.json (100%) rename src/main/{resources => generated}/assets/new_soviet/models/item/chiseled_spruce_door.json (100%) create mode 100644 src/main/generated/data/new_soviet/tags/items/dice.json create mode 100644 src/main/java/su/a71/new_soviet/datagen/ItemTagGenerator.java diff --git a/src/main/resources/assets/new_soviet/models/item/chiseled_birch_door.json b/src/main/generated/assets/new_soviet/models/item/chiseled_birch_door.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/chiseled_birch_door.json rename to src/main/generated/assets/new_soviet/models/item/chiseled_birch_door.json diff --git a/src/main/resources/assets/new_soviet/models/item/chiseled_mangrove_door.json b/src/main/generated/assets/new_soviet/models/item/chiseled_mangrove_door.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/chiseled_mangrove_door.json rename to src/main/generated/assets/new_soviet/models/item/chiseled_mangrove_door.json diff --git a/src/main/resources/assets/new_soviet/models/item/chiseled_oak_door.json b/src/main/generated/assets/new_soviet/models/item/chiseled_oak_door.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/chiseled_oak_door.json rename to src/main/generated/assets/new_soviet/models/item/chiseled_oak_door.json diff --git a/src/main/resources/assets/new_soviet/models/item/chiseled_spruce_door.json b/src/main/generated/assets/new_soviet/models/item/chiseled_spruce_door.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/item/chiseled_spruce_door.json rename to src/main/generated/assets/new_soviet/models/item/chiseled_spruce_door.json diff --git a/src/main/generated/data/new_soviet/tags/items/dice.json b/src/main/generated/data/new_soviet/tags/items/dice.json new file mode 100644 index 0000000..365296f --- /dev/null +++ b/src/main/generated/data/new_soviet/tags/items/dice.json @@ -0,0 +1,8 @@ +{ + "replace": false, + "values": [ + "new_soviet:dice_d4", + "new_soviet:dice_d6", + "new_soviet:dice_d20" + ] +} \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/DataGeneration.java b/src/main/java/su/a71/new_soviet/DataGeneration.java index afadf2a..5dd26a8 100644 --- a/src/main/java/su/a71/new_soviet/DataGeneration.java +++ b/src/main/java/su/a71/new_soviet/DataGeneration.java @@ -7,6 +7,7 @@ import su.a71.new_soviet.datagen.BlockLootTables; import su.a71.new_soviet.datagen.BlockTagGenerator; import su.a71.new_soviet.datagen.RecipeGenerator; import su.a71.new_soviet.datagen.ModelGenerator; +import su.a71.new_soviet.datagen.ItemTagGenerator; public class DataGeneration implements DataGeneratorEntrypoint { @Override @@ -16,5 +17,6 @@ public class DataGeneration implements DataGeneratorEntrypoint { NSEPack.addProvider(RecipeGenerator::new); NSEPack.addProvider(BlockTagGenerator::new); NSEPack.addProvider(ModelGenerator::new); + NSEPack.addProvider(ItemTagGenerator::new); } } \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/datagen/ItemTagGenerator.java b/src/main/java/su/a71/new_soviet/datagen/ItemTagGenerator.java new file mode 100644 index 0000000..708b6d8 --- /dev/null +++ b/src/main/java/su/a71/new_soviet/datagen/ItemTagGenerator.java @@ -0,0 +1,26 @@ +package su.a71.new_soviet.datagen; +// === ABANDON HOPE, YE WHO ENTER HERE === + +import net.fabricmc.fabric.api.datagen.v1.FabricDataOutput; +import net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider; +import net.minecraft.registry.RegistryWrapper; + +import su.a71.new_soviet.registration.NSE_Items; +import su.a71.new_soviet.registration.NSE_Tags; +import java.util.concurrent.CompletableFuture; + + +public class ItemTagGenerator extends FabricTagProvider.ItemTagProvider { + + public ItemTagGenerator(FabricDataOutput output, CompletableFuture completableFuture) { + super(output, completableFuture); + } + + @Override + protected void configure(RegistryWrapper.WrapperLookup arg) { + getOrCreateTagBuilder(NSE_Tags.Items.DICE) + .add(NSE_Items.DICE_D4) + .add(NSE_Items.DICE_D6) + .add(NSE_Items.DICE_D20); + } +} \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java b/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java index dd48995..fafcd5c 100644 --- a/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java +++ b/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java @@ -6,14 +6,9 @@ import net.fabricmc.fabric.api.datagen.v1.provider.FabricModelProvider; import net.minecraft.block.Block; import net.minecraft.block.SlabBlock; import net.minecraft.block.StairsBlock; -import net.minecraft.data.client.BlockStateModelGenerator; -import net.minecraft.data.client.ItemModelGenerator; -import net.minecraft.data.client.Models; -import net.minecraft.data.client.TextureMap; +import net.minecraft.data.client.*; import net.minecraft.registry.Registries; -import net.minecraft.structure.StrongholdGenerator; import net.minecraft.util.Identifier; -import org.apache.http.impl.io.IdentityInputStream; import su.a71.new_soviet.registration.NSE_Blocks; public class ModelGenerator extends FabricModelProvider { @@ -27,6 +22,8 @@ public class ModelGenerator extends FabricModelProvider { TextureMap textureMap = TextureMap.topBottom( Registries.BLOCK.getId(doorBlock).withPath((path) -> "block/doors/" + path + "_top"), Registries.BLOCK.getId(doorBlock).withPath((path) -> "block/doors/" + path + "_bottom")); + TextureMap textureMapItem = TextureMap.layer0(Registries.BLOCK.getId(doorBlock).withPath((path) -> "item/doors/" + path)); + Identifier identifier = Models.DOOR_BOTTOM_LEFT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); Identifier identifier2 = Models.DOOR_BOTTOM_LEFT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); Identifier identifier3 = Models.DOOR_BOTTOM_RIGHT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); @@ -35,23 +32,22 @@ public class ModelGenerator extends FabricModelProvider { Identifier identifier6 = Models.DOOR_TOP_LEFT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); Identifier identifier7 = Models.DOOR_TOP_RIGHT.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); Identifier identifier8 = Models.DOOR_TOP_RIGHT_OPEN.upload(doorBlock, textureMap, blockStateModelGenerator.modelCollector); - blockStateModelGenerator.registerItemModel(doorBlock.asItem()); + Models.GENERATED.upload(ModelIds.getItemModelId(doorBlock.asItem()), textureMapItem, blockStateModelGenerator.modelCollector); blockStateModelGenerator.blockStateCollector.accept(BlockStateModelGenerator.createDoorBlockState(doorBlock, identifier, identifier2, identifier3, identifier4, identifier5, identifier6, identifier7, identifier8)); } public void registerCube(BlockStateModelGenerator blockStateModelGenerator, Block block, String texturePath) { TextureMap textureMap = TextureMap.all(Registries.BLOCK.getId(block).withPath((path) -> "block/" + texturePath + "/" + path)); Identifier model_id = Models.CUBE_ALL.upload(block, textureMap, blockStateModelGenerator.modelCollector); -// blockStateModelGenerator.registerItemModel(doorBlock.asItem()); blockStateModelGenerator.blockStateCollector.accept(blockStateModelGenerator.createSingletonBlockState(block, model_id)); } public void registerSlabStairs(BlockStateModelGenerator blockStateModelGenerator, Block parent, StairsBlock stairs, SlabBlock slab, String texturePath) { TextureMap textureMap = TextureMap.all(Registries.BLOCK.getId(parent).withPath((path) -> "block/" + texturePath + "/" + path)); - Identifier slab_model = Models.SLAB.upload(slab, textureMap, blockStateModelGenerator.modelCollector); - Identifier slab_model_top = Models.SLAB_TOP.upload(slab, textureMap, blockStateModelGenerator.modelCollector); - Identifier slab_model_full = Models.CUBE_ALL.upload(slab, textureMap, blockStateModelGenerator.modelCollector); +// Identifier slab_model = Models.SLAB.upload(slab, textureMap, blockStateModelGenerator.modelCollector); +// Identifier slab_model_top = Models.SLAB_TOP.upload(slab, textureMap, blockStateModelGenerator.modelCollector); +// Identifier slab_model_full = Models.CUBE_ALL.upload(slab, textureMap, blockStateModelGenerator.modelCollector); Identifier stairs_model = Models.STAIRS.upload(stairs, textureMap, blockStateModelGenerator.modelCollector); Identifier stairs_model_outer = Models.OUTER_STAIRS.upload(stairs, textureMap, blockStateModelGenerator.modelCollector); @@ -65,11 +61,6 @@ public class ModelGenerator extends FabricModelProvider { @Override public void generateBlockStateModels(BlockStateModelGenerator blockStateModelGenerator) { -// BlockStateModelGenerator.createSingletonBlockState(NSE_Blocks.SAND_TILES, new Identifier("new_soviet", "block/sand_tiles")); - -// BlockStateModelGenerator.createSlabBlockState() -// BlockStateModelGenerator.createWallBlockState() -// BlockStateModelGenerator.createStairsBlockState(NSE_Blocks.SAND_TILES_STAIRS, new Identifier(NewSoviet.MOD_ID, "sand_tiles_stairs")); registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_BIRCH_DOOR); registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_SPRUCE_DOOR); registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_OAK_DOOR); @@ -109,7 +100,7 @@ public class ModelGenerator extends FabricModelProvider { registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_GLAZED_TEAL_TILES, "teal"); registerCube(blockStateModelGenerator, NSE_Blocks.VARIATED_TEAL_TILES, "teal"); registerCube(blockStateModelGenerator, NSE_Blocks.BIG_GREEN_TILES, "green"); - // Cracked big are variated! + // Cracked big green tiles are variated! registerCube(blockStateModelGenerator, NSE_Blocks.GREEN_BRICKS, "green"); registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_GREEN_BRICKS, "green"); registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_GREEN_BRICKS, "green"); @@ -157,7 +148,7 @@ public class ModelGenerator extends FabricModelProvider { registerCube(blockStateModelGenerator, NSE_Blocks.GLAZED_LIGHT_BLUE_TILES, "light_blue"); registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_GLAZED_LIGHT_BLUE_TILES, "light_blue"); registerCube(blockStateModelGenerator, NSE_Blocks.LIGHT_BLUE_BRICKS, "light_blue"); - // cracked bricks are variated + // cracked light blue bricks are variated registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_LIGHT_BLUE_BRICKS, "light_blue"); registerCube(blockStateModelGenerator, NSE_Blocks.BIG_GRANITE_TILES, "granite"); registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_GRANITE_TILES, "granite"); @@ -238,13 +229,8 @@ public class ModelGenerator extends FabricModelProvider { registerCube(blockStateModelGenerator, NSE_Blocks.GREEN_WALLPAPER, "wallpapers"); registerCube(blockStateModelGenerator, NSE_Blocks.BROWN_WALLPAPER, "wallpapers"); registerCube(blockStateModelGenerator, NSE_Blocks.BEIGE_WALLPAPER, "wallpapers"); -// BlockStateModelGenerator.createSlabBlockState() -// blockStateModelGenerator.registerSimpleCubeAll(NSE_Blocks.SAND_TILES); -// BlockStateModelGenerator.createSingletonBlockState(NSE_Blocks.SAND_TILES, new Identifier("new_soviet", "block/sand_tiles")); - registerSlabStairs(blockStateModelGenerator, NSE_Blocks.SAND_TILES, NSE_Blocks.SAND_TILES_STAIRS, NSE_Blocks.SAND_TILES_SLAB, "sand"); - -// blockStateModelGenerator.register(); +// registerSlabStairs(blockStateModelGenerator, NSE_Blocks.SAND_TILES, NSE_Blocks.SAND_TILES_STAIRS, NSE_Blocks.SAND_TILES_SLAB, "sand"); } @Override diff --git a/src/main/java/su/a71/new_soviet/registration/NSE_BaseRegistration.java b/src/main/java/su/a71/new_soviet/registration/NSE_BaseRegistration.java index d27224f..7c0461a 100644 --- a/src/main/java/su/a71/new_soviet/registration/NSE_BaseRegistration.java +++ b/src/main/java/su/a71/new_soviet/registration/NSE_BaseRegistration.java @@ -51,9 +51,13 @@ public class NSE_BaseRegistration { FabricBlockEntityTypeBuilder.create(factory, blocks).build()); } - public static TagKey createTag(String name) { + public static TagKey createBlockTag(String name) { return TagKey.of(RegistryKeys.BLOCK, new Identifier(NewSoviet.MOD_ID, name)); } + public static TagKey createItemTag(String name) { + return TagKey.of(RegistryKeys.ITEM, new Identifier(NewSoviet.MOD_ID, name)); + } + public static void init() {} } diff --git a/src/main/java/su/a71/new_soviet/registration/NSE_Tags.java b/src/main/java/su/a71/new_soviet/registration/NSE_Tags.java index 2155253..c31f200 100644 --- a/src/main/java/su/a71/new_soviet/registration/NSE_Tags.java +++ b/src/main/java/su/a71/new_soviet/registration/NSE_Tags.java @@ -1,17 +1,18 @@ package su.a71.new_soviet.registration; import net.minecraft.block.Block; -import net.minecraft.registry.RegistryKeys; +import net.minecraft.item.Item; import net.minecraft.registry.tag.TagKey; -import net.minecraft.util.Identifier; -import su.a71.new_soviet.NewSoviet; public class NSE_Tags extends NSE_BaseRegistration{ public static class Blocks { - public static final TagKey RAKE_MINEABLE = createTag("rake"); + public static final TagKey RAKE_MINEABLE = createBlockTag("rake"); - public static final TagKey TV = createTag("tv"); - public static final TagKey POST_LAMPS = createTag("post_lamps"); + public static final TagKey TV = createBlockTag("tv"); + public static final TagKey POST_LAMPS = createBlockTag("post_lamps"); + } + public static class Items { + public static final TagKey DICE = createItemTag("dice"); } } From 2a6898b664ba969eab2b8686fe20210a4b29efb0 Mon Sep 17 00:00:00 2001 From: Andrew-71 Date: Sat, 23 Sep 2023 14:42:48 +0300 Subject: [PATCH 6/8] Improve shape utility --- .../a71/new_soviet/blocks/HandrailBlock.java | 12 +- .../su/a71/new_soviet/blocks/TVBlock.java | 4 +- .../blocks/lamps/DevTableLampBlock.java | 11 +- .../blocks/lamps/GoldenTableLampBlock.java | 2 +- .../lamps/lamp_post/LampPostLampBlock.java | 6 +- .../su/a71/new_soviet/items/DiceItem.java | 6 +- .../new_soviet/registration/NSE_Custom.java | 8 +- .../java/su/a71/new_soviet/util/Shapes.java | 178 ++++++++---------- 8 files changed, 96 insertions(+), 131 deletions(-) diff --git a/src/main/java/su/a71/new_soviet/blocks/HandrailBlock.java b/src/main/java/su/a71/new_soviet/blocks/HandrailBlock.java index cab1a87..190fbe3 100644 --- a/src/main/java/su/a71/new_soviet/blocks/HandrailBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/HandrailBlock.java @@ -32,9 +32,9 @@ import static net.minecraft.block.StairsBlock.SHAPE; // By the way, Blockstate not updating when removing stairs is a "creative decision" apparently // - Andrew71 public class HandrailBlock extends HorizontalFacingBlock implements BlockEntityProvider, Waterloggable { - protected static final Shapes.HorizontalShape2 SHAPE1; - protected static final Shapes.HorizontalShape2 SHAPE2; - protected static final Shapes.HorizontalShape2 SHAPE3; + protected static final Shapes.HorizontalShape SHAPE1; + protected static final Shapes.HorizontalShape SHAPE2; + protected static final Shapes.HorizontalShape SHAPE3; public static final BooleanProperty WATERLOGGED; public static final IntProperty ROTATION; @@ -128,9 +128,9 @@ public class HandrailBlock extends HorizontalFacingBlock implements BlockEntityP } static { - SHAPE2 = new Shapes.HorizontalShape2(List.of(List.of(0.0, 0.0, 15.0, 16.0, 17.0, 16.0), List.of(0.0, 17.0, 14.5, 16.0, 19.0, 16.5))); - SHAPE1 = new Shapes.HorizontalShape2(List.of(List.of(0.0, 0.0, 15.0, 8.0, 18.0, 16.0), List.of(8.0, -8.0, 15.0, 16.0, 10.0, 16.0))); - SHAPE3 = new Shapes.HorizontalShape2(List.of(List.of(0.0, -8.0, 15.0, 8.0, 10.0, 16.0), List.of(8.0, 0.0, 15.0, 16.0, 18.0, 16.0))); + SHAPE2 = new Shapes.HorizontalShape(List.of(List.of(0.0, 0.0, 15.0, 16.0, 17.0, 16.0), List.of(0.0, 17.0, 14.5, 16.0, 19.0, 16.5))); + SHAPE1 = new Shapes.HorizontalShape(List.of(List.of(0.0, 0.0, 15.0, 8.0, 18.0, 16.0), List.of(8.0, -8.0, 15.0, 16.0, 10.0, 16.0))); + SHAPE3 = new Shapes.HorizontalShape(List.of(List.of(0.0, -8.0, 15.0, 8.0, 10.0, 16.0), List.of(8.0, 0.0, 15.0, 16.0, 18.0, 16.0))); ROTATION = IntProperty.of("rotate", 1, 3);; WATERLOGGED = Properties.WATERLOGGED; } diff --git a/src/main/java/su/a71/new_soviet/blocks/TVBlock.java b/src/main/java/su/a71/new_soviet/blocks/TVBlock.java index 5afc350..156d974 100644 --- a/src/main/java/su/a71/new_soviet/blocks/TVBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/TVBlock.java @@ -19,7 +19,7 @@ import su.a71.new_soviet.util.Shapes; import java.util.List; public class TVBlock extends HorizontalFacingBlock implements BlockEntityProvider { - protected static final Shapes.HorizontalShape SHAPE; + protected static final Shapes.HorizontalShapeLegacy SHAPE; public TVBlock(AbstractBlock.Settings settings) { super(settings.sounds(BlockSoundGroup.METAL).pistonBehavior(PistonBehavior.BLOCK).strength(1f, 2f)); @@ -54,6 +54,6 @@ public class TVBlock extends HorizontalFacingBlock implements BlockEntityProvide } static { - SHAPE = new Shapes.HorizontalShape(List.of(List.of(0.0, 1.0, 3.0, 16.0, 13.0, 13.0), List.of(2.0, 0.0, 4.0, 14.0, 1.0, 12.0), List.of(6.0, 13.0, 7.0, 10.0, 14.0, 9.0))); + SHAPE = new Shapes.HorizontalShapeLegacy(List.of(List.of(0.0, 1.0, 3.0, 16.0, 13.0, 13.0), List.of(2.0, 0.0, 4.0, 14.0, 1.0, 12.0), List.of(6.0, 13.0, 7.0, 10.0, 14.0, 9.0))); } } \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/blocks/lamps/DevTableLampBlock.java b/src/main/java/su/a71/new_soviet/blocks/lamps/DevTableLampBlock.java index cf47de9..d2892b2 100644 --- a/src/main/java/su/a71/new_soviet/blocks/lamps/DevTableLampBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/lamps/DevTableLampBlock.java @@ -1,14 +1,5 @@ package su.a71.new_soviet.blocks.lamps; -import net.minecraft.block.Block; -import net.minecraft.block.BlockState; -import net.minecraft.block.ShapeContext; -import net.minecraft.util.math.BlockPos; -import net.minecraft.util.math.Direction; -import net.minecraft.util.shape.VoxelShape; -import net.minecraft.util.shape.VoxelShapes; -import net.minecraft.world.BlockView; -import net.minecraft.world.WorldView; import su.a71.new_soviet.util.Shapes; import java.util.List; @@ -17,7 +8,7 @@ public class DevTableLampBlock extends GoldenTableLampBlock { public DevTableLampBlock(Settings settings) { super(settings); - SHAPE = new Shapes.HorizontalShape(List.of( + SHAPE = new Shapes.HorizontalShapeLegacy(List.of( List.of(5.0, 0.0, 5.0, 11.0, 2.0, 11.0), List.of(7.0, 2.0, 7.0, 9.0, 4.0, 9.0), List.of(6.0, 4.0, 6.0, 10.0, 5.0, 10.0), diff --git a/src/main/java/su/a71/new_soviet/blocks/lamps/GoldenTableLampBlock.java b/src/main/java/su/a71/new_soviet/blocks/lamps/GoldenTableLampBlock.java index f51f6f9..6584906 100644 --- a/src/main/java/su/a71/new_soviet/blocks/lamps/GoldenTableLampBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/lamps/GoldenTableLampBlock.java @@ -21,7 +21,7 @@ import java.util.List; public class GoldenTableLampBlock extends LampBlock { public static final DirectionProperty FACING; - public Shapes.HorizontalShape SHAPE = new Shapes.HorizontalShape(List.of( + public Shapes.HorizontalShapeLegacy SHAPE = new Shapes.HorizontalShapeLegacy(List.of( List.of(5.0, 0.0, 5.0, 11.0, 2.0, 11.0), List.of(7.0, 2.0, 7.0, 9.0, 4.0, 9.0), List.of(6.0, 4.0, 6.0, 10.0, 5.0, 10.0), diff --git a/src/main/java/su/a71/new_soviet/blocks/lamps/lamp_post/LampPostLampBlock.java b/src/main/java/su/a71/new_soviet/blocks/lamps/lamp_post/LampPostLampBlock.java index fda08f7..5849a76 100644 --- a/src/main/java/su/a71/new_soviet/blocks/lamps/lamp_post/LampPostLampBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/lamps/lamp_post/LampPostLampBlock.java @@ -23,14 +23,12 @@ import net.minecraft.world.WorldView; import org.jetbrains.annotations.Nullable; import su.a71.new_soviet.util.Shapes; -import java.util.List; - public class LampPostLampBlock extends Block implements Waterloggable { public static final DirectionProperty FACING; public static final BooleanProperty WATERLOGGED; - public Shapes.HorizontalShape SHAPE; + public Shapes.HorizontalShapeLegacy SHAPE; - public LampPostLampBlock(AbstractBlock.Settings settings, Shapes.HorizontalShape shape) { + public LampPostLampBlock(AbstractBlock.Settings settings, Shapes.HorizontalShapeLegacy shape) { super(settings.luminance((state) -> 14)); SHAPE = shape; this.setDefaultState(this.stateManager.getDefaultState() diff --git a/src/main/java/su/a71/new_soviet/items/DiceItem.java b/src/main/java/su/a71/new_soviet/items/DiceItem.java index 85d4760..9af68e2 100644 --- a/src/main/java/su/a71/new_soviet/items/DiceItem.java +++ b/src/main/java/su/a71/new_soviet/items/DiceItem.java @@ -20,12 +20,12 @@ import su.a71.new_soviet.registration.NSE_Sounds; public class DiceItem extends Item { private final int sides; - private final String loacl_tooltip; + private final String local_tooltip; public DiceItem(int sides, String localTooltip, Settings settings) { super(settings); this.sides = sides; - this.loacl_tooltip = localTooltip; + this.local_tooltip = localTooltip; } public TypedActionResult use(World world, PlayerEntity user, Hand hand) { @@ -56,7 +56,7 @@ public class DiceItem extends Item { @Override public void appendTooltip(ItemStack stack, @Nullable World world, List tooltip, TooltipContext context) { - tooltip.add(Text.translatable(loacl_tooltip)); + tooltip.add(Text.translatable(local_tooltip)); super.appendTooltip(stack, world, tooltip, context); } } diff --git a/src/main/java/su/a71/new_soviet/registration/NSE_Custom.java b/src/main/java/su/a71/new_soviet/registration/NSE_Custom.java index e0bc5e1..2f4ba3b 100644 --- a/src/main/java/su/a71/new_soviet/registration/NSE_Custom.java +++ b/src/main/java/su/a71/new_soviet/registration/NSE_Custom.java @@ -46,22 +46,22 @@ public class NSE_Custom extends NSE_BaseRegistration { public static final LampPostBaseBlock LAMP_POST_BASE = new LampPostBaseBlock(FabricBlockSettings.create().sounds(BlockSoundGroup.METAL).strength(1f, 1.5f).mapColor(MapColor.IRON_GRAY)); public static final LampPostLampBlock CAGED_POST_LAMP = new LampPostLampBlock(FabricBlockSettings.create().sounds(BlockSoundGroup.METAL).strength(1f, 1.5f).mapColor(MapColor.IRON_GRAY), - new Shapes.HorizontalShape(List.of(List.of(6.5, 0.0, 6.5, 9.5, 2.0, 9.5), + new Shapes.HorizontalShapeLegacy(List.of(List.of(6.5, 0.0, 6.5, 9.5, 2.0, 9.5), List.of(7.0, 2.0, 7.0, 9.0, 7.0, 9.0), List.of(6.5, 7.0, 6.5, 9.5, 9.0, 9.5), List.of(7.0, 9.0, 7.0, 9.0, 12.0, 9.0)))); public static final LampPostLampBlock MODERN_POST_LAMP = new LampPostLampBlock(FabricBlockSettings.create().sounds(BlockSoundGroup.METAL).strength(1f, 1.5f).mapColor(MapColor.IRON_GRAY), - new Shapes.HorizontalShape(List.of(List.of(6.5, 0.0, 6.5, 9.5, 2.0, 9.5), + new Shapes.HorizontalShapeLegacy(List.of(List.of(6.5, 0.0, 6.5, 9.5, 2.0, 9.5), List.of(7.0, 2.0, 7.0, 9.0, 7.0, 9.0), List.of(6.5, 7.0, 6.5, 9.5, 9.0, 9.5), List.of(7.0, 9.0, 7.0, 9.0, 12.0, 9.0)))); public static final LampPostLampBlock BIG_POST_LAMP = new LampPostLampBlock(FabricBlockSettings.create().sounds(BlockSoundGroup.METAL).strength(1f, 1.5f).mapColor(MapColor.IRON_GRAY), - new Shapes.HorizontalShape(List.of(List.of(6.5, 0.0, 6.5, 9.5, 2.0, 9.5), + new Shapes.HorizontalShapeLegacy(List.of(List.of(6.5, 0.0, 6.5, 9.5, 2.0, 9.5), List.of(7.0, 2.0, 7.0, 9.0, 7.0, 9.0), List.of(6.5, 7.0, 6.5, 9.5, 9.0, 9.5), List.of(7.0, 9.0, 7.0, 9.0, 12.0, 9.0)))); public static final LampPostLampBlock VINTAGE_POST_LAMP = new LampPostLampBlock(FabricBlockSettings.create().sounds(BlockSoundGroup.METAL).strength(1f, 1.5f).mapColor(MapColor.IRON_GRAY), - new Shapes.HorizontalShape(List.of(List.of(6.5, 0.0, 6.5, 9.5, 2.0, 9.5), + new Shapes.HorizontalShapeLegacy(List.of(List.of(6.5, 0.0, 6.5, 9.5, 2.0, 9.5), List.of(7.0, 2.0, 7.0, 9.0, 7.0, 9.0), List.of(6.5, 7.0, 6.5, 9.5, 9.0, 9.5), List.of(7.0, 9.0, 7.0, 9.0, 12.0, 9.0)))); diff --git a/src/main/java/su/a71/new_soviet/util/Shapes.java b/src/main/java/su/a71/new_soviet/util/Shapes.java index f589d62..b7a7aae 100644 --- a/src/main/java/su/a71/new_soviet/util/Shapes.java +++ b/src/main/java/su/a71/new_soviet/util/Shapes.java @@ -8,25 +8,13 @@ import java.util.ArrayList; import java.util.List; public class Shapes { - public static class NHShape{ - private VoxelShape NORTH; - private VoxelShape WEST; - private VoxelShape SOUTH; - private VoxelShape EAST; - private double minX; - private double minY; - private double minZ; - private double maxX; - private double maxY; - private double maxZ; + public static class NHShapeLegacy { + private final VoxelShape NORTH; + private final VoxelShape WEST; + private final VoxelShape SOUTH; + private final VoxelShape EAST; - public NHShape(double minX, double minY, double minZ, double maxX, double maxY, double maxZ) { - this.minX = minX; - this.minY = minY; - this.minZ = minZ; - this.maxX = maxX; - this.maxY = maxY; - this.maxZ = maxZ; + public NHShapeLegacy(double minX, double minY, double minZ, double maxX, double maxY, double maxZ) { this.NORTH = Block.createCuboidShape(minX, minY, minZ, maxX, maxY, maxZ); this.WEST = Block.createCuboidShape(minZ, minY, minX, maxZ, maxY, maxX); this.SOUTH = Block.createCuboidShape(minX, minY, (16 - maxZ), maxX, maxY, (16 - minZ)); @@ -50,25 +38,13 @@ public class Shapes { } } - public static class NHShape2{ - private VoxelShape NORTH; - private VoxelShape WEST; - private VoxelShape SOUTH; - private VoxelShape EAST; - private double minX; - private double minY; - private double minZ; - private double maxX; - private double maxY; - private double maxZ; + public static class NHShape { + private final VoxelShape NORTH; + private final VoxelShape WEST; + private final VoxelShape SOUTH; + private final VoxelShape EAST; - public NHShape2(double minX, double minY, double minZ, double maxX, double maxY, double maxZ) { - this.minX = minX; - this.minY = minY; - this.minZ = minZ; - this.maxX = maxX; - this.maxY = maxY; - this.maxZ = maxZ; + public NHShape(double minX, double minY, double minZ, double maxX, double maxY, double maxZ) { this.NORTH = Block.createCuboidShape((16 - maxX), minY, minZ, (16 - minX), maxY, maxZ); this.WEST = Block.createCuboidShape(minZ, minY, minX, maxZ, maxY, maxX); this.SOUTH = Block.createCuboidShape(minX, minY, (16 - maxZ), maxX, maxY, (16 - minZ)); @@ -92,11 +68,63 @@ public class Shapes { } } - public static class HorizontalShape{ - private List ShapesListN; - private List ShapesListS; - private List ShapesListW; - private List ShapesListE; + public static class HorizontalShapeLegacy { + private final List ShapesListN; + private final List ShapesListS; + private final List ShapesListW; + private final List ShapesListE; + public HorizontalShapeLegacy(List> list) { + this.ShapesListN = new ArrayList<>(); + this.ShapesListS = new ArrayList<>(); + this.ShapesListW = new ArrayList<>(); + this.ShapesListE = new ArrayList<>(); + for (List i : list) { + NHShapeLegacy shape = new NHShapeLegacy(i.get(0), i.get(1), i.get(2), i.get(3), i.get(4), i.get(5)); + ShapesListN.add(shape.north()); + ShapesListS.add(shape.south()); + ShapesListW.add(shape.west()); + ShapesListE.add(shape.east()); + } + } + + public VoxelShape north() { + VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0); + for (VoxelShape o : ShapesListN) { + shape = VoxelShapes.union(shape, o); + } + return shape; + } + + public VoxelShape west() { + VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0);; + for (VoxelShape o : ShapesListW) { + shape = VoxelShapes.union(shape, o); + } + return shape; + } + + public VoxelShape south() { + VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0);; + for (VoxelShape shapesList : ShapesListS) { + shape = VoxelShapes.union(shape, shapesList); + } + return shape; + } + + public VoxelShape east() { + VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0);; + for (VoxelShape o : ShapesListE) { + shape = VoxelShapes.union(shape, o); + } + return shape; + } + } + + public static class HorizontalShape { + private final List ShapesListN; + private final List ShapesListS; + private final List ShapesListW; + private final List ShapesListE; public HorizontalShape(List> list) { this.ShapesListN = new ArrayList<>(); this.ShapesListS = new ArrayList<>(); @@ -113,84 +141,32 @@ public class Shapes { public VoxelShape north() { VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0); - for (int i=0;i> list) { - this.ShapesListN = new ArrayList<>(); - this.ShapesListS = new ArrayList<>(); - this.ShapesListW = new ArrayList<>(); - this.ShapesListE = new ArrayList<>(); - for (List i : list) { - NHShape2 shape = new NHShape2(i.get(0), i.get(1), i.get(2), i.get(3), i.get(4), i.get(5)); - ShapesListN.add(shape.north()); - ShapesListS.add(shape.south()); - ShapesListW.add(shape.west()); - ShapesListE.add(shape.east()); - } - } - - public VoxelShape north() { - VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0); - for (int i=0;i Date: Mon, 25 Sep 2023 10:51:32 +0300 Subject: [PATCH 7/8] Do chores related to code quality --- recipeTODO.txt | 36 ++++++------- .../a71/new_soviet/TVBlockEntityRenderer.java | 4 +- src/main/java/su/a71/new_soviet/Config.java | 11 ++-- .../new_soviet/blocks/CeilingFanBlock.java | 15 +++--- .../a71/new_soviet/blocks/CheckerBlock.java | 37 ++++++-------- .../su/a71/new_soviet/blocks/ChessBlock.java | 4 +- .../new_soviet/blocks/ChessBlockKnight.java | 2 - .../a71/new_soviet/blocks/HandrailBlock.java | 2 +- .../a71/new_soviet/blocks/LandMineBlock.java | 2 +- .../su/a71/new_soviet/blocks/SirenBlock.java | 34 ++++++------- .../su/a71/new_soviet/blocks/StoveBlock.java | 18 +++---- .../su/a71/new_soviet/blocks/SwitchBlock.java | 50 ++++++------------- .../blocks/lamps/GoldenTableLampBlock.java | 7 ++- .../new_soviet/blocks/lamps/LampBlock.java | 13 +++-- .../blocks/lamps/LightBulbLampBlock.java | 14 +++--- .../blocks/lamps/TableLampBlock.java | 2 +- .../lamps/lamp_post/LampPostBaseBlock.java | 2 +- .../lamps/lamp_post/LampPostLampBlock.java | 10 ++-- .../new_soviet/datagen/BlockLootTables.java | 4 +- .../new_soviet/datagen/ModelGenerator.java | 2 +- .../a71/new_soviet/items/CigaretteItem.java | 2 - .../su/a71/new_soviet/items/DiceItem.java | 6 +-- .../registration/NSE_BaseRegistration.java | 7 +-- .../registration/NSE_ToolMaterials.java | 4 +- .../java/su/a71/new_soviet/util/Shapes.java | 12 ++--- 25 files changed, 126 insertions(+), 174 deletions(-) diff --git a/recipeTODO.txt b/recipeTODO.txt index 8a7ab18..10b39d5 100644 --- a/recipeTODO.txt +++ b/recipeTODO.txt @@ -1,18 +1,18 @@ -aquamarine recipe -whitewash recipe -concrete recipe -concrete with bars recipe -parquet recipe -linoleum recipe -metal plating recipe -crate recipe -po-2 recipe -no wallpaper recipes (intended?) -no handrail recipe -no nutrient block recipe (intended? compressed bread?) -light bulb recipe -sigarette recipe -siren recipe -no landmine recipe - intended -switch recipe -checkers and chess recipe +* aquamarine recipe +* whitewash recipe +* concrete recipe +* concrete with bars recipe +* parquet recipe +* linoleum recipe +* metal plating recipe +* crate recipe +* po-2 recipe +* no wallpaper recipes (intended?) +* no handrail recipe +* no nutrient block recipe (intended? compressed bread?) +* light bulb recipe +* cigarette recipe +* siren recipe +* no landmine recipe - intended +* switch recipe +* checkers and chess recipe diff --git a/src/client/java/su/a71/new_soviet/TVBlockEntityRenderer.java b/src/client/java/su/a71/new_soviet/TVBlockEntityRenderer.java index 7fde30f..0c58eeb 100644 --- a/src/client/java/su/a71/new_soviet/TVBlockEntityRenderer.java +++ b/src/client/java/su/a71/new_soviet/TVBlockEntityRenderer.java @@ -15,12 +15,12 @@ import su.a71.new_soviet.entities.TVBlockEntity; @Environment(EnvType.CLIENT) public class TVBlockEntityRenderer implements BlockEntityRenderer { - private static TextRenderer textRenderer; +// private static TextRenderer textRenderer; private static final Vec3d TEXT_OFFSET = new Vec3d(0.0, 0.3333333432674408, 0.046666666865348816); public TVBlockEntityRenderer(BlockEntityRendererFactory.Context ctx) { - textRenderer = ctx.getTextRenderer(); +// textRenderer = ctx.getTextRenderer(); } @Override diff --git a/src/main/java/su/a71/new_soviet/Config.java b/src/main/java/su/a71/new_soviet/Config.java index 0d70fea..a8ed583 100644 --- a/src/main/java/su/a71/new_soviet/Config.java +++ b/src/main/java/su/a71/new_soviet/Config.java @@ -17,18 +17,21 @@ public class Config { private static void generateDefault() { + INSTANCE = new Config(); + NewSoviet.LOG.info("Generated config file at config/new_soviet.json"); File file = new File("config/new_soviet.json"); - if(!file.getParentFile().exists()) { - file.getParentFile().mkdirs(); + if(!file.getParentFile().exists() && !file.getParentFile().mkdirs()) { + NewSoviet.LOG.error("Error making dir for config, using default"); + INSTANCE = new Config(); // Something went wrong with mkdir + return; } - INSTANCE = new Config(); try { FileWriter writer = new FileWriter(file); writer.write(NewSoviet.GSON.toJson(INSTANCE)); writer.close(); } catch (Exception e) { - INSTANCE = new Config(); + NewSoviet.LOG.error("Error creating config, using default", e); } } diff --git a/src/main/java/su/a71/new_soviet/blocks/CeilingFanBlock.java b/src/main/java/su/a71/new_soviet/blocks/CeilingFanBlock.java index fcb4aab..ed69602 100644 --- a/src/main/java/su/a71/new_soviet/blocks/CeilingFanBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/CeilingFanBlock.java @@ -8,7 +8,6 @@ import net.minecraft.server.world.ServerWorld; import net.minecraft.state.StateManager; import net.minecraft.state.property.BooleanProperty; import net.minecraft.state.property.Properties; -import net.minecraft.state.property.Property; import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.Direction; import net.minecraft.util.math.random.Random; @@ -28,25 +27,25 @@ public class CeilingFanBlock extends Block implements Waterloggable { public CeilingFanBlock(Block.Settings settings) { super(settings); - this.setDefaultState((BlockState)this.getDefaultState().with(ON, false).with(WATERLOGGED, false)); + this.setDefaultState(this.getDefaultState().with(ON, false).with(WATERLOGGED, false)); } @Nullable public BlockState getPlacementState(ItemPlacementContext ctx) { - return (BlockState)this.getDefaultState() + return this.getDefaultState() .with(ON, ctx.getWorld().isReceivingRedstonePower(ctx.getBlockPos())) .with(WATERLOGGED, ctx.getWorld().getFluidState(ctx.getBlockPos()).getFluid() == Fluids.WATER); } public void neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, BlockPos sourcePos, boolean notify) { if (!world.isClient) { - boolean bl = (Boolean)state.get(ON); + boolean bl = state.get(ON); if (bl != world.isReceivingRedstonePower(pos)) { if (bl) { world.scheduleBlockTick(pos, this, 4); } else { - world.setBlockState(pos, (BlockState)state.cycle(ON), 2); + world.setBlockState(pos, state.cycle(ON), 2); } } } @@ -61,13 +60,13 @@ public class CeilingFanBlock extends Block implements Waterloggable { } public void scheduledTick(BlockState state, ServerWorld world, BlockPos pos, Random random) { - if ((Boolean)state.get(ON) && !world.isReceivingRedstonePower(pos)) { - world.setBlockState(pos, (BlockState)state.cycle(ON), 2); + if (state.get(ON) && !world.isReceivingRedstonePower(pos)) { + world.setBlockState(pos, state.cycle(ON), 2); } } protected void appendProperties(StateManager.Builder builder) { - builder.add(new Property[]{ON, WATERLOGGED}); + builder.add(ON, WATERLOGGED); } public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context) { diff --git a/src/main/java/su/a71/new_soviet/blocks/CheckerBlock.java b/src/main/java/su/a71/new_soviet/blocks/CheckerBlock.java index 2283c40..9eee71e 100644 --- a/src/main/java/su/a71/new_soviet/blocks/CheckerBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/CheckerBlock.java @@ -2,7 +2,6 @@ package su.a71.new_soviet.blocks; import net.minecraft.block.*; import net.minecraft.entity.ai.pathing.NavigationType; -import net.minecraft.entity.player.PlayerEntity; import net.minecraft.fluid.FluidState; import net.minecraft.fluid.Fluids; import net.minecraft.item.ItemPlacementContext; @@ -10,18 +9,15 @@ import net.minecraft.state.StateManager; import net.minecraft.state.property.BooleanProperty; import net.minecraft.state.property.IntProperty; import net.minecraft.state.property.Properties; -import net.minecraft.state.property.Property; import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.Direction; import net.minecraft.util.shape.VoxelShape; import net.minecraft.world.BlockView; -import net.minecraft.world.World; import net.minecraft.world.WorldAccess; import net.minecraft.world.WorldView; import org.jetbrains.annotations.Nullable; public class CheckerBlock extends Block implements Waterloggable { - public static final int MAX_PICKLES = 4; public static final IntProperty CHECKERS; public static final BooleanProperty WATERLOGGED; protected static final VoxelShape ONE_CHECKER; @@ -31,18 +27,18 @@ public class CheckerBlock extends Block implements Waterloggable { public CheckerBlock(AbstractBlock.Settings settings) { super(settings); - this.setDefaultState((BlockState)((BlockState)((BlockState)this.stateManager.getDefaultState()).with(CHECKERS, 1)).with(WATERLOGGED, true)); + this.setDefaultState(this.stateManager.getDefaultState().with(CHECKERS, 1).with(WATERLOGGED, true)); } @Nullable public BlockState getPlacementState(ItemPlacementContext ctx) { BlockState blockState = ctx.getWorld().getBlockState(ctx.getBlockPos()); if (blockState.isOf(this)) { - return (BlockState)blockState.with(CHECKERS, Math.min(4, (Integer)blockState.get(CHECKERS) + 1)); + return blockState.with(CHECKERS, Math.min(4, blockState.get(CHECKERS) + 1)); } else { FluidState fluidState = ctx.getWorld().getFluidState(ctx.getBlockPos()); boolean bl = fluidState.getFluid() == Fluids.WATER; - return (BlockState)super.getPlacementState(ctx).with(WATERLOGGED, bl); + return super.getPlacementState(ctx).with(WATERLOGGED, bl); } } @@ -59,7 +55,7 @@ public class CheckerBlock extends Block implements Waterloggable { if (!state.canPlaceAt(world, pos)) { return Blocks.AIR.getDefaultState(); } else { - if ((Boolean)state.get(WATERLOGGED)) { + if (state.get(WATERLOGGED)) { world.scheduleFluidTick(pos, Fluids.WATER, Fluids.WATER.getTickRate(world)); } @@ -68,29 +64,24 @@ public class CheckerBlock extends Block implements Waterloggable { } public boolean canReplace(BlockState state, ItemPlacementContext context) { - return !context.shouldCancelInteraction() && context.getStack().isOf(this.asItem()) && (Integer) state.get(CHECKERS) < 4 || super.canReplace(state, context); + return !context.shouldCancelInteraction() && context.getStack().isOf(this.asItem()) && state.get(CHECKERS) < 4 || super.canReplace(state, context); } public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context) { - switch ((Integer)state.get(CHECKERS)) { - case 1: - default: - return ONE_CHECKER; - case 2: - return TWO_CHECKER; - case 3: - return THREE_CHECKER; - case 4: - return FOUR_CHECKER; - } + return switch (state.get(CHECKERS)) { + default -> ONE_CHECKER; + case 2 -> TWO_CHECKER; + case 3 -> THREE_CHECKER; + case 4 -> FOUR_CHECKER; + }; } public FluidState getFluidState(BlockState state) { - return (Boolean)state.get(WATERLOGGED) ? Fluids.WATER.getStill(false) : super.getFluidState(state); + return state.get(WATERLOGGED) ? Fluids.WATER.getStill(false) : super.getFluidState(state); } protected void appendProperties(StateManager.Builder builder) { - builder.add(new Property[]{CHECKERS, WATERLOGGED}); + builder.add(CHECKERS, WATERLOGGED); } public boolean canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) { @@ -98,7 +89,7 @@ public class CheckerBlock extends Block implements Waterloggable { } static { - CHECKERS = IntProperty.of("checkers", 1, 4);; + CHECKERS = IntProperty.of("checkers", 1, 4); WATERLOGGED = Properties.WATERLOGGED; ONE_CHECKER = Block.createCuboidShape(2.0, 0.0, 2.0, 14.0, 4.0, 14.0); TWO_CHECKER = Block.createCuboidShape(2.0, 0.0, 2.0, 14.0, 8.0, 14.0); diff --git a/src/main/java/su/a71/new_soviet/blocks/ChessBlock.java b/src/main/java/su/a71/new_soviet/blocks/ChessBlock.java index ade8934..fcca0d8 100644 --- a/src/main/java/su/a71/new_soviet/blocks/ChessBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/ChessBlock.java @@ -1,10 +1,8 @@ package su.a71.new_soviet.blocks; -import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings; import net.minecraft.block.*; import net.minecraft.block.piston.PistonBehavior; import net.minecraft.item.ItemPlacementContext; -import net.minecraft.sound.BlockSoundGroup; import net.minecraft.state.StateManager; import net.minecraft.state.property.Properties; import net.minecraft.util.math.BlockPos; @@ -16,7 +14,7 @@ import net.minecraft.world.WorldView; public class ChessBlock extends HorizontalFacingBlock { - private VoxelShape blockShape; + private final VoxelShape blockShape; public ChessBlock(AbstractBlock.Settings settings, VoxelShape blockShape) { super(settings.notSolid().nonOpaque().noBlockBreakParticles().pistonBehavior(PistonBehavior.DESTROY).strength(0.1f, 2f)); diff --git a/src/main/java/su/a71/new_soviet/blocks/ChessBlockKnight.java b/src/main/java/su/a71/new_soviet/blocks/ChessBlockKnight.java index d7f4065..f0053b8 100644 --- a/src/main/java/su/a71/new_soviet/blocks/ChessBlockKnight.java +++ b/src/main/java/su/a71/new_soviet/blocks/ChessBlockKnight.java @@ -1,6 +1,5 @@ package su.a71.new_soviet.blocks; -import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings; import net.minecraft.block.Block; import net.minecraft.block.BlockState; import net.minecraft.block.HorizontalFacingBlock; @@ -15,7 +14,6 @@ import net.minecraft.util.shape.VoxelShape; import net.minecraft.util.shape.VoxelShapes; import net.minecraft.world.BlockView; import net.minecraft.world.WorldView; -import su.a71.new_soviet.util.Shapes; public class ChessBlockKnight extends HorizontalFacingBlock { diff --git a/src/main/java/su/a71/new_soviet/blocks/HandrailBlock.java b/src/main/java/su/a71/new_soviet/blocks/HandrailBlock.java index 190fbe3..2d7988f 100644 --- a/src/main/java/su/a71/new_soviet/blocks/HandrailBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/HandrailBlock.java @@ -131,7 +131,7 @@ public class HandrailBlock extends HorizontalFacingBlock implements BlockEntityP SHAPE2 = new Shapes.HorizontalShape(List.of(List.of(0.0, 0.0, 15.0, 16.0, 17.0, 16.0), List.of(0.0, 17.0, 14.5, 16.0, 19.0, 16.5))); SHAPE1 = new Shapes.HorizontalShape(List.of(List.of(0.0, 0.0, 15.0, 8.0, 18.0, 16.0), List.of(8.0, -8.0, 15.0, 16.0, 10.0, 16.0))); SHAPE3 = new Shapes.HorizontalShape(List.of(List.of(0.0, -8.0, 15.0, 8.0, 10.0, 16.0), List.of(8.0, 0.0, 15.0, 16.0, 18.0, 16.0))); - ROTATION = IntProperty.of("rotate", 1, 3);; + ROTATION = IntProperty.of("rotate", 1, 3); WATERLOGGED = Properties.WATERLOGGED; } } \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/blocks/LandMineBlock.java b/src/main/java/su/a71/new_soviet/blocks/LandMineBlock.java index 1a72186..db1444a 100644 --- a/src/main/java/su/a71/new_soviet/blocks/LandMineBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/LandMineBlock.java @@ -121,7 +121,7 @@ public class LandMineBlock extends HorizontalFacingBlock implements Waterloggabl @Nullable public BlockState getPlacementState(ItemPlacementContext ctx) { FluidState fluidState = ctx.getWorld().getFluidState(ctx.getBlockPos()); - return (BlockState)this.getDefaultState().with(WATERLOGGED, fluidState.getFluid() == Fluids.WATER).with(Properties.HORIZONTAL_FACING, ctx.getHorizontalPlayerFacing().getOpposite()); + return this.getDefaultState().with(WATERLOGGED, fluidState.getFluid() == Fluids.WATER).with(Properties.HORIZONTAL_FACING, ctx.getHorizontalPlayerFacing().getOpposite()); } public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context) { diff --git a/src/main/java/su/a71/new_soviet/blocks/SirenBlock.java b/src/main/java/su/a71/new_soviet/blocks/SirenBlock.java index ae84777..4f718d1 100644 --- a/src/main/java/su/a71/new_soviet/blocks/SirenBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/SirenBlock.java @@ -3,7 +3,6 @@ package su.a71.new_soviet.blocks; import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings; import net.minecraft.block.*; import net.minecraft.block.piston.PistonBehavior; -import net.minecraft.entity.player.PlayerEntity; import net.minecraft.fluid.FluidState; import net.minecraft.fluid.Fluids; import net.minecraft.item.ItemPlacementContext; @@ -41,13 +40,13 @@ public class SirenBlock extends HorizontalFacingBlock implements Waterloggable { public void neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, BlockPos sourcePos, boolean notify) { if (!world.isClient) { - boolean bl = (Boolean)state.get(ON); + boolean bl = state.get(ON); if (bl != world.isReceivingRedstonePower(pos)) { if (bl) { world.scheduleBlockTick(pos, this, 4); } else { - world.playSound((PlayerEntity)null, pos.getX(), pos.getY(), pos.getZ(), NSE_Sounds.SIREN_SOUND, SoundCategory.NEUTRAL, getSirenVolume(world, pos), 1f); - world.setBlockState(pos, (BlockState)state.cycle(ON), 2); + world.playSound(null, pos.getX(), pos.getY(), pos.getZ(), NSE_Sounds.SIREN_SOUND, SoundCategory.NEUTRAL, getSirenVolume(world, pos), 1f); + world.setBlockState(pos, state.cycle(ON), 2); world.scheduleBlockTick(pos, this, 140); } } @@ -57,18 +56,13 @@ public class SirenBlock extends HorizontalFacingBlock implements Waterloggable { @Override public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext ctx) { Direction dir = state.get(FACING); - switch(dir) { - case NORTH: - return Block.createCuboidShape(3.5, 2, 11, 12.5, 15, 16); - case SOUTH: - return Block.createCuboidShape(3.5, 2, 0, 12.5, 15, 5); - case EAST: - return Block.createCuboidShape(0, 2, 3.5, 5, 15, 12.5); - case WEST: - return Block.createCuboidShape(11, 2, 3.5, 16, 15, 12.5); - default: - return VoxelShapes.fullCube(); - } + return switch (dir) { + case NORTH -> Block.createCuboidShape(3.5, 2, 11, 12.5, 15, 16); + case SOUTH -> Block.createCuboidShape(3.5, 2, 0, 12.5, 15, 5); + case EAST -> Block.createCuboidShape(0, 2, 3.5, 5, 15, 12.5); + case WEST -> Block.createCuboidShape(11, 2, 3.5, 16, 15, 12.5); + default -> VoxelShapes.fullCube(); + }; } @Override @@ -80,17 +74,17 @@ public class SirenBlock extends HorizontalFacingBlock implements Waterloggable { } public boolean canPlaceAt(BlockState state, WorldView world, BlockPos pos) { - Direction direction = (Direction)state.get(FACING); + Direction direction = state.get(FACING); BlockPos blockPos = pos.offset(direction.getOpposite()); BlockState blockState = world.getBlockState(blockPos); return direction.getAxis().isHorizontal() && blockState.isSideSolidFullSquare(world, blockPos, direction); } public void scheduledTick(BlockState state, ServerWorld world, BlockPos pos, Random random) { - if ((Boolean)state.get(ON) && !world.isReceivingRedstonePower(pos)) { - world.setBlockState(pos, (BlockState)state.cycle(ON), 2); + if (state.get(ON) && !world.isReceivingRedstonePower(pos)) { + world.setBlockState(pos, state.cycle(ON), 2); } else { - world.playSound((PlayerEntity)null, pos.getX(), pos.getY(), pos.getZ(), NSE_Sounds.SIREN_SOUND, SoundCategory.NEUTRAL, getSirenVolume(world, pos), 1f); + world.playSound(null, pos.getX(), pos.getY(), pos.getZ(), NSE_Sounds.SIREN_SOUND, SoundCategory.NEUTRAL, getSirenVolume(world, pos), 1f); world.scheduleBlockTick(pos, this, 140); } } diff --git a/src/main/java/su/a71/new_soviet/blocks/StoveBlock.java b/src/main/java/su/a71/new_soviet/blocks/StoveBlock.java index 5aa8b40..7608133 100644 --- a/src/main/java/su/a71/new_soviet/blocks/StoveBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/StoveBlock.java @@ -40,15 +40,11 @@ public class StoveBlock extends BlockWithEntity { @Override public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext ctx) { - Direction dir = state.get(FACING); - switch(dir) { - case NORTH, SOUTH: - return VoxelShapes.cuboid(0.0625f, 0.0f, 0.3125f, 0.9375f, 0.5625f, 0.6875f); - case EAST, WEST: - return VoxelShapes.cuboid(0.3125f, 0.0f, 0.0625f, 0.6875f, 0.5625f, 0.9375f); - default: - return VoxelShapes.fullCube(); - } + return switch (state.get(FACING)) { + case NORTH, SOUTH -> VoxelShapes.cuboid(0.0625f, 0.0f, 0.3125f, 0.9375f, 0.5625f, 0.6875f); + case EAST, WEST -> VoxelShapes.cuboid(0.3125f, 0.0f, 0.0625f, 0.6875f, 0.5625f, 0.9375f); + default -> VoxelShapes.fullCube(); + }; } @Override @@ -57,11 +53,11 @@ public class StoveBlock extends BlockWithEntity { } public BlockState rotate(BlockState state, BlockRotation rotation) { - return (BlockState)state.with(FACING, rotation.rotate((Direction)state.get(FACING))); + return state.with(FACING, rotation.rotate(state.get(FACING))); } public BlockState mirror(BlockState state, BlockMirror mirror) { - return state.rotate(mirror.getRotation((Direction)state.get(FACING))); + return state.rotate(mirror.getRotation(state.get(FACING))); } static { diff --git a/src/main/java/su/a71/new_soviet/blocks/SwitchBlock.java b/src/main/java/su/a71/new_soviet/blocks/SwitchBlock.java index 159db2f..33673d1 100644 --- a/src/main/java/su/a71/new_soviet/blocks/SwitchBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/SwitchBlock.java @@ -4,7 +4,6 @@ import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings; import net.minecraft.block.*; import net.minecraft.block.enums.WallMountLocation; import net.minecraft.block.piston.PistonBehavior; -import net.minecraft.entity.Entity; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.particle.DustParticleEffect; import net.minecraft.sound.BlockSoundGroup; @@ -17,7 +16,6 @@ import net.minecraft.util.Hand; import net.minecraft.util.hit.BlockHitResult; import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.Direction; -import net.minecraft.util.math.random.Random; import net.minecraft.util.shape.VoxelShape; import net.minecraft.world.BlockView; import net.minecraft.world.World; @@ -26,6 +24,8 @@ import net.minecraft.world.event.GameEvent; import su.a71.new_soviet.registration.NSE_Sounds; +import java.util.Objects; + public class SwitchBlock extends LeverBlock { public static final BooleanProperty POWERED = Properties.POWERED; protected static final VoxelShape NORTH_WALL_SHAPE = Block.createCuboidShape(5.5, 5.5, 15, 10.5, 10.5, 16); @@ -39,39 +39,29 @@ public class SwitchBlock extends LeverBlock { public SwitchBlock(FabricBlockSettings fabricBlockSettings) { super(FabricBlockSettings.create().sounds(BlockSoundGroup.METAL).notSolid().pistonBehavior(PistonBehavior.DESTROY).strength(1f, 2f).mapColor(MapColor.TERRACOTTA_WHITE).noCollision()); - this.setDefaultState((BlockState)((BlockState)((BlockState)((BlockState)this.stateManager.getDefaultState()).with(FACING, Direction.NORTH)).with(POWERED, false)).with(FACE, WallMountLocation.WALL)); + this.setDefaultState(this.stateManager.getDefaultState().with(FACING, Direction.NORTH).with(POWERED, false).with(FACE, WallMountLocation.WALL)); } @Override public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context) { - switch ((WallMountLocation)state.get(FACE)) { + switch (state.get(FACE)) { case FLOOR: { - switch (state.get(FACING).getAxis()) { - case X: { - return FLOOR_X_AXIS_SHAPE; - } + if (Objects.requireNonNull(state.get(FACING).getAxis()) == Direction.Axis.X) { + return FLOOR_X_AXIS_SHAPE; } return FLOOR_Z_AXIS_SHAPE; } case WALL: { - switch (state.get(FACING)) { - case EAST: { - return EAST_WALL_SHAPE; - } - case WEST: { - return WEST_WALL_SHAPE; - } - case SOUTH: { - return SOUTH_WALL_SHAPE; - } - } - return NORTH_WALL_SHAPE; + return switch (state.get(FACING)) { + case EAST -> EAST_WALL_SHAPE; + case WEST -> WEST_WALL_SHAPE; + case SOUTH -> SOUTH_WALL_SHAPE; + default -> NORTH_WALL_SHAPE; + }; } } - switch (state.get(FACING).getAxis()) { - case X: { - return CEILING_X_AXIS_SHAPE; - } + if (Objects.requireNonNull(state.get(FACING).getAxis()) == Direction.Axis.X) { + return CEILING_X_AXIS_SHAPE; } return CEILING_Z_AXIS_SHAPE; } @@ -79,13 +69,13 @@ public class SwitchBlock extends LeverBlock { @Override public ActionResult onUse(BlockState state, World world, BlockPos pos, PlayerEntity player, Hand hand, BlockHitResult hit) { if (world.isClient) { - BlockState blockState = (BlockState)state.cycle(POWERED); + state.cycle(POWERED); return ActionResult.SUCCESS; } BlockState blockState = this.togglePower(state, world, pos); float f = blockState.get(POWERED) ? 1f : 0.9f; world.playSound(null, pos, NSE_Sounds.SWITCH_PRESS, SoundCategory.BLOCKS, 0.6f, f); - world.emitGameEvent((Entity)player, blockState.get(POWERED) ? GameEvent.BLOCK_ACTIVATE : GameEvent.BLOCK_DEACTIVATE, pos); + world.emitGameEvent(player, blockState.get(POWERED) ? GameEvent.BLOCK_ACTIVATE : GameEvent.BLOCK_DEACTIVATE, pos); return ActionResult.CONSUME; } @@ -98,14 +88,6 @@ public class SwitchBlock extends LeverBlock { world.addParticle(new DustParticleEffect(DustParticleEffect.RED, alpha), d, e, f, 0.0, 0.0, 0.0); } - @Override - public void randomDisplayTick(BlockState state, World world, BlockPos pos, Random random) { - if (state.get(POWERED) && random.nextFloat() < 0.25f) { - //SwitchBlock.spawnParticles(state, world, pos, 0.5f); - } - } - - @Override protected void appendProperties(StateManager.Builder builder) { builder.add(FACE, FACING, POWERED); diff --git a/src/main/java/su/a71/new_soviet/blocks/lamps/GoldenTableLampBlock.java b/src/main/java/su/a71/new_soviet/blocks/lamps/GoldenTableLampBlock.java index 6584906..301189c 100644 --- a/src/main/java/su/a71/new_soviet/blocks/lamps/GoldenTableLampBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/lamps/GoldenTableLampBlock.java @@ -43,8 +43,7 @@ public class GoldenTableLampBlock extends LampBlock { } public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context) { - Direction dir = state.get(FACING); - return switch (dir) { + return switch (state.get(FACING)) { case NORTH -> SHAPE.north(); case SOUTH -> SHAPE.south(); case EAST -> SHAPE.east(); @@ -65,11 +64,11 @@ public class GoldenTableLampBlock extends LampBlock { } public BlockState rotate(BlockState state, BlockRotation rotation) { - return (BlockState)state.with(FACING, rotation.rotate((Direction)state.get(FACING))); + return state.with(FACING, rotation.rotate(state.get(FACING))); } public BlockState mirror(BlockState state, BlockMirror mirror) { - return state.rotate(mirror.getRotation((Direction)state.get(FACING))); + return state.rotate(mirror.getRotation(state.get(FACING))); } static { diff --git a/src/main/java/su/a71/new_soviet/blocks/lamps/LampBlock.java b/src/main/java/su/a71/new_soviet/blocks/lamps/LampBlock.java index 7d00e96..3f43f8c 100644 --- a/src/main/java/su/a71/new_soviet/blocks/lamps/LampBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/lamps/LampBlock.java @@ -11,7 +11,6 @@ import net.minecraft.sound.SoundCategory; import net.minecraft.state.StateManager; import net.minecraft.state.property.BooleanProperty; import net.minecraft.state.property.Properties; -import net.minecraft.state.property.Property; import net.minecraft.util.ActionResult; import net.minecraft.util.Hand; import net.minecraft.util.hit.BlockHitResult; @@ -65,7 +64,7 @@ public abstract class LampBlock extends Block implements Waterloggable { @Override public ActionResult onUse(BlockState state, World world, BlockPos pos, PlayerEntity player, Hand hand, BlockHitResult hit) { if (!world.isClient) { - world.setBlockState(pos, (BlockState)state.cycle(INVERTED), 2); + world.setBlockState(pos, state.cycle(INVERTED), 2); } float f = state.get(ON) ? 1f : 0.9f; world.playSound(null, pos, NSE_Sounds.SWITCH_PRESS, SoundCategory.BLOCKS, 0.6f, f); @@ -73,7 +72,7 @@ public abstract class LampBlock extends Block implements Waterloggable { } protected void appendProperties(StateManager.Builder builder) { - builder.add(new Property[]{ON, WATERLOGGED, INVERTED}); + builder.add(ON, WATERLOGGED, INVERTED); } public BlockState getStateForNeighborUpdate(BlockState state, Direction direction, BlockState neighborState, WorldAccess world, BlockPos pos, BlockPos neighborPos) { @@ -94,20 +93,20 @@ public abstract class LampBlock extends Block implements Waterloggable { public void neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, BlockPos sourcePos, boolean notify) { if (!world.isClient) { - boolean bl = (Boolean)state.get(ON); + boolean bl = state.get(ON); if (bl != world.isReceivingRedstonePower(pos)) { if (bl) { world.scheduleBlockTick(pos, this, 4); } else { - world.setBlockState(pos, (BlockState)state.cycle(ON), 2); + world.setBlockState(pos, state.cycle(ON), 2); } } } } public void scheduledTick(BlockState state, ServerWorld world, BlockPos pos, Random random) { - if ((Boolean)state.get(ON) && !world.isReceivingRedstonePower(pos)) { - world.setBlockState(pos, (BlockState)state.cycle(ON), 2); + if (state.get(ON) && !world.isReceivingRedstonePower(pos)) { + world.setBlockState(pos, state.cycle(ON), 2); } } diff --git a/src/main/java/su/a71/new_soviet/blocks/lamps/LightBulbLampBlock.java b/src/main/java/su/a71/new_soviet/blocks/lamps/LightBulbLampBlock.java index 3c5a1a4..750700d 100644 --- a/src/main/java/su/a71/new_soviet/blocks/lamps/LightBulbLampBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/lamps/LightBulbLampBlock.java @@ -9,7 +9,6 @@ import net.minecraft.sound.SoundCategory; import net.minecraft.state.StateManager; import net.minecraft.state.property.BooleanProperty; import net.minecraft.state.property.Properties; -import net.minecraft.state.property.Property; import net.minecraft.util.ActionResult; import net.minecraft.util.Formatting; import net.minecraft.util.Hand; @@ -24,7 +23,6 @@ import net.minecraft.world.WorldView; import org.jetbrains.annotations.Nullable; import su.a71.new_soviet.NewSoviet; -import su.a71.new_soviet.blocks.lamps.LampBlock; import su.a71.new_soviet.registration.NSE_Items; import su.a71.new_soviet.registration.NSE_Sounds; @@ -47,7 +45,7 @@ public class LightBulbLampBlock extends LampBlock { @Nullable public BlockState getPlacementState(ItemPlacementContext ctx) { - return (BlockState)this.getDefaultState() + return this.getDefaultState() .with(BROKEN, false); } @@ -57,12 +55,12 @@ public class LightBulbLampBlock extends LampBlock { if (world.isReceivingRedstonePower(pos) == state.get(INVERTED) || (NewSoviet.RANDOM.nextBetween(1, 32) == 1)) { if (!player.isCreative()) player.getInventory().getMainHandStack().decrement(1); - world.setBlockState(pos, (BlockState)state.with(BROKEN, false)); + world.setBlockState(pos, state.with(BROKEN, false)); return ActionResult.SUCCESS; } else { player.getItemCooldownManager().set(NSE_Items.LIGHT_BULB, 10); player.sendMessage(Text.translatable("block.new_soviet.light_bulb_block.energized").formatted(Formatting.YELLOW), true); - world.playSound((PlayerEntity)null, pos.getX(), pos.getY(), pos.getZ(), NSE_Sounds.ELECTRIC_HIT, SoundCategory.AMBIENT, 0.8f, 1f); + world.playSound(null, pos.getX(), pos.getY(), pos.getZ(), NSE_Sounds.ELECTRIC_HIT, SoundCategory.AMBIENT, 0.8f, 1f); if (!player.isCreative()) { player.damage(world.getDamageSources().lightningBolt(), NewSoviet.RANDOM.nextBetween(1, 4)); } @@ -79,14 +77,14 @@ public class LightBulbLampBlock extends LampBlock { @Override public void onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile) { if (!state.get(BROKEN)) { - world.playSound((PlayerEntity)null, hit.getBlockPos().getX(), hit.getBlockPos().getY(), hit.getBlockPos().getZ(), NSE_Sounds.LIGHT_BULB_BROKEN_SOUND, SoundCategory.NEUTRAL, 0.8f, 1f); + world.playSound(null, hit.getBlockPos().getX(), hit.getBlockPos().getY(), hit.getBlockPos().getZ(), NSE_Sounds.LIGHT_BULB_BROKEN_SOUND, SoundCategory.NEUTRAL, 0.8f, 1f); } - world.setBlockState(hit.getBlockPos(), (BlockState)state.with(BROKEN, true), 2); + world.setBlockState(hit.getBlockPos(), state.with(BROKEN, true), 2); super.onProjectileHit(world, state, hit, projectile); } protected void appendProperties(StateManager.Builder builder) { - builder.add(new Property[]{ON, BROKEN, WATERLOGGED, INVERTED}); + builder.add(ON, BROKEN, WATERLOGGED, INVERTED); } public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context) { diff --git a/src/main/java/su/a71/new_soviet/blocks/lamps/TableLampBlock.java b/src/main/java/su/a71/new_soviet/blocks/lamps/TableLampBlock.java index 7f215fe..3c6fe1e 100644 --- a/src/main/java/su/a71/new_soviet/blocks/lamps/TableLampBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/lamps/TableLampBlock.java @@ -10,7 +10,7 @@ import net.minecraft.world.WorldView; import su.a71.new_soviet.blocks.lamps.LampBlock; public class TableLampBlock extends LampBlock { - protected final VoxelShape SHAPE = getStandingShape();; + protected final VoxelShape SHAPE = getStandingShape(); public TableLampBlock(AbstractBlock.Settings settings) { super(settings, true, null); diff --git a/src/main/java/su/a71/new_soviet/blocks/lamps/lamp_post/LampPostBaseBlock.java b/src/main/java/su/a71/new_soviet/blocks/lamps/lamp_post/LampPostBaseBlock.java index 8b08cd2..779b310 100644 --- a/src/main/java/su/a71/new_soviet/blocks/lamps/lamp_post/LampPostBaseBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/lamps/lamp_post/LampPostBaseBlock.java @@ -36,7 +36,7 @@ public class LampPostBaseBlock extends Block implements Waterloggable { public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext ctx) { if (state.get(Properties.ATTACHED)) { return SHAPE_ATTACHED; - }; + } return SHAPE_BASE; } diff --git a/src/main/java/su/a71/new_soviet/blocks/lamps/lamp_post/LampPostLampBlock.java b/src/main/java/su/a71/new_soviet/blocks/lamps/lamp_post/LampPostLampBlock.java index 5849a76..560b171 100644 --- a/src/main/java/su/a71/new_soviet/blocks/lamps/lamp_post/LampPostLampBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/lamps/lamp_post/LampPostLampBlock.java @@ -9,7 +9,6 @@ import net.minecraft.state.StateManager; import net.minecraft.state.property.BooleanProperty; import net.minecraft.state.property.DirectionProperty; import net.minecraft.state.property.Properties; -import net.minecraft.state.property.Property; import net.minecraft.util.BlockMirror; import net.minecraft.util.BlockRotation; import net.minecraft.util.math.BlockPos; @@ -37,8 +36,7 @@ public class LampPostLampBlock extends Block implements Waterloggable { } public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context) { - Direction dir = state.get(FACING); - return switch (dir) { + return switch (state.get(FACING)) { case NORTH -> SHAPE.north(); case SOUTH -> SHAPE.south(); case EAST -> SHAPE.east(); @@ -70,7 +68,7 @@ public class LampPostLampBlock extends Block implements Waterloggable { } protected void appendProperties(StateManager.Builder builder) { - builder.add(new Property[]{WATERLOGGED, Properties.HORIZONTAL_FACING}); + builder.add(WATERLOGGED, Properties.HORIZONTAL_FACING); } public BlockState getStateForNeighborUpdate(BlockState state, Direction direction, BlockState neighborState, WorldAccess world, BlockPos pos, BlockPos neighborPos) { @@ -90,11 +88,11 @@ public class LampPostLampBlock extends Block implements Waterloggable { } public BlockState rotate(BlockState state, BlockRotation rotation) { - return (BlockState)state.with(FACING, rotation.rotate((Direction)state.get(FACING))); + return state.with(FACING, rotation.rotate(state.get(FACING))); } public BlockState mirror(BlockState state, BlockMirror mirror) { - return state.rotate(mirror.getRotation((Direction)state.get(FACING))); + return state.rotate(mirror.getRotation(state.get(FACING))); } static { diff --git a/src/main/java/su/a71/new_soviet/datagen/BlockLootTables.java b/src/main/java/su/a71/new_soviet/datagen/BlockLootTables.java index 5ffd26d..0bec83d 100644 --- a/src/main/java/su/a71/new_soviet/datagen/BlockLootTables.java +++ b/src/main/java/su/a71/new_soviet/datagen/BlockLootTables.java @@ -171,9 +171,9 @@ public class BlockLootTables extends FabricBlockLootTableProvider { addDrop(NSE_Blocks.MEAT_EYE); addDrop(NSE_Blocks.MEAT_TEETH); addDrop(NSE_Blocks.CHISELED_BIRCH_DOOR, doorDrops(NSE_Blocks.CHISELED_BIRCH_DOOR)); - addDrop(NSE_Blocks.CHISELED_MANGROVE_DOOR, doorDrops(NSE_Blocks.CHISELED_MANGROVE_DOOR));; + addDrop(NSE_Blocks.CHISELED_MANGROVE_DOOR, doorDrops(NSE_Blocks.CHISELED_MANGROVE_DOOR)); addDrop(NSE_Blocks.CHISELED_OAK_DOOR, doorDrops(NSE_Blocks.CHISELED_OAK_DOOR)); - addDrop(NSE_Blocks.CHISELED_SPRUCE_DOOR, doorDrops(NSE_Blocks.CHISELED_SPRUCE_DOOR));; + addDrop(NSE_Blocks.CHISELED_SPRUCE_DOOR, doorDrops(NSE_Blocks.CHISELED_SPRUCE_DOOR)); addDrop(NSE_Blocks.BEIGE_WALLPAPER); addDrop(NSE_Blocks.BROWN_WALLPAPER); addDrop(NSE_Blocks.GREEN_WALLPAPER); diff --git a/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java b/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java index fafcd5c..15f838c 100644 --- a/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java +++ b/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java @@ -39,7 +39,7 @@ public class ModelGenerator extends FabricModelProvider { public void registerCube(BlockStateModelGenerator blockStateModelGenerator, Block block, String texturePath) { TextureMap textureMap = TextureMap.all(Registries.BLOCK.getId(block).withPath((path) -> "block/" + texturePath + "/" + path)); Identifier model_id = Models.CUBE_ALL.upload(block, textureMap, blockStateModelGenerator.modelCollector); - blockStateModelGenerator.blockStateCollector.accept(blockStateModelGenerator.createSingletonBlockState(block, model_id)); + blockStateModelGenerator.blockStateCollector.accept(BlockStateModelGenerator.createSingletonBlockState(block, model_id)); } public void registerSlabStairs(BlockStateModelGenerator blockStateModelGenerator, Block parent, StairsBlock stairs, SlabBlock slab, String texturePath) { diff --git a/src/main/java/su/a71/new_soviet/items/CigaretteItem.java b/src/main/java/su/a71/new_soviet/items/CigaretteItem.java index 3d19a1c..8b01af2 100644 --- a/src/main/java/su/a71/new_soviet/items/CigaretteItem.java +++ b/src/main/java/su/a71/new_soviet/items/CigaretteItem.java @@ -19,11 +19,9 @@ import net.minecraft.util.Hand; import net.minecraft.util.TypedActionResult; import org.jetbrains.annotations.Nullable; import su.a71.new_soviet.NewSoviet; -import su.a71.new_soviet.registration.NSE_Items; import su.a71.new_soviet.registration.NSE_Sounds; import java.util.List; -import java.util.Objects; // FIXME: 26.08.2023 This whole class is making my head hurt, fix!!! public class CigaretteItem extends Item { diff --git a/src/main/java/su/a71/new_soviet/items/DiceItem.java b/src/main/java/su/a71/new_soviet/items/DiceItem.java index 9af68e2..b9325c6 100644 --- a/src/main/java/su/a71/new_soviet/items/DiceItem.java +++ b/src/main/java/su/a71/new_soviet/items/DiceItem.java @@ -34,13 +34,11 @@ public class DiceItem extends Item { if (!world.isClient) { StringBuilder output = new StringBuilder(); for (var i = 0; i < itemStack.getCount(); i++) { - world.playSound((PlayerEntity)null, user.getX(), user.getY(), user.getZ(), NSE_Sounds.DICE_SOUND, SoundCategory.NEUTRAL, 0.5F, 0.4F / (world.getRandom().nextFloat() * 0.4F + 0.8F)); + world.playSound(null, user.getX(), user.getY(), user.getZ(), NSE_Sounds.DICE_SOUND, SoundCategory.NEUTRAL, 0.5F, 0.4F / (world.getRandom().nextFloat() * 0.4F + 0.8F)); output.append(NewSoviet.RANDOM.nextBetween(1, this.getSides())).append(", "); } if (Config.INSTANCE.shouldAnnounceDice()) { - world.getPlayers().forEach(player -> { - player.sendMessage(Text.translatable(itemStack.getCount() == 1 ? "item.new_soviet.dice.thrown_announce" : "item.new_soviet.dice.thrown_multiple_announce", user.getDisplayName()).append(" " + output.subSequence(0, output.length() - 2)), false); - }); + world.getPlayers().forEach(player -> player.sendMessage(Text.translatable(itemStack.getCount() == 1 ? "item.new_soviet.dice.thrown_announce" : "item.new_soviet.dice.thrown_multiple_announce", user.getDisplayName()).append(" " + output.subSequence(0, output.length() - 2)), false)); } else { user.sendMessage(Text.translatable(itemStack.getCount() == 1 ? "item.new_soviet.dice.thrown" : "item.new_soviet.dice.thrown_multiple").append(" " + output.subSequence(0, output.length() - 2)), true); } diff --git a/src/main/java/su/a71/new_soviet/registration/NSE_BaseRegistration.java b/src/main/java/su/a71/new_soviet/registration/NSE_BaseRegistration.java index 7c0461a..20031b7 100644 --- a/src/main/java/su/a71/new_soviet/registration/NSE_BaseRegistration.java +++ b/src/main/java/su/a71/new_soviet/registration/NSE_BaseRegistration.java @@ -19,6 +19,7 @@ import net.minecraft.util.Identifier; import java.util.Optional; import java.util.function.Supplier; + import su.a71.new_soviet.NewSoviet; public class NSE_BaseRegistration { @@ -28,9 +29,7 @@ public class NSE_BaseRegistration { if (tab == null) return; // Sanity check for hidden items Optional> key = Registries.ITEM_GROUP.getKey(tab); - key.ifPresent(itemGroupRegistryKey -> ItemGroupEvents.modifyEntriesEvent(itemGroupRegistryKey).register(content -> { - content.add(supplier.get()); - })); + key.ifPresent(itemGroupRegistryKey -> ItemGroupEvents.modifyEntriesEvent(itemGroupRegistryKey).register(content -> content.add(supplier.get()))); } public static void registerBlock(String name, Supplier supplier, ItemGroup tab) { @@ -44,6 +43,8 @@ public class NSE_BaseRegistration { return Registry.register(Registries.SOUND_EVENT, id, SoundEvent.of(id)); } + + @SuppressWarnings({"unchecked", "rawtypes"}) public static T registerBlockEntity(String name, FabricBlockEntityTypeBuilder.Factory factory, net.minecraft.block.Block... blocks) { return (T) Registry.register( Registries.BLOCK_ENTITY_TYPE, diff --git a/src/main/java/su/a71/new_soviet/registration/NSE_ToolMaterials.java b/src/main/java/su/a71/new_soviet/registration/NSE_ToolMaterials.java index 4411e28..7528841 100644 --- a/src/main/java/su/a71/new_soviet/registration/NSE_ToolMaterials.java +++ b/src/main/java/su/a71/new_soviet/registration/NSE_ToolMaterials.java @@ -19,13 +19,13 @@ public enum NSE_ToolMaterials implements ToolMaterial private final int enchantability; private final Lazy repairIngredient; - private NSE_ToolMaterials(int miningLevel, int itemDurability, float miningSpeed, float attackDamage, int enchantability, Supplier repairIngredient) { + NSE_ToolMaterials(int miningLevel, int itemDurability, float miningSpeed, float attackDamage, int enchantability, Supplier repairIngredient) { this.miningLevel = miningLevel; this.itemDurability = itemDurability; this.miningSpeed = miningSpeed; this.attackDamage = attackDamage; this.enchantability = enchantability; - this.repairIngredient = new Lazy(repairIngredient); + this.repairIngredient = new Lazy<>(repairIngredient); } @Override diff --git a/src/main/java/su/a71/new_soviet/util/Shapes.java b/src/main/java/su/a71/new_soviet/util/Shapes.java index b7a7aae..c1ec08a 100644 --- a/src/main/java/su/a71/new_soviet/util/Shapes.java +++ b/src/main/java/su/a71/new_soviet/util/Shapes.java @@ -96,7 +96,7 @@ public class Shapes { } public VoxelShape west() { - VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0);; + VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0); for (VoxelShape o : ShapesListW) { shape = VoxelShapes.union(shape, o); } @@ -104,7 +104,7 @@ public class Shapes { } public VoxelShape south() { - VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0);; + VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0); for (VoxelShape shapesList : ShapesListS) { shape = VoxelShapes.union(shape, shapesList); } @@ -112,7 +112,7 @@ public class Shapes { } public VoxelShape east() { - VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0);; + VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0); for (VoxelShape o : ShapesListE) { shape = VoxelShapes.union(shape, o); } @@ -148,7 +148,7 @@ public class Shapes { } public VoxelShape west() { - VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0);; + VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0); for (VoxelShape o : ShapesListW) { shape = VoxelShapes.union(shape, o); } @@ -156,7 +156,7 @@ public class Shapes { } public VoxelShape south() { - VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0);; + VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0); for (VoxelShape shapesList : ShapesListS) { shape = VoxelShapes.union(shape, shapesList); } @@ -164,7 +164,7 @@ public class Shapes { } public VoxelShape east() { - VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0);; + VoxelShape shape = Block.createCuboidShape(0, 0,0,0,0,0); for (VoxelShape o : ShapesListE) { shape = VoxelShapes.union(shape, o); } From 7ac09095e5e34c3dd060ac674220820cd8eb77b2 Mon Sep 17 00:00:00 2001 From: Andrew-71 Date: Mon, 25 Sep 2023 22:19:40 +0300 Subject: [PATCH 8/8] Add dice statistic, begin re-adding stairs and slabs --- TODO.md | 7 ++-- .../java/su/a71/new_soviet/NewSoviet.java | 2 + .../new_soviet/datagen/ModelGenerator.java | 35 ++++++++---------- .../su/a71/new_soviet/items/DiceItem.java | 7 +++- .../new_soviet/registration/NSE_Stats.java | 17 +++++++++ .../assets/new_soviet/lang/en_us.json | 1 + .../doors/chiseled_birch_door_bottom.png | Bin 0 -> 371 bytes 7 files changed, 45 insertions(+), 24 deletions(-) create mode 100644 src/main/java/su/a71/new_soviet/registration/NSE_Stats.java create mode 100644 src/main/resources/assets/new_soviet/textures/block/doors/chiseled_birch_door_bottom.png diff --git a/TODO.md b/TODO.md index 9c8fd49..32abcb3 100644 --- a/TODO.md +++ b/TODO.md @@ -3,15 +3,14 @@ * Make good README.md stuff === STUFF TO ADD/FIX === -* Add slab and stair variations * Add fences * Add windows * Add (with functionality) present appliance/furniture/electronics textures -* Add achievement criterion for dice and advancements -* PO2 wall (fix) +* Add advancements (with datagen) * What's switch type 2? -* All the lamps (lamp posts too!) * Cigarette and handrail are BROKEN and the code is a MESS sorry, but it needs CLEANUP +* Concrete with bars should have proper hitbox, placeable upside down, and act like dripstone +* Fix post lamp hitboxes === ACHIEVEMENTS === Kolkhoz warrior - kill a zombie, skeleton, creeper and spider with a sickle \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/NewSoviet.java b/src/main/java/su/a71/new_soviet/NewSoviet.java index 3fab95f..568f1c8 100644 --- a/src/main/java/su/a71/new_soviet/NewSoviet.java +++ b/src/main/java/su/a71/new_soviet/NewSoviet.java @@ -10,6 +10,7 @@ import org.slf4j.LoggerFactory; import su.a71.new_soviet.registration.NSE_Blocks; import su.a71.new_soviet.registration.NSE_Custom; import su.a71.new_soviet.registration.NSE_Items; +import su.a71.new_soviet.registration.NSE_Stats; public class NewSoviet implements ModInitializer { public static final String MOD_ID = "new_soviet"; @@ -31,5 +32,6 @@ public class NewSoviet implements ModInitializer { NSE_Blocks.init(); NSE_Items.init(); NSE_Custom.init(); + NSE_Stats.init(); } } \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java b/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java index 15f838c..557eaf4 100644 --- a/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java +++ b/src/main/java/su/a71/new_soviet/datagen/ModelGenerator.java @@ -42,21 +42,20 @@ public class ModelGenerator extends FabricModelProvider { blockStateModelGenerator.blockStateCollector.accept(BlockStateModelGenerator.createSingletonBlockState(block, model_id)); } - public void registerSlabStairs(BlockStateModelGenerator blockStateModelGenerator, Block parent, StairsBlock stairs, SlabBlock slab, String texturePath) { + public void registerCubeWithSlabStairs(BlockStateModelGenerator blockStateModelGenerator, Block parent, StairsBlock stairs, SlabBlock slab, String texturePath) { TextureMap textureMap = TextureMap.all(Registries.BLOCK.getId(parent).withPath((path) -> "block/" + texturePath + "/" + path)); + Identifier cube_model = Models.CUBE_ALL.upload(parent, textureMap, blockStateModelGenerator.modelCollector); + blockStateModelGenerator.blockStateCollector.accept(BlockStateModelGenerator.createSingletonBlockState(parent, cube_model)); -// Identifier slab_model = Models.SLAB.upload(slab, textureMap, blockStateModelGenerator.modelCollector); -// Identifier slab_model_top = Models.SLAB_TOP.upload(slab, textureMap, blockStateModelGenerator.modelCollector); -// Identifier slab_model_full = Models.CUBE_ALL.upload(slab, textureMap, blockStateModelGenerator.modelCollector); + Identifier slab_model = Models.SLAB.upload(slab, textureMap, blockStateModelGenerator.modelCollector); + Identifier slab_model_top = Models.SLAB_TOP.upload(slab, textureMap, blockStateModelGenerator.modelCollector); Identifier stairs_model = Models.STAIRS.upload(stairs, textureMap, blockStateModelGenerator.modelCollector); Identifier stairs_model_outer = Models.OUTER_STAIRS.upload(stairs, textureMap, blockStateModelGenerator.modelCollector); Identifier stairs_model_inner = Models.INNER_STAIRS.upload(stairs, textureMap, blockStateModelGenerator.modelCollector); -// blockStateModelGenerator.registerItemModel(doorBlock.asItem()); -// BlockStateModelGenerator.createSlabBlockState(slab) -// blockStateModelGenerator.blockStateCollector.accept(BlockStateModelGenerator.createSlabBlockState(slab, slab_model, slab_model_top, slab_model_full)); - blockStateModelGenerator.blockStateCollector.accept(BlockStateModelGenerator.createStairsBlockState(slab, stairs_model_inner, stairs_model, stairs_model_outer)); + blockStateModelGenerator.blockStateCollector.accept(BlockStateModelGenerator.createSlabBlockState(slab, slab_model, slab_model_top, cube_model)); + blockStateModelGenerator.blockStateCollector.accept(BlockStateModelGenerator.createStairsBlockState(stairs, stairs_model_inner, stairs_model, stairs_model_outer)); } @Override @@ -66,18 +65,18 @@ public class ModelGenerator extends FabricModelProvider { registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_OAK_DOOR); registerDoor(blockStateModelGenerator, NSE_Blocks.CHISELED_MANGROVE_DOOR); - registerCube(blockStateModelGenerator, NSE_Blocks.SAND_TILES, "sand"); - registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_SAND_TILES, "sand"); - registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_SAND_TILES, "sand"); + registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.SAND_TILES, NSE_Blocks.SAND_TILES_STAIRS, NSE_Blocks.SAND_TILES_SLAB, "sand"); + registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.CRACKED_SAND_TILES, NSE_Blocks.CRACKED_SAND_TILES_STAIRS, NSE_Blocks.CRACKED_SAND_TILES_SLAB, "sand"); + registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.MOSSY_SAND_TILES, NSE_Blocks.MOSSY_SAND_TILES_STAIRS, NSE_Blocks.MOSSY_SAND_TILES_SLAB, "sand"); registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_SAND_TILES, "sand"); registerCube(blockStateModelGenerator, NSE_Blocks.SMALL_CRACKED_SAND_TILES, "sand"); - registerCube(blockStateModelGenerator, NSE_Blocks.HERRINGBONE_SAND_TILES, "sand"); - registerCube(blockStateModelGenerator, NSE_Blocks.CROSS_SAND_TILES, "sand"); + registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.HERRINGBONE_SAND_TILES, NSE_Blocks.HERRINGBONE_SAND_TILES_STAIRS, NSE_Blocks.HERRINGBONE_SAND_TILES_SLAB, "sand"); + registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.CROSS_SAND_TILES, NSE_Blocks.CROSS_SAND_TILES_STAIRS, NSE_Blocks.CROSS_SAND_TILES_SLAB, "sand"); registerCube(blockStateModelGenerator, NSE_Blocks.BIG_SAND_TILES, "sand"); - registerCube(blockStateModelGenerator, NSE_Blocks.SAND_BRICKS, "sand"); - registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_SAND_BRICKS, "sand"); - registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_SAND_BRICKS, "sand"); - registerCube(blockStateModelGenerator, NSE_Blocks.BIG_SAND_BRICKS, "sand"); + registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.SAND_BRICKS, NSE_Blocks.SAND_BRICKS_STAIRS, NSE_Blocks.SAND_BRICKS_SLAB, "sand"); + registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.CRACKED_SAND_BRICKS, NSE_Blocks.CRACKED_SAND_BRICKS_STAIRS, NSE_Blocks.CRACKED_SAND_BRICKS_SLAB, "sand"); + registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.MOSSY_SAND_BRICKS, NSE_Blocks.MOSSY_SAND_BRICKS_STAIRS, NSE_Blocks.MOSSY_SAND_BRICKS_SLAB, "sand"); + registerCubeWithSlabStairs(blockStateModelGenerator, NSE_Blocks.BIG_SAND_BRICKS, NSE_Blocks.BIG_SAND_BRICKS_STAIRS, NSE_Blocks.BIG_SAND_BRICKS_SLAB, "sand"); registerCube(blockStateModelGenerator, NSE_Blocks.BRICK_TILES, "brick"); registerCube(blockStateModelGenerator, NSE_Blocks.CRACKED_BRICK_TILES, "brick"); registerCube(blockStateModelGenerator, NSE_Blocks.MOSSY_BRICK_TILES, "brick"); @@ -229,8 +228,6 @@ public class ModelGenerator extends FabricModelProvider { registerCube(blockStateModelGenerator, NSE_Blocks.GREEN_WALLPAPER, "wallpapers"); registerCube(blockStateModelGenerator, NSE_Blocks.BROWN_WALLPAPER, "wallpapers"); registerCube(blockStateModelGenerator, NSE_Blocks.BEIGE_WALLPAPER, "wallpapers"); - -// registerSlabStairs(blockStateModelGenerator, NSE_Blocks.SAND_TILES, NSE_Blocks.SAND_TILES_STAIRS, NSE_Blocks.SAND_TILES_SLAB, "sand"); } @Override diff --git a/src/main/java/su/a71/new_soviet/items/DiceItem.java b/src/main/java/su/a71/new_soviet/items/DiceItem.java index b9325c6..60fa342 100644 --- a/src/main/java/su/a71/new_soviet/items/DiceItem.java +++ b/src/main/java/su/a71/new_soviet/items/DiceItem.java @@ -17,6 +17,7 @@ import java.util.List; import su.a71.new_soviet.Config; import su.a71.new_soviet.NewSoviet; import su.a71.new_soviet.registration.NSE_Sounds; +import su.a71.new_soviet.registration.NSE_Stats; public class DiceItem extends Item { private final int sides; @@ -34,8 +35,12 @@ public class DiceItem extends Item { if (!world.isClient) { StringBuilder output = new StringBuilder(); for (var i = 0; i < itemStack.getCount(); i++) { + int result = NewSoviet.RANDOM.nextBetween(1, this.getSides()); + if (result == this.getSides()) { + user.incrementStat(NSE_Stats.ROLL_PERFECT_DICE); + } world.playSound(null, user.getX(), user.getY(), user.getZ(), NSE_Sounds.DICE_SOUND, SoundCategory.NEUTRAL, 0.5F, 0.4F / (world.getRandom().nextFloat() * 0.4F + 0.8F)); - output.append(NewSoviet.RANDOM.nextBetween(1, this.getSides())).append(", "); + output.append(result).append(", "); } if (Config.INSTANCE.shouldAnnounceDice()) { world.getPlayers().forEach(player -> player.sendMessage(Text.translatable(itemStack.getCount() == 1 ? "item.new_soviet.dice.thrown_announce" : "item.new_soviet.dice.thrown_multiple_announce", user.getDisplayName()).append(" " + output.subSequence(0, output.length() - 2)), false)); diff --git a/src/main/java/su/a71/new_soviet/registration/NSE_Stats.java b/src/main/java/su/a71/new_soviet/registration/NSE_Stats.java new file mode 100644 index 0000000..446958b --- /dev/null +++ b/src/main/java/su/a71/new_soviet/registration/NSE_Stats.java @@ -0,0 +1,17 @@ +package su.a71.new_soviet.registration; + +import net.minecraft.registry.Registries; +import net.minecraft.registry.Registry; +import net.minecraft.stat.StatFormatter; +import net.minecraft.stat.Stats; +import net.minecraft.util.Identifier; +import su.a71.new_soviet.NewSoviet; + +public class NSE_Stats extends NSE_BaseRegistration { + public static final Identifier ROLL_PERFECT_DICE = new Identifier(NewSoviet.MOD_ID, "roll_perfect_dice"); + + public static void init() { + Registry.register(Registries.CUSTOM_STAT, "roll_perfect_dice", ROLL_PERFECT_DICE); + Stats.CUSTOM.getOrCreateStat(ROLL_PERFECT_DICE, StatFormatter.DEFAULT); + } +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/lang/en_us.json b/src/main/resources/assets/new_soviet/lang/en_us.json index 160be07..3128797 100644 --- a/src/main/resources/assets/new_soviet/lang/en_us.json +++ b/src/main/resources/assets/new_soviet/lang/en_us.json @@ -161,6 +161,7 @@ "item.new_soviet.dice.thrown_announce": "Dice was thrown by %s with result:", "item.new_soviet.dice.thrown_multiple_announce": "Dice were thrown by %s with result:", "subtitles.new_soviet.dice_throw": "Dice thrown", + "stat.new_soviet.roll_perfect_dice": "Perfect Dice Throws", "block.new_soviet.landmine": "AP Landmine", "block.new_soviet.chiseled_mangrove_door": "Chiseled Mangrove Door", "block.new_soviet.chiseled_oak_door": "Chiseled Oak Door", diff --git a/src/main/resources/assets/new_soviet/textures/block/doors/chiseled_birch_door_bottom.png b/src/main/resources/assets/new_soviet/textures/block/doors/chiseled_birch_door_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..b62b6e58e96cf1e2e7f9f93d24d5689704681bd6 GIT binary patch literal 371 zcmV-(0gV2MP)Px$ElET{R49>!Qn5Z80r(#Ki$uak?pP`}18m1H1_t+XRHg7jP zOIZ;1Z$tyn(ub#atEr2!5