From 1008c3d7c65a6d1e6d065f889c34777647bcd375 Mon Sep 17 00:00:00 2001 From: Rhys <98863820+rhysdh540@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:30:20 -0400 Subject: [PATCH] eh --- build.gradle.kts | 4 +- build.properties | 11 ---- buildSrc/src/main/kotlin/Manifold.kt | 34 ++-------- .../crafting/chair/black_chair.json | 33 ++++++++++ .../chair/black_chair_from_floor_chair.json | 33 ++++++++++ .../chair/black_chair_from_other_chair.json | 33 ++++++++++ .../crafting/chair/black_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/blue_chair.json | 33 ++++++++++ .../chair/blue_chair_from_floor_chair.json | 33 ++++++++++ .../chair/blue_chair_from_other_chair.json | 33 ++++++++++ .../crafting/chair/blue_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/brown_chair.json | 33 ++++++++++ .../chair/brown_chair_from_floor_chair.json | 33 ++++++++++ .../chair/brown_chair_from_other_chair.json | 33 ++++++++++ .../crafting/chair/brown_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/cyan_chair.json | 33 ++++++++++ .../chair/cyan_chair_from_floor_chair.json | 33 ++++++++++ .../chair/cyan_chair_from_other_chair.json | 33 ++++++++++ .../crafting/chair/cyan_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/gray_chair.json | 33 ++++++++++ .../chair/gray_chair_from_floor_chair.json | 33 ++++++++++ .../chair/gray_chair_from_other_chair.json | 33 ++++++++++ .../crafting/chair/gray_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/green_chair.json | 33 ++++++++++ .../chair/green_chair_from_floor_chair.json | 33 ++++++++++ .../chair/green_chair_from_other_chair.json | 33 ++++++++++ .../crafting/chair/green_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/light_blue_chair.json | 33 ++++++++++ .../light_blue_chair_from_floor_chair.json | 33 ++++++++++ .../light_blue_chair_from_other_chair.json | 33 ++++++++++ .../chair/light_blue_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/light_gray_chair.json | 33 ++++++++++ .../light_gray_chair_from_floor_chair.json | 33 ++++++++++ .../light_gray_chair_from_other_chair.json | 33 ++++++++++ .../chair/light_gray_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/lime_chair.json | 33 ++++++++++ .../chair/lime_chair_from_floor_chair.json | 33 ++++++++++ .../chair/lime_chair_from_other_chair.json | 33 ++++++++++ .../crafting/chair/lime_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/magenta_chair.json | 33 ++++++++++ .../chair/magenta_chair_from_floor_chair.json | 33 ++++++++++ .../chair/magenta_chair_from_other_chair.json | 33 ++++++++++ .../chair/magenta_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/orange_chair.json | 33 ++++++++++ .../chair/orange_chair_from_floor_chair.json | 33 ++++++++++ .../chair/orange_chair_from_other_chair.json | 33 ++++++++++ .../chair/orange_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/pink_chair.json | 33 ++++++++++ .../chair/pink_chair_from_floor_chair.json | 33 ++++++++++ .../chair/pink_chair_from_other_chair.json | 33 ++++++++++ .../crafting/chair/pink_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/purple_chair.json | 33 ++++++++++ .../chair/purple_chair_from_floor_chair.json | 33 ++++++++++ .../chair/purple_chair_from_other_chair.json | 33 ++++++++++ .../chair/purple_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/red_chair.json | 33 ++++++++++ .../chair/red_chair_from_floor_chair.json | 33 ++++++++++ .../chair/red_chair_from_other_chair.json | 33 ++++++++++ .../crafting/chair/red_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/white_chair.json | 33 ++++++++++ .../chair/white_chair_from_floor_chair.json | 33 ++++++++++ .../chair/white_chair_from_other_chair.json | 33 ++++++++++ .../crafting/chair/white_chair_from_seat.json | 33 ++++++++++ .../crafting/chair/yellow_chair.json | 33 ++++++++++ .../chair/yellow_chair_from_floor_chair.json | 33 ++++++++++ .../chair/yellow_chair_from_other_chair.json | 33 ++++++++++ .../chair/yellow_chair_from_seat.json | 33 ++++++++++ .../floor_chair/black_floor_chair.json | 33 ++++++++++ ...ck_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../black_floor_chair_from_seat.json | 33 ++++++++++ .../floor_chair/blue_floor_chair.json | 33 ++++++++++ ...ue_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../blue_floor_chair_from_seat.json | 33 ++++++++++ .../floor_chair/brown_floor_chair.json | 33 ++++++++++ ...wn_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../brown_floor_chair_from_seat.json | 33 ++++++++++ .../floor_chair/cyan_floor_chair.json | 33 ++++++++++ ...an_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../cyan_floor_chair_from_seat.json | 33 ++++++++++ .../floor_chair/gray_floor_chair.json | 33 ++++++++++ ...ay_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../gray_floor_chair_from_seat.json | 33 ++++++++++ .../floor_chair/green_floor_chair.json | 33 ++++++++++ ...en_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../green_floor_chair_from_seat.json | 33 ++++++++++ .../floor_chair/light_blue_floor_chair.json | 33 ++++++++++ ...ue_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../light_blue_floor_chair_from_seat.json | 33 ++++++++++ .../floor_chair/light_gray_floor_chair.json | 33 ++++++++++ ...ay_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../light_gray_floor_chair_from_seat.json | 33 ++++++++++ .../floor_chair/lime_floor_chair.json | 33 ++++++++++ ...me_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../lime_floor_chair_from_seat.json | 33 ++++++++++ .../floor_chair/magenta_floor_chair.json | 33 ++++++++++ ...ta_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../magenta_floor_chair_from_seat.json | 33 ++++++++++ .../floor_chair/orange_floor_chair.json | 33 ++++++++++ ...ge_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../orange_floor_chair_from_seat.json | 33 ++++++++++ .../floor_chair/pink_floor_chair.json | 33 ++++++++++ ...nk_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../pink_floor_chair_from_seat.json | 33 ++++++++++ .../floor_chair/purple_floor_chair.json | 33 ++++++++++ ...le_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../purple_floor_chair_from_seat.json | 33 ++++++++++ .../crafting/floor_chair/red_floor_chair.json | 33 ++++++++++ ...ed_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../red_floor_chair_from_seat.json | 33 ++++++++++ .../floor_chair/white_floor_chair.json | 33 ++++++++++ ...te_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../white_floor_chair_from_seat.json | 33 ++++++++++ .../floor_chair/yellow_floor_chair.json | 33 ++++++++++ ...ow_floor_chair_from_other_floor_chair.json | 33 ++++++++++ .../yellow_floor_chair_from_seat.json | 33 ++++++++++ .../recipes/crafting/chair/black_chair.json | 18 ++++++ .../chair/black_chair_from_floor_chair.json | 13 ++++ .../chair/black_chair_from_other_chair.json | 15 +++++ .../crafting/chair/black_chair_from_seat.json | 15 +++++ .../recipes/crafting/chair/blue_chair.json | 18 ++++++ .../chair/blue_chair_from_floor_chair.json | 13 ++++ .../chair/blue_chair_from_other_chair.json | 15 +++++ .../crafting/chair/blue_chair_from_seat.json | 15 +++++ .../recipes/crafting/chair/brown_chair.json | 18 ++++++ .../chair/brown_chair_from_floor_chair.json | 13 ++++ .../chair/brown_chair_from_other_chair.json | 15 +++++ .../crafting/chair/brown_chair_from_seat.json | 15 +++++ .../recipes/crafting/chair/cyan_chair.json | 18 ++++++ .../chair/cyan_chair_from_floor_chair.json | 13 ++++ .../chair/cyan_chair_from_other_chair.json | 15 +++++ .../crafting/chair/cyan_chair_from_seat.json | 15 +++++ .../recipes/crafting/chair/gray_chair.json | 18 ++++++ .../chair/gray_chair_from_floor_chair.json | 13 ++++ .../chair/gray_chair_from_other_chair.json | 15 +++++ .../crafting/chair/gray_chair_from_seat.json | 15 +++++ .../recipes/crafting/chair/green_chair.json | 18 ++++++ .../chair/green_chair_from_floor_chair.json | 13 ++++ .../chair/green_chair_from_other_chair.json | 15 +++++ .../crafting/chair/green_chair_from_seat.json | 15 +++++ .../crafting/chair/light_blue_chair.json | 18 ++++++ .../light_blue_chair_from_floor_chair.json | 13 ++++ .../light_blue_chair_from_other_chair.json | 15 +++++ .../chair/light_blue_chair_from_seat.json | 15 +++++ .../crafting/chair/light_gray_chair.json | 18 ++++++ .../light_gray_chair_from_floor_chair.json | 13 ++++ .../light_gray_chair_from_other_chair.json | 15 +++++ .../chair/light_gray_chair_from_seat.json | 15 +++++ .../recipes/crafting/chair/lime_chair.json | 18 ++++++ .../chair/lime_chair_from_floor_chair.json | 13 ++++ .../chair/lime_chair_from_other_chair.json | 15 +++++ .../crafting/chair/lime_chair_from_seat.json | 15 +++++ .../recipes/crafting/chair/magenta_chair.json | 18 ++++++ .../chair/magenta_chair_from_floor_chair.json | 13 ++++ .../chair/magenta_chair_from_other_chair.json | 15 +++++ .../chair/magenta_chair_from_seat.json | 15 +++++ .../recipes/crafting/chair/orange_chair.json | 18 ++++++ .../chair/orange_chair_from_floor_chair.json | 13 ++++ .../chair/orange_chair_from_other_chair.json | 15 +++++ .../chair/orange_chair_from_seat.json | 15 +++++ .../recipes/crafting/chair/pink_chair.json | 18 ++++++ .../chair/pink_chair_from_floor_chair.json | 13 ++++ .../chair/pink_chair_from_other_chair.json | 15 +++++ .../crafting/chair/pink_chair_from_seat.json | 15 +++++ .../recipes/crafting/chair/purple_chair.json | 18 ++++++ .../chair/purple_chair_from_floor_chair.json | 13 ++++ .../chair/purple_chair_from_other_chair.json | 15 +++++ .../chair/purple_chair_from_seat.json | 15 +++++ .../recipes/crafting/chair/red_chair.json | 18 ++++++ .../chair/red_chair_from_floor_chair.json | 13 ++++ .../chair/red_chair_from_other_chair.json | 15 +++++ .../crafting/chair/red_chair_from_seat.json | 15 +++++ .../recipes/crafting/chair/white_chair.json | 18 ++++++ .../chair/white_chair_from_floor_chair.json | 13 ++++ .../chair/white_chair_from_other_chair.json | 15 +++++ .../crafting/chair/white_chair_from_seat.json | 15 +++++ .../recipes/crafting/chair/yellow_chair.json | 18 ++++++ .../chair/yellow_chair_from_floor_chair.json | 13 ++++ .../chair/yellow_chair_from_other_chair.json | 15 +++++ .../chair/yellow_chair_from_seat.json | 15 +++++ .../floor_chair/black_floor_chair.json | 18 ++++++ ...ck_floor_chair_from_other_floor_chair.json | 15 +++++ .../black_floor_chair_from_seat.json | 15 +++++ .../floor_chair/blue_floor_chair.json | 18 ++++++ ...ue_floor_chair_from_other_floor_chair.json | 15 +++++ .../blue_floor_chair_from_seat.json | 15 +++++ .../floor_chair/brown_floor_chair.json | 18 ++++++ ...wn_floor_chair_from_other_floor_chair.json | 15 +++++ .../brown_floor_chair_from_seat.json | 15 +++++ .../floor_chair/cyan_floor_chair.json | 18 ++++++ ...an_floor_chair_from_other_floor_chair.json | 15 +++++ .../cyan_floor_chair_from_seat.json | 15 +++++ .../floor_chair/gray_floor_chair.json | 18 ++++++ ...ay_floor_chair_from_other_floor_chair.json | 15 +++++ .../gray_floor_chair_from_seat.json | 15 +++++ .../floor_chair/green_floor_chair.json | 18 ++++++ ...en_floor_chair_from_other_floor_chair.json | 15 +++++ .../green_floor_chair_from_seat.json | 15 +++++ .../floor_chair/light_blue_floor_chair.json | 18 ++++++ ...ue_floor_chair_from_other_floor_chair.json | 15 +++++ .../light_blue_floor_chair_from_seat.json | 15 +++++ .../floor_chair/light_gray_floor_chair.json | 18 ++++++ ...ay_floor_chair_from_other_floor_chair.json | 15 +++++ .../light_gray_floor_chair_from_seat.json | 15 +++++ .../floor_chair/lime_floor_chair.json | 18 ++++++ ...me_floor_chair_from_other_floor_chair.json | 15 +++++ .../lime_floor_chair_from_seat.json | 15 +++++ .../floor_chair/magenta_floor_chair.json | 18 ++++++ ...ta_floor_chair_from_other_floor_chair.json | 15 +++++ .../magenta_floor_chair_from_seat.json | 15 +++++ .../floor_chair/orange_floor_chair.json | 18 ++++++ ...ge_floor_chair_from_other_floor_chair.json | 15 +++++ .../orange_floor_chair_from_seat.json | 15 +++++ .../floor_chair/pink_floor_chair.json | 18 ++++++ ...nk_floor_chair_from_other_floor_chair.json | 15 +++++ .../pink_floor_chair_from_seat.json | 15 +++++ .../floor_chair/purple_floor_chair.json | 18 ++++++ ...le_floor_chair_from_other_floor_chair.json | 15 +++++ .../purple_floor_chair_from_seat.json | 15 +++++ .../crafting/floor_chair/red_floor_chair.json | 18 ++++++ ...ed_floor_chair_from_other_floor_chair.json | 15 +++++ .../red_floor_chair_from_seat.json | 15 +++++ .../floor_chair/white_floor_chair.json | 18 ++++++ ...te_floor_chair_from_other_floor_chair.json | 15 +++++ .../white_floor_chair_from_seat.json | 15 +++++ .../floor_chair/yellow_floor_chair.json | 18 ++++++ ...ow_floor_chair_from_other_floor_chair.json | 15 +++++ .../yellow_floor_chair_from_seat.json | 15 +++++ .../sudolev/interiors/CreateInteriors.java | 2 +- .../java/com/sudolev/interiors/Utils.java | 2 +- .../content/block/WallMountedTable.java | 5 +- .../content/block/chair/ChairBlock.java | 6 +- .../block/chair/DirectionalSeatBlock.java | 6 +- .../interiors/content/registry/CIBlocks.java | 63 ++++++++++++------- .../interiors/content/registry/CITab.java | 6 +- .../interiors/foundation/data/CIDatagen.java | 4 +- .../interiors/foundation/data/CommonTag.java | 4 +- .../mixin/AbstractContraptionEntityMixin.java | 2 +- stonecutter.gradle.kts | 2 +- versions/18.2-fabric/build.properties | 10 +-- versions/18.2-forge/build.properties | 10 +-- versions/19.2-fabric/build.properties | 10 +-- versions/19.2-forge/build.properties | 10 +-- versions/20.1-fabric/build.properties | 10 +-- versions/20.1-forge/build.properties | 10 +-- 244 files changed, 5518 insertions(+), 133 deletions(-) delete mode 100644 build.properties create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/black_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/black_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/black_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/blue_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/blue_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/blue_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/brown_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/brown_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/brown_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/cyan_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/cyan_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/cyan_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/gray_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/gray_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/gray_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/green_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/green_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/green_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_blue_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_blue_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_blue_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_gray_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_gray_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_gray_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/lime_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/lime_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/lime_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/magenta_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/magenta_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/magenta_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/orange_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/orange_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/orange_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/pink_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/pink_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/pink_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/purple_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/purple_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/purple_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/red_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/red_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/red_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/white_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/white_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/white_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/yellow_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/yellow_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/yellow_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair_from_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair_from_other_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/black_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/black_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/black_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/blue_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/blue_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/blue_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/brown_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/brown_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/brown_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/cyan_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/cyan_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/cyan_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/gray_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/gray_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/gray_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/green_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/green_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/green_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_blue_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_blue_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_blue_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_gray_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_gray_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_gray_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/lime_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/lime_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/lime_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/magenta_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/magenta_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/magenta_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/orange_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/orange_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/orange_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/pink_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/pink_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/pink_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/purple_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/purple_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/purple_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/red_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/red_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/red_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/white_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/white_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/white_floor_chair_from_seat.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/yellow_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/yellow_floor_chair_from_other_floor_chair.json create mode 100644 src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/yellow_floor_chair_from_seat.json diff --git a/build.gradle.kts b/build.gradle.kts index 06a4c801..c2e918c1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -101,7 +101,7 @@ tasks.compileJava { } sourceSets.main { - resources.srcDir("src/generated/resources") + resources.srcDir(rootProject.file("src/generated-${"minecraft_version"()}/resources")) } configurations.configureEach { @@ -144,7 +144,7 @@ loom { name = "Minecraft Data" vmArg("-Dfabric-api.datagen") - vmArg("-Dfabric-api.datagen.output-dir=${rootProject.file("src/generated-${"minecraft_version"}/resources")}") + vmArg("-Dfabric-api.datagen.output-dir=${rootProject.file("src/generated-${"minecraft_version"()}/resources")}") vmArg("-Dfabric-api.datagen.modid=interiors") vmArg("-Dporting_lib.datagen.existing_resources=${rootProject.file("src/main/resources")}") diff --git a/build.properties b/build.properties deleted file mode 100644 index fa3eede3..00000000 --- a/build.properties +++ /dev/null @@ -1,11 +0,0 @@ -#DO NOT EDIT -#Generated properties for the build -#Mon Sep 02 15:40:50 EDT 2024 -FABRIC= -POST_MC_18_2= -POST_CURRENT_MC_20_1= -POST_MC_19_2= -PRE_CURRENT_MC_20_1= -POST_CURRENT_MC_18_2= -POST_CURRENT_MC_19_2= -MC_20_1= diff --git a/buildSrc/src/main/kotlin/Manifold.kt b/buildSrc/src/main/kotlin/Manifold.kt index 44716af2..3f5765c7 100644 --- a/buildSrc/src/main/kotlin/Manifold.kt +++ b/buildSrc/src/main/kotlin/Manifold.kt @@ -1,4 +1,3 @@ -import org.gradle.api.Project import java.util.Properties object Manifold { @@ -11,36 +10,13 @@ object Manifold { throw IllegalArgumentException("Current version must be one of the provided versions") } - val properties = mutableListOf() - val sorted = mcVersions.sorted() - - val currentIndex = sorted.indexOf(current) - - for(i in sorted.indices) { - val mcVer = sorted[i].replace(".", "_") - - if(currentIndex < i) { - properties.add("PRE_MC_${mcVer}") - } - if(currentIndex <= i) { - properties.add("PRE_CURRENT_MC_${mcVer}") - } - if(currentIndex > i) { - properties.add("POST_MC_${mcVer}") - } - if(currentIndex >= i) { - properties.add("POST_CURRENT_MC_${mcVer}") - } - if(currentIndex == i) { - properties.add("MC_${mcVer}") - } - } + compilerArgs?.addAll(listOf( + "-AMC=${current.replace(".", "0")}", + "-A${loader.name}" + )) return Properties().apply { - properties.forEach { prop -> - setProperty(prop, "") - compilerArgs?.add("-A$prop") - } + setProperty("MC", current) setProperty(loader.name, "") } } diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair.json new file mode 100644 index 00000000..29ac3dd2 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/black_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/black_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair_from_floor_chair.json new file mode 100644 index 00000000..cdacd17d --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/black_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/black_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair_from_other_chair.json new file mode 100644 index 00000000..49c4dcbf --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/black_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/black_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair_from_seat.json new file mode 100644 index 00000000..c2e53c88 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/black_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/black_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/black_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair.json new file mode 100644 index 00000000..9e24e2ca --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/blue_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/blue_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair_from_floor_chair.json new file mode 100644 index 00000000..d8ee177b --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/blue_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/blue_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair_from_other_chair.json new file mode 100644 index 00000000..0783affc --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/blue_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/blue_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair_from_seat.json new file mode 100644 index 00000000..4ecf5d01 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/blue_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/blue_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/blue_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair.json new file mode 100644 index 00000000..ad969bea --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/brown_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/brown_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair_from_floor_chair.json new file mode 100644 index 00000000..63b8608c --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/brown_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/brown_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair_from_other_chair.json new file mode 100644 index 00000000..bb4b0794 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/brown_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/brown_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair_from_seat.json new file mode 100644 index 00000000..be4c4592 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/brown_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/brown_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/brown_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair.json new file mode 100644 index 00000000..c506a6ac --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/cyan_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/cyan_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair_from_floor_chair.json new file mode 100644 index 00000000..5ffd5935 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/cyan_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/cyan_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair_from_other_chair.json new file mode 100644 index 00000000..3dd3030d --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/cyan_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/cyan_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair_from_seat.json new file mode 100644 index 00000000..ee4f1f92 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/cyan_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/cyan_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/cyan_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair.json new file mode 100644 index 00000000..607c8c98 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/gray_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/gray_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair_from_floor_chair.json new file mode 100644 index 00000000..c061d723 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/gray_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/gray_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair_from_other_chair.json new file mode 100644 index 00000000..96457c9a --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/gray_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/gray_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair_from_seat.json new file mode 100644 index 00000000..7713601d --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/gray_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/gray_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/gray_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair.json new file mode 100644 index 00000000..acba0c6a --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/green_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/green_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair_from_floor_chair.json new file mode 100644 index 00000000..68832c25 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/green_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/green_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair_from_other_chair.json new file mode 100644 index 00000000..62dee92f --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/green_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/green_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair_from_seat.json new file mode 100644 index 00000000..39af2dac --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/green_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/green_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/green_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair.json new file mode 100644 index 00000000..88f2e54d --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/light_blue_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/light_blue_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair_from_floor_chair.json new file mode 100644 index 00000000..d1e79d3b --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/light_blue_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/light_blue_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair_from_other_chair.json new file mode 100644 index 00000000..2a0f0bbb --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/light_blue_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/light_blue_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair_from_seat.json new file mode 100644 index 00000000..ebd03052 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_blue_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/light_blue_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/light_blue_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair.json new file mode 100644 index 00000000..d8d90fa2 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/light_gray_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/light_gray_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair_from_floor_chair.json new file mode 100644 index 00000000..7a4189a6 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/light_gray_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/light_gray_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair_from_other_chair.json new file mode 100644 index 00000000..f2c2de81 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/light_gray_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/light_gray_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair_from_seat.json new file mode 100644 index 00000000..1471280f --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/light_gray_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/light_gray_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/light_gray_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair.json new file mode 100644 index 00000000..a377d9c8 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/lime_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/lime_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair_from_floor_chair.json new file mode 100644 index 00000000..348c7f96 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/lime_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/lime_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair_from_other_chair.json new file mode 100644 index 00000000..51e7ae88 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/lime_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/lime_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair_from_seat.json new file mode 100644 index 00000000..00fb0e97 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/lime_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/lime_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/lime_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair.json new file mode 100644 index 00000000..fb025091 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/magenta_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/magenta_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair_from_floor_chair.json new file mode 100644 index 00000000..f335decc --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/magenta_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/magenta_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair_from_other_chair.json new file mode 100644 index 00000000..e1ebc99f --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/magenta_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/magenta_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair_from_seat.json new file mode 100644 index 00000000..3dcf7e11 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/magenta_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/magenta_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/magenta_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair.json new file mode 100644 index 00000000..a64536d2 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/orange_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/orange_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair_from_floor_chair.json new file mode 100644 index 00000000..fe6523b3 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/orange_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/orange_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair_from_other_chair.json new file mode 100644 index 00000000..065df6bf --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/orange_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/orange_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair_from_seat.json new file mode 100644 index 00000000..32523a1f --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/orange_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/orange_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/orange_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair.json new file mode 100644 index 00000000..684cc5be --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/pink_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/pink_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair_from_floor_chair.json new file mode 100644 index 00000000..f340832a --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/pink_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/pink_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair_from_other_chair.json new file mode 100644 index 00000000..b2d1cf4a --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/pink_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/pink_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair_from_seat.json new file mode 100644 index 00000000..5ece052f --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/pink_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/pink_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/pink_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair.json new file mode 100644 index 00000000..6fa7f00e --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/purple_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/purple_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair_from_floor_chair.json new file mode 100644 index 00000000..fc091c3b --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/purple_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/purple_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair_from_other_chair.json new file mode 100644 index 00000000..988729f3 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/purple_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/purple_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair_from_seat.json new file mode 100644 index 00000000..e1294412 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/purple_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/purple_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/purple_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair.json new file mode 100644 index 00000000..90855e1b --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/red_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/red_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair_from_floor_chair.json new file mode 100644 index 00000000..91c547e7 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/red_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/red_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair_from_other_chair.json new file mode 100644 index 00000000..c5bbee5f --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/red_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/red_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair_from_seat.json new file mode 100644 index 00000000..ffbb6633 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/red_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/red_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/red_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair.json new file mode 100644 index 00000000..5cbde453 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/white_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/white_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair_from_floor_chair.json new file mode 100644 index 00000000..c406dab2 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/white_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/white_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair_from_other_chair.json new file mode 100644 index 00000000..0cb0a95c --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/white_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/white_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair_from_seat.json new file mode 100644 index 00000000..d5da9acc --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/white_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/white_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/white_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair.json new file mode 100644 index 00000000..abd7aaea --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/yellow_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/yellow_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair_from_floor_chair.json new file mode 100644 index 00000000..2d173706 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair_from_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/yellow_chair_from_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/yellow_chair_from_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair_from_other_chair.json new file mode 100644 index 00000000..b726b901 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair_from_other_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/yellow_chair_from_other_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/yellow_chair_from_other_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair_from_seat.json new file mode 100644 index 00000000..a350a508 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/chair/yellow_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/chair/yellow_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/chair/yellow_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/black_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/black_floor_chair.json new file mode 100644 index 00000000..394b46a7 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/black_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/black_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/black_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/black_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/black_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..c3987ae1 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/black_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/black_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/black_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/black_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/black_floor_chair_from_seat.json new file mode 100644 index 00000000..e7407e88 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/black_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/black_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/black_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/blue_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/blue_floor_chair.json new file mode 100644 index 00000000..ae33f13a --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/blue_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/blue_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/blue_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/blue_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/blue_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..5bb3535d --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/blue_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/blue_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/blue_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/blue_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/blue_floor_chair_from_seat.json new file mode 100644 index 00000000..2ffa4ecb --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/blue_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/blue_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/blue_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/brown_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/brown_floor_chair.json new file mode 100644 index 00000000..fd482327 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/brown_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/brown_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/brown_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/brown_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/brown_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..3fc9c828 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/brown_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/brown_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/brown_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/brown_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/brown_floor_chair_from_seat.json new file mode 100644 index 00000000..c14f4e73 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/brown_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/brown_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/brown_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/cyan_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/cyan_floor_chair.json new file mode 100644 index 00000000..4741c6d8 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/cyan_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/cyan_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/cyan_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/cyan_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/cyan_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..2af894ae --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/cyan_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/cyan_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/cyan_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/cyan_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/cyan_floor_chair_from_seat.json new file mode 100644 index 00000000..07940da2 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/cyan_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/cyan_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/cyan_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/gray_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/gray_floor_chair.json new file mode 100644 index 00000000..eba5026d --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/gray_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/gray_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/gray_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/gray_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/gray_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..cb4d3b1d --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/gray_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/gray_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/gray_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/gray_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/gray_floor_chair_from_seat.json new file mode 100644 index 00000000..622e1521 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/gray_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/gray_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/gray_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/green_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/green_floor_chair.json new file mode 100644 index 00000000..5043a630 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/green_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/green_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/green_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/green_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/green_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..efa216f1 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/green_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/green_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/green_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/green_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/green_floor_chair_from_seat.json new file mode 100644 index 00000000..8ecf05f6 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/green_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/green_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/green_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_blue_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_blue_floor_chair.json new file mode 100644 index 00000000..adef7c23 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_blue_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/light_blue_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/light_blue_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_blue_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_blue_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..22c92521 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_blue_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/light_blue_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/light_blue_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_blue_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_blue_floor_chair_from_seat.json new file mode 100644 index 00000000..9c052f61 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_blue_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/light_blue_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/light_blue_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_gray_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_gray_floor_chair.json new file mode 100644 index 00000000..97a22e39 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_gray_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/light_gray_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/light_gray_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_gray_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_gray_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..763b6897 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_gray_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/light_gray_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/light_gray_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_gray_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_gray_floor_chair_from_seat.json new file mode 100644 index 00000000..43235502 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/light_gray_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/light_gray_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/light_gray_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/lime_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/lime_floor_chair.json new file mode 100644 index 00000000..f82b1e2e --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/lime_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/lime_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/lime_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/lime_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/lime_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..b1d56520 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/lime_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/lime_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/lime_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/lime_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/lime_floor_chair_from_seat.json new file mode 100644 index 00000000..330d87bb --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/lime_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/lime_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/lime_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/magenta_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/magenta_floor_chair.json new file mode 100644 index 00000000..60047468 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/magenta_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/magenta_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/magenta_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/magenta_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/magenta_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..87990841 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/magenta_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/magenta_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/magenta_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/magenta_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/magenta_floor_chair_from_seat.json new file mode 100644 index 00000000..76492973 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/magenta_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/magenta_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/magenta_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/orange_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/orange_floor_chair.json new file mode 100644 index 00000000..6dcfd9d9 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/orange_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/orange_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/orange_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/orange_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/orange_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..99c687e6 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/orange_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/orange_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/orange_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/orange_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/orange_floor_chair_from_seat.json new file mode 100644 index 00000000..00a58245 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/orange_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/orange_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/orange_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/pink_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/pink_floor_chair.json new file mode 100644 index 00000000..335399da --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/pink_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/pink_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/pink_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/pink_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/pink_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..f645b893 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/pink_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/pink_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/pink_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/pink_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/pink_floor_chair_from_seat.json new file mode 100644 index 00000000..90a7cb57 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/pink_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/pink_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/pink_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/purple_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/purple_floor_chair.json new file mode 100644 index 00000000..4c34824d --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/purple_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/purple_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/purple_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/purple_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/purple_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..a0e4445a --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/purple_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/purple_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/purple_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/purple_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/purple_floor_chair_from_seat.json new file mode 100644 index 00000000..75700338 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/purple_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/purple_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/purple_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/red_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/red_floor_chair.json new file mode 100644 index 00000000..1fc61411 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/red_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/red_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/red_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/red_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/red_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..0a18ce53 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/red_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/red_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/red_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/red_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/red_floor_chair_from_seat.json new file mode 100644 index 00000000..832476bd --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/red_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/red_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/red_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/white_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/white_floor_chair.json new file mode 100644 index 00000000..8ee9ba1e --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/white_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/white_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/white_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/white_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/white_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..ed85bafb --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/white_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/white_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/white_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/white_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/white_floor_chair_from_seat.json new file mode 100644 index 00000000..2e0d4259 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/white_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/white_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/white_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/yellow_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/yellow_floor_chair.json new file mode 100644 index 00000000..f5ff0a75 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/yellow_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/yellow_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/yellow_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/yellow_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/yellow_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..a410800a --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/yellow_floor_chair_from_other_floor_chair.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_floor_chair": { + "conditions": { + "items": [ + { + "tag": "interiors:floor_chairs" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/yellow_floor_chair_from_other_floor_chair" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_floor_chair", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/yellow_floor_chair_from_other_floor_chair" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/yellow_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/yellow_floor_chair_from_seat.json new file mode 100644 index 00000000..b9432259 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/advancements/recipes/building_blocks/crafting/floor_chair/yellow_floor_chair_from_seat.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_seat": { + "conditions": { + "items": [ + { + "tag": "create:seats" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "interiors:crafting/floor_chair/yellow_floor_chair_from_seat" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_seat", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "interiors:crafting/floor_chair/yellow_floor_chair_from_seat" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair.json new file mode 100644 index 00000000..a7dc08bd --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:black_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair_from_other_chair.json new file mode 100644 index 00000000..f734f917 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/black_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair_from_seat.json new file mode 100644 index 00000000..1aebeded --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/black_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:black_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair.json new file mode 100644 index 00000000..54e5ef23 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:blue_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair_from_other_chair.json new file mode 100644 index 00000000..0f1f63cf --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/blue_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair_from_seat.json new file mode 100644 index 00000000..2cf86fac --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/blue_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:blue_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair.json new file mode 100644 index 00000000..7b989a05 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:brown_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair_from_other_chair.json new file mode 100644 index 00000000..3a24b1b7 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/brown_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair_from_seat.json new file mode 100644 index 00000000..18c5e323 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/brown_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:brown_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair.json new file mode 100644 index 00000000..bcff3eef --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:cyan_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair_from_other_chair.json new file mode 100644 index 00000000..4da24984 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/cyan_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair_from_seat.json new file mode 100644 index 00000000..d79e13f3 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/cyan_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:cyan_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair.json new file mode 100644 index 00000000..aa85bd0f --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:gray_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair_from_other_chair.json new file mode 100644 index 00000000..fadd6694 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/gray_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair_from_seat.json new file mode 100644 index 00000000..acc23aa3 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/gray_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:gray_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair.json new file mode 100644 index 00000000..15483a87 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:green_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair_from_other_chair.json new file mode 100644 index 00000000..3d487ff2 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/green_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair_from_seat.json new file mode 100644 index 00000000..f023c0fa --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/green_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:green_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair.json new file mode 100644 index 00000000..fcd8c906 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:light_blue_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair_from_other_chair.json new file mode 100644 index 00000000..069ea8d7 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/light_blue_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair_from_seat.json new file mode 100644 index 00000000..de1cf1cf --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_blue_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:light_blue_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair.json new file mode 100644 index 00000000..7cfbab2a --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:light_gray_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair_from_other_chair.json new file mode 100644 index 00000000..88348b77 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/light_gray_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair_from_seat.json new file mode 100644 index 00000000..cfd29722 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/light_gray_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:light_gray_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair.json new file mode 100644 index 00000000..370d4d16 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:lime_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair_from_other_chair.json new file mode 100644 index 00000000..ec325419 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/lime_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair_from_seat.json new file mode 100644 index 00000000..779a2e20 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/lime_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:lime_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair.json new file mode 100644 index 00000000..0bc6e9c0 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:magenta_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair_from_other_chair.json new file mode 100644 index 00000000..829b8296 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/magenta_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair_from_seat.json new file mode 100644 index 00000000..48ef5ac2 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/magenta_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:magenta_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair.json new file mode 100644 index 00000000..1f5dce5a --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:orange_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair_from_other_chair.json new file mode 100644 index 00000000..fe1f9ab7 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/orange_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair_from_seat.json new file mode 100644 index 00000000..3bb12952 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/orange_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:orange_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair.json new file mode 100644 index 00000000..01cb0227 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:pink_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair_from_other_chair.json new file mode 100644 index 00000000..a5b88150 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/pink_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair_from_seat.json new file mode 100644 index 00000000..e1ce2c6e --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/pink_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:pink_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair.json new file mode 100644 index 00000000..cbde2efe --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:purple_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair_from_other_chair.json new file mode 100644 index 00000000..42ae05ef --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/purple_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair_from_seat.json new file mode 100644 index 00000000..c5e6053b --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/purple_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:purple_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair.json new file mode 100644 index 00000000..e4a3c45f --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:red_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair_from_other_chair.json new file mode 100644 index 00000000..24de6356 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/red_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair_from_seat.json new file mode 100644 index 00000000..c724d1d7 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/red_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:red_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair.json new file mode 100644 index 00000000..b4090cee --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair_from_other_chair.json new file mode 100644 index 00000000..8401c87b --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/white_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair_from_seat.json new file mode 100644 index 00000000..32016c24 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/white_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:white_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair.json new file mode 100644 index 00000000..7d832731 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:planks" + }, + { + "item": "minecraft:yellow_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair_from_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair_from_floor_chair.json new file mode 100644 index 00000000..623b5118 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair_from_floor_chair.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + [] + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair_from_other_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair_from_other_chair.json new file mode 100644 index 00000000..25063007 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair_from_other_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:chairs" + }, + { + "tag": "interiors:internal/dyes/yellow_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair_from_seat.json new file mode 100644 index 00000000..cccbb1bb --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/chair/yellow_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:planks" + }, + { + "item": "create:yellow_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/black_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/black_floor_chair.json new file mode 100644 index 00000000..3226912c --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/black_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:black_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/black_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/black_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..048a9a21 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/black_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/black_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/black_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/black_floor_chair_from_seat.json new file mode 100644 index 00000000..f5fce46a --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/black_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:black_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/blue_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/blue_floor_chair.json new file mode 100644 index 00000000..188ffcc7 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/blue_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:blue_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/blue_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/blue_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..cd05489d --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/blue_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/blue_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/blue_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/blue_floor_chair_from_seat.json new file mode 100644 index 00000000..eb92e1a5 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/blue_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:blue_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/brown_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/brown_floor_chair.json new file mode 100644 index 00000000..a3675357 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/brown_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:brown_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/brown_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/brown_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..43cf4787 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/brown_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/brown_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/brown_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/brown_floor_chair_from_seat.json new file mode 100644 index 00000000..c0f3b791 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/brown_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:brown_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/cyan_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/cyan_floor_chair.json new file mode 100644 index 00000000..e728c5b7 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/cyan_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:cyan_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/cyan_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/cyan_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..24aee85f --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/cyan_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/cyan_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/cyan_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/cyan_floor_chair_from_seat.json new file mode 100644 index 00000000..1c1fab8e --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/cyan_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:cyan_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/gray_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/gray_floor_chair.json new file mode 100644 index 00000000..8cf65ea2 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/gray_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:gray_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/gray_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/gray_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..1cd6c26c --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/gray_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/gray_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/gray_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/gray_floor_chair_from_seat.json new file mode 100644 index 00000000..6e4a3cda --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/gray_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:gray_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/green_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/green_floor_chair.json new file mode 100644 index 00000000..fb0f62f9 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/green_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:green_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/green_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/green_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..85203530 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/green_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/green_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/green_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/green_floor_chair_from_seat.json new file mode 100644 index 00000000..0642890c --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/green_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:green_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_blue_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_blue_floor_chair.json new file mode 100644 index 00000000..cbb17cd3 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_blue_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:light_blue_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_blue_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_blue_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..fc95ebb8 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_blue_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/light_blue_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_blue_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_blue_floor_chair_from_seat.json new file mode 100644 index 00000000..ea0ec7fc --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_blue_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:light_blue_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_gray_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_gray_floor_chair.json new file mode 100644 index 00000000..26577cf5 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_gray_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:light_gray_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_gray_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_gray_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..3788a6b7 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_gray_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/light_gray_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_gray_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_gray_floor_chair_from_seat.json new file mode 100644 index 00000000..3d4c3209 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/light_gray_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:light_gray_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/lime_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/lime_floor_chair.json new file mode 100644 index 00000000..609823a7 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/lime_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:lime_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/lime_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/lime_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..1676af9e --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/lime_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/lime_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/lime_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/lime_floor_chair_from_seat.json new file mode 100644 index 00000000..26897c86 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/lime_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:lime_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/magenta_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/magenta_floor_chair.json new file mode 100644 index 00000000..b59483b8 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/magenta_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:magenta_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/magenta_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/magenta_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..1ae3846e --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/magenta_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/magenta_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/magenta_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/magenta_floor_chair_from_seat.json new file mode 100644 index 00000000..cb07af78 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/magenta_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:magenta_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/orange_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/orange_floor_chair.json new file mode 100644 index 00000000..51839723 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/orange_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:orange_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/orange_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/orange_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..537b8582 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/orange_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/orange_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/orange_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/orange_floor_chair_from_seat.json new file mode 100644 index 00000000..bcca6cd4 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/orange_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:orange_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/pink_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/pink_floor_chair.json new file mode 100644 index 00000000..2f0e71e4 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/pink_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:pink_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/pink_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/pink_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..aa1b4015 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/pink_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/pink_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/pink_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/pink_floor_chair_from_seat.json new file mode 100644 index 00000000..f114a5b0 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/pink_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:pink_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/purple_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/purple_floor_chair.json new file mode 100644 index 00000000..e95b8f49 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/purple_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:purple_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/purple_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/purple_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..e7893048 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/purple_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/purple_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/purple_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/purple_floor_chair_from_seat.json new file mode 100644 index 00000000..ab423133 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/purple_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:purple_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/red_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/red_floor_chair.json new file mode 100644 index 00000000..d30a2d5b --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/red_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:red_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/red_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/red_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..33075d0f --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/red_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/red_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/red_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/red_floor_chair_from_seat.json new file mode 100644 index 00000000..bfdf2d45 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/red_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:red_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/white_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/white_floor_chair.json new file mode 100644 index 00000000..8d74fe21 --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/white_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/white_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/white_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..f0913bca --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/white_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/white_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/white_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/white_floor_chair_from_seat.json new file mode 100644 index 00000000..c97ade5d --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/white_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:white_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/yellow_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/yellow_floor_chair.json new file mode 100644 index 00000000..da30763a --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/yellow_floor_chair.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "minecraft:yellow_wool" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/yellow_floor_chair_from_other_floor_chair.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/yellow_floor_chair_from_other_floor_chair.json new file mode 100644 index 00000000..568ec59e --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/yellow_floor_chair_from_other_floor_chair.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "interiors:floor_chairs" + }, + { + "tag": "interiors:internal/dyes/yellow_dyes" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/yellow_floor_chair_from_seat.json b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/yellow_floor_chair_from_seat.json new file mode 100644 index 00000000..e9a0783b --- /dev/null +++ b/src/generated-1.20.1/resources/data/interiors/recipes/crafting/floor_chair/yellow_floor_chair_from_seat.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "minecraft:wooden_slabs" + }, + { + "item": "create:yellow_seat" + } + ], + "result": { + "item": "minecraft:air" + } +} \ No newline at end of file diff --git a/src/main/java/com/sudolev/interiors/CreateInteriors.java b/src/main/java/com/sudolev/interiors/CreateInteriors.java index 264dc300..7315b86d 100755 --- a/src/main/java/com/sudolev/interiors/CreateInteriors.java +++ b/src/main/java/com/sudolev/interiors/CreateInteriors.java @@ -40,7 +40,7 @@ public static void init() { CITags.register(); CITab.register( - #if FORGE && POST_CURRENT_MC_20_1 + #if FORGE && MC >= "20.1" net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext.get().getModEventBus() #endif); CIEntities.register(); diff --git a/src/main/java/com/sudolev/interiors/Utils.java b/src/main/java/com/sudolev/interiors/Utils.java index abdc9eea..68905579 100755 --- a/src/main/java/com/sudolev/interiors/Utils.java +++ b/src/main/java/com/sudolev/interiors/Utils.java @@ -70,7 +70,7 @@ public static CompoundTag getCustomData(Entity entity) { #if FORGE return entity.getPersistentData(); #elif FABRIC - #if PRE_CURRENT_MC_19_2 + #if MC <= "19.2" return entity.getExtraCustomData(); #else return entity.getCustomData(); diff --git a/src/main/java/com/sudolev/interiors/content/block/WallMountedTable.java b/src/main/java/com/sudolev/interiors/content/block/WallMountedTable.java index de6d4c18..4fddc47f 100755 --- a/src/main/java/com/sudolev/interiors/content/block/WallMountedTable.java +++ b/src/main/java/com/sudolev/interiors/content/block/WallMountedTable.java @@ -44,13 +44,14 @@ public VoxelShape getCollisionShape(BlockState state, BlockGetter level, BlockPo @Override protected void createBlockStateDefinition(StateDefinition.Builder builder) { - builder.add(FACING).add(WATERLOGGED); + super.createBlockStateDefinition(builder.add(FACING).add(WATERLOGGED)); } @Override public BlockState rotate(BlockState state, Rotation rotation) { - return state.setValue(FACING, rotation.rotate(state.getValue(FACING))); +// return state.setValue(FACING, rotation.rotate(state.getValue(FACING))); + return state.rotate(rotation); } @Override diff --git a/src/main/java/com/sudolev/interiors/content/block/chair/ChairBlock.java b/src/main/java/com/sudolev/interiors/content/block/chair/ChairBlock.java index 9cb21fb4..e6f0a692 100755 --- a/src/main/java/com/sudolev/interiors/content/block/chair/ChairBlock.java +++ b/src/main/java/com/sudolev/interiors/content/block/chair/ChairBlock.java @@ -45,7 +45,7 @@ public ChairBlock(Properties properties, DyeColor color) { @Override protected void createBlockStateDefinition(StateDefinition.Builder builder) { - builder.add(WATERLOGGED).add(FACING).add(ARMRESTS).add(CROPPED_BACK); + super.createBlockStateDefinition(builder.add(ARMRESTS).add(CROPPED_BACK)); } @Override @@ -57,7 +57,7 @@ public BlockState getStateForPlacement(BlockPlaceContext context) { @Override public void updateEntityAfterFallOn(BlockGetter reader, Entity entity) { - #if PRE_CURRENT_MC_19_2 + #if MC <= "19.2" Level level = entity.level; #else Level level = entity.level(); @@ -87,7 +87,7 @@ public InteractionResult onWrenched(BlockState state, UseOnContext context) { Level world = context.getLevel(); BlockPos pos = context.getClickedPos(); - #if PRE_CURRENT_MC_19_2 + #if MC <= "19.2" Vec3 clickPos = VecHelper.getCenterOf(pos) #else Vec3 clickPos = pos.getCenter() diff --git a/src/main/java/com/sudolev/interiors/content/block/chair/DirectionalSeatBlock.java b/src/main/java/com/sudolev/interiors/content/block/chair/DirectionalSeatBlock.java index c914d08e..bd053be4 100755 --- a/src/main/java/com/sudolev/interiors/content/block/chair/DirectionalSeatBlock.java +++ b/src/main/java/com/sudolev/interiors/content/block/chair/DirectionalSeatBlock.java @@ -27,7 +27,7 @@ public class DirectionalSeatBlock extends SeatBlock implements IWrenchable { public static final DirectionProperty FACING = BlockStateProperties.HORIZONTAL_FACING; public DirectionalSeatBlock(Properties properties, DyeColor color) { - super(properties, color #if PRE_CURRENT_MC_19_2, true #endif); + super(properties, color #if MC <= "19.2", true #endif); } @Override @@ -47,7 +47,7 @@ public BlockState mirror(BlockState state, Mirror mirror) { @Override protected void createBlockStateDefinition(StateDefinition.Builder builder) { - builder.add(FACING).add(WATERLOGGED); + super.createBlockStateDefinition(builder.add(FACING).add(WATERLOGGED)); } @Override @@ -55,7 +55,7 @@ public InteractionResult use(BlockState state, Level world, BlockPos pos, Player ItemStack heldItem = player.getItemInHand(hand); if(heldItem == AllItems.WRENCH.asStack(1) || heldItem.is( - #if PRE_CURRENT_MC_19_2 + #if MC <= "19.2" AllItems.WRENCH.get() #else AllItems.WRENCH.asItem() diff --git a/src/main/java/com/sudolev/interiors/content/registry/CIBlocks.java b/src/main/java/com/sudolev/interiors/content/registry/CIBlocks.java index 5bcec267..06035f20 100755 --- a/src/main/java/com/sudolev/interiors/content/registry/CIBlocks.java +++ b/src/main/java/com/sudolev/interiors/content/registry/CIBlocks.java @@ -36,7 +36,7 @@ import com.tterrag.registrate.util.entry.BlockEntry; import com.tterrag.registrate.util.nullness.NonNullUnaryOperator; -#if FABRIC && POST_CURRENT_MC_20_1 +#if FABRIC && MC >= "20.1" import io.github.fabricators_of_create.porting_lib.models.generators.ConfiguredModel; import io.github.fabricators_of_create.porting_lib.models.generators.ModelFile; import io.github.fabricators_of_create.porting_lib.models.generators.block.BlockStateProvider; @@ -57,7 +57,7 @@ public final class CIBlocks { static { - #if PRE_CURRENT_MC_19_2 + #if MC <= "19.2" REGISTRATE.creativeModeTab(CITab::getInstance); #else #if FABRIC @@ -68,7 +68,7 @@ public final class CIBlocks { #endif } - #if PRE_CURRENT_MC_19_2 + #if MC <= "19.2" private static final ResourceKey> ITEM_REGISTRY = Registry.ITEM_REGISTRY; private static final Object RECIPE_CATEGORY_BUILDING_BLOCKS = null; #else @@ -92,10 +92,14 @@ public final class CIBlocks { .transform(axeOnly()) .blockstate((c, p) -> p.getVariantBuilder(c.get()) .forAllStatesExcept(state -> { - String facing = state.getValue(ChairBlock.FACING).getSerializedName(); + String facing = state.getValue(WallMountedTable.FACING).getSerializedName(); int rotation = facing(state); - return modelWithRotation(p.models().getExistingFile(p.modLoc("block/wall_mounted_table")), rotation); + ModelFile model = p.models().getExistingFile(p.modLoc("block/wall_mounted_table")); + return ConfiguredModel.builder() + .modelFile(model) + .rotationY(rotation) + .build(); }, WATERLOGGED)) .simpleItem() .register(); @@ -120,7 +124,10 @@ public final class CIBlocks { ModelFile model = customChairModelFile(p, "block/floor_chair/" + armrest + cropped_state, "block/floor_chair/" + colorName + "_floor_chair_" + armrest + cropped_state, top, side, sideTop, side); - return modelWithRotation(model, rotation); + return ConfiguredModel.builder() + .modelFile(model) + .rotationY(rotation) + .build(); }, WATERLOGGED)) .recipe((c, p) -> { shapeless(RECIPE_CATEGORY_BUILDING_BLOCKS, c.get()) @@ -132,7 +139,7 @@ public final class CIBlocks { shapeless(RECIPE_CATEGORY_BUILDING_BLOCKS, c.get()) .requires(ItemTags.WOODEN_SLABS) - .requires(AllBlocks.SEATS.get(color) #if PRE_CURRENT_MC_19_2 .get() #endif) + .requires(AllBlocks.SEATS.get(color) #if MC <= "19.2" .get() #endif) .unlockedBy("has_seat", RegistrateRecipeProvider.has(AllItemTags.SEATS.tag)) .save(p, CreateInteriors.asResource("crafting/floor_chair/" + c.getName() + "_from_seat")); @@ -174,7 +181,10 @@ public final class CIBlocks { ModelFile model = customChairModelFile(p, "block/chair/" + armrest + cropped_state, "block/chair/" + colorName + "_chair_" + armrest + cropped_state, top, side, sideTop, side); - return modelWithRotation(model, rotation); + return ConfiguredModel.builder() + .modelFile(model) + .rotationY(rotation) + .build(); }, WATERLOGGED)) .recipe((c, p) -> { shapeless(RECIPE_CATEGORY_BUILDING_BLOCKS, c.get()) @@ -186,12 +196,12 @@ public final class CIBlocks { shapeless(RECIPE_CATEGORY_BUILDING_BLOCKS, c.get()) .requires(ItemTags.PLANKS) - .requires(AllBlocks.SEATS.get(color) #if PRE_CURRENT_MC_19_2 .get() #endif) + .requires(AllBlocks.SEATS.get(color) #if MC <= "19.2" .get() #endif) .unlockedBy("has_seat", RegistrateRecipeProvider.has(AllItemTags.SEATS.tag)) .save(p, CreateInteriors.asResource("crafting/chair/" + c.getName() + "_from_seat")); shapeless(RECIPE_CATEGORY_BUILDING_BLOCKS, c.get()) .requires(ItemTags.WOODEN_SLABS) - .requires(FLOOR_CHAIRS.get(color) #if PRE_CURRENT_MC_19_2 .get() #endif) + .requires(FLOOR_CHAIRS.get(color) #if MC <= "19.2" .get() #endif) .unlockedBy("has_floor_chair", RegistrateRecipeProvider.has(CITags.Items.FLOOR_CHAIRS)) .save(p, CreateInteriors.asResource("crafting/chair/" + c.getName() + "_from_floor_chair")); @@ -224,10 +234,14 @@ public final class CIBlocks { int rotation = facing(state); - return modelWithRotation(p.models().withExistingParent( + ModelFile model = p.models().withExistingParent( "block/chair/" + armrest + cropped_state, "block/chair/kelp_chair_" + armrest + cropped_state - ), rotation); + ); + return ConfiguredModel.builder() + .modelFile(model) + .rotationY(rotation) + .build(); }, WATERLOGGED)) .onRegister(movementBehaviour(new BigSeatMovementBehaviour())) .onRegister(interactionBehaviour(new SeatInteractionBehaviour())) @@ -247,10 +261,14 @@ public final class CIBlocks { String cropped_state = state.getValue(ChairBlock.CROPPED_BACK) ? "_cropped" : ""; int rotation = facing(state); - return modelWithRotation(p.models().withExistingParent( + ModelFile model = p.models().withExistingParent( "block/floor_chair/" + armrest + cropped_state, "block/chair/kelp_floor_chair_" + armrest + cropped_state - ), rotation); + ); + return ConfiguredModel.builder() + .modelFile(model) + .rotationY(rotation) + .build(); }, WATERLOGGED)) .onRegister(movementBehaviour(new SeatMovementBehaviour())) .onRegister(interactionBehaviour(new SeatInteractionBehaviour())) @@ -268,7 +286,11 @@ public final class CIBlocks { .forAllStatesExcept(state -> { String facing = state.getValue(ChairBlock.FACING).getSerializedName(); int rotation = facing(state); - return modelWithRotation(p.models().getExistingFile(p.modLoc("block/kelp_seat")), rotation); + ModelFile model = p.models().getExistingFile(p.modLoc("block/kelp_seat")); + return ConfiguredModel.builder() + .modelFile(model) + .rotationY(rotation) + .build(); }, WATERLOGGED)) .onRegister(movementBehaviour(new SeatMovementBehaviour())) .onRegister(interactionBehaviour(new SeatInteractionBehaviour())) @@ -301,15 +323,8 @@ private static ModelFile customChairModelFile(BlockStateProvider p, String paren .texture("side", side); } - private static ConfiguredModel[] modelWithRotation(ModelFile model, int rotation) { - return ConfiguredModel.builder() - .modelFile(model) - .rotationY(rotation) - .build(); - } - private static NonNullUnaryOperator color(DyeColor color) { - #if PRE_CURRENT_MC_19_2 + #if MC <= "19.2" return p -> p.color(color.getMaterialColor()); #else return p -> p.mapColor(color); @@ -317,7 +332,7 @@ private static NonNullUnaryOperator color(DyeColor color) { } private static ShapelessRecipeBuilder shapeless(Object category, Block block) { - #if PRE_CURRENT_MC_19_2 + #if MC <= "19.2" return ShapelessRecipeBuilder.shapeless(block); #else return ShapelessRecipeBuilder.shapeless((net.minecraft.data.recipes.RecipeCategory) java.util.Objects.requireNonNull(category), block); diff --git a/src/main/java/com/sudolev/interiors/content/registry/CITab.java b/src/main/java/com/sudolev/interiors/content/registry/CITab.java index ef7b04fe..fd8de692 100755 --- a/src/main/java/com/sudolev/interiors/content/registry/CITab.java +++ b/src/main/java/com/sudolev/interiors/content/registry/CITab.java @@ -5,7 +5,7 @@ import com.sudolev.interiors.CreateInteriors; -#if PRE_CURRENT_MC_19_2 +#if MC <= "19.2" import net.minecraft.world.item.ItemStack; #if FABRIC @@ -31,8 +31,8 @@ #endif #endif -public final class CITab #if PRE_CURRENT_MC_19_2 extends CreativeModeTab #endif { - #if POST_MC_19_2 +public final class CITab #if MC <= "19.2" extends CreativeModeTab #endif { + #if MC > "19.2" private static CreativeModeTab configure(CreativeModeTab.Builder builder) { return builder .title(Component.translatable("itemGroup.interiors")) diff --git a/src/main/java/com/sudolev/interiors/foundation/data/CIDatagen.java b/src/main/java/com/sudolev/interiors/foundation/data/CIDatagen.java index d5675fc6..fc3e24dd 100644 --- a/src/main/java/com/sudolev/interiors/foundation/data/CIDatagen.java +++ b/src/main/java/com/sudolev/interiors/foundation/data/CIDatagen.java @@ -5,7 +5,7 @@ import com.sudolev.interiors.content.registry.CITags; import com.tterrag.registrate.providers.ProviderType; -#if POST_MC_19_2 +#if MC >= "20.1" import io.github.fabricators_of_create.porting_lib.data.ExistingFileHelper; #else import net.minecraftforge.common.data.ExistingFileHelper; @@ -38,7 +38,7 @@ public void onInitializeDataGenerator(FabricDataGenerator gen) { CITags.DYES.values().forEach(tag -> tag.generateCommon(prov))); CreateInteriors.REGISTRATE.setupDatagen(gen - #if POST_MC_19_2 + #if MC > "19.2" .createPack() #endif , helper); diff --git a/src/main/java/com/sudolev/interiors/foundation/data/CommonTag.java b/src/main/java/com/sudolev/interiors/foundation/data/CommonTag.java index 53cd6e6d..ac365bf5 100755 --- a/src/main/java/com/sudolev/interiors/foundation/data/CommonTag.java +++ b/src/main/java/com/sudolev/interiors/foundation/data/CommonTag.java @@ -39,7 +39,7 @@ public static CommonTag conventional(ResourceKey> r } public CommonTag generateBoth(RegistrateTagsProvider tags, Consumer> consumer) { - #if PRE_CURRENT_MC_19_2 + #if MC <= "19.2" consumer.accept(tags.tag(fabric)); consumer.accept(tags.tag(forge)); #else @@ -50,7 +50,7 @@ public CommonTag generateBoth(RegistrateTagsProvider tags, Consumer generateCommon(RegistrateTagsProvider tags) { - #if PRE_CURRENT_MC_19_2 + #if MC <= "19.2" tags.tag(tag) #else tags.addTag(tag) diff --git a/src/main/java/com/sudolev/interiors/foundation/mixin/AbstractContraptionEntityMixin.java b/src/main/java/com/sudolev/interiors/foundation/mixin/AbstractContraptionEntityMixin.java index 0271a3c8..ab832429 100755 --- a/src/main/java/com/sudolev/interiors/foundation/mixin/AbstractContraptionEntityMixin.java +++ b/src/main/java/com/sudolev/interiors/foundation/mixin/AbstractContraptionEntityMixin.java @@ -27,7 +27,7 @@ public abstract class AbstractContraptionEntityMixin { @Inject(method = "getPassengerPosition", at = @At("TAIL"), cancellable = true, remap = false) private void raiseSeatEntity(Entity passenger, float partialTicks, CallbackInfoReturnable cir, @Local BlockPos seat) { - #if PRE_CURRENT_MC_19_2 + #if MC <= "19.2" BlockState state = contraption.getBlocks().get(seat).state; #else BlockState state = contraption.getBlocks().get(seat).state(); diff --git a/stonecutter.gradle.kts b/stonecutter.gradle.kts index db5489d2..fa665ab7 100644 --- a/stonecutter.gradle.kts +++ b/stonecutter.gradle.kts @@ -3,7 +3,7 @@ plugins { id("dev.kikugie.stonecutter") } -stonecutter active "20.1-fabric" /* [SC] DO NOT EDIT */ +stonecutter active "19.2-fabric" /* [SC] DO NOT EDIT */ stonecutter registerChiseled tasks.register("chiseledAssemble", stonecutter.chiseled) { group = "project" diff --git a/versions/18.2-fabric/build.properties b/versions/18.2-fabric/build.properties index c807eed2..90c7fcbe 100644 --- a/versions/18.2-fabric/build.properties +++ b/versions/18.2-fabric/build.properties @@ -1,11 +1,5 @@ #DO NOT EDIT #Generated properties for the build -#Mon Sep 02 15:40:49 EDT 2024 -PRE_CURRENT_MC_19_2= -PRE_CURRENT_MC_18_2= +#Tue Sep 03 10:16:16 EDT 2024 FABRIC= -MC_18_2= -PRE_CURRENT_MC_20_1= -PRE_MC_20_1= -POST_CURRENT_MC_18_2= -PRE_MC_19_2= +MC=18.2 diff --git a/versions/18.2-forge/build.properties b/versions/18.2-forge/build.properties index f271c7ed..7ccf28bf 100644 --- a/versions/18.2-forge/build.properties +++ b/versions/18.2-forge/build.properties @@ -1,11 +1,5 @@ #DO NOT EDIT #Generated properties for the build -#Mon Sep 02 14:43:25 EDT 2024 -PRE_CURRENT_MC_19_2= -PRE_CURRENT_MC_18_2= -MC_18_2= -PRE_CURRENT_MC_20_1= +#Tue Sep 03 10:16:16 EDT 2024 +MC=18.2 FORGE= -PRE_MC_20_1= -POST_CURRENT_MC_18_2= -PRE_MC_19_2= diff --git a/versions/19.2-fabric/build.properties b/versions/19.2-fabric/build.properties index 5db1ca3e..b159ae6e 100644 --- a/versions/19.2-fabric/build.properties +++ b/versions/19.2-fabric/build.properties @@ -1,11 +1,5 @@ #DO NOT EDIT #Generated properties for the build -#Mon Sep 02 15:40:49 EDT 2024 -PRE_CURRENT_MC_19_2= -MC_19_2= +#Tue Sep 03 13:29:50 EDT 2024 FABRIC= -POST_MC_18_2= -PRE_CURRENT_MC_20_1= -PRE_MC_20_1= -POST_CURRENT_MC_18_2= -POST_CURRENT_MC_19_2= +MC=19.2 diff --git a/versions/19.2-forge/build.properties b/versions/19.2-forge/build.properties index 8768a145..fb1d4f93 100644 --- a/versions/19.2-forge/build.properties +++ b/versions/19.2-forge/build.properties @@ -1,11 +1,5 @@ #DO NOT EDIT #Generated properties for the build -#Mon Sep 02 14:43:25 EDT 2024 -PRE_CURRENT_MC_19_2= -MC_19_2= -POST_MC_18_2= -PRE_CURRENT_MC_20_1= +#Tue Sep 03 10:16:16 EDT 2024 +MC=19.2 FORGE= -PRE_MC_20_1= -POST_CURRENT_MC_18_2= -POST_CURRENT_MC_19_2= diff --git a/versions/20.1-fabric/build.properties b/versions/20.1-fabric/build.properties index fa3eede3..7d9c3915 100644 --- a/versions/20.1-fabric/build.properties +++ b/versions/20.1-fabric/build.properties @@ -1,11 +1,5 @@ #DO NOT EDIT #Generated properties for the build -#Mon Sep 02 15:40:50 EDT 2024 +#Tue Sep 03 10:16:16 EDT 2024 FABRIC= -POST_MC_18_2= -POST_CURRENT_MC_20_1= -POST_MC_19_2= -PRE_CURRENT_MC_20_1= -POST_CURRENT_MC_18_2= -POST_CURRENT_MC_19_2= -MC_20_1= +MC=20.1 diff --git a/versions/20.1-forge/build.properties b/versions/20.1-forge/build.properties index 59212630..d97ea7a7 100644 --- a/versions/20.1-forge/build.properties +++ b/versions/20.1-forge/build.properties @@ -1,11 +1,5 @@ #DO NOT EDIT #Generated properties for the build -#Mon Sep 02 14:43:25 EDT 2024 -POST_MC_18_2= -POST_CURRENT_MC_20_1= -POST_MC_19_2= -PRE_CURRENT_MC_20_1= +#Tue Sep 03 10:16:16 EDT 2024 +MC=20.1 FORGE= -POST_CURRENT_MC_18_2= -POST_CURRENT_MC_19_2= -MC_20_1=