From 484faa39462dc2afae26013d4aef5c8a9695c281 Mon Sep 17 00:00:00 2001 From: Daniel Orr Date: Tue, 16 Apr 2024 21:41:35 +0100 Subject: [PATCH] Datagen --- .../recipes/building_blocks/driftwood_button.json | 7 +++---- .../recipes/building_blocks/driftwood_planks.json | 7 +++---- .../recipes/building_blocks/driftwood_slab.json | 7 +++---- .../recipes/building_blocks/driftwood_wood.json | 7 +++---- .../advancements/recipes/building_blocks/glowstick.json | 7 +++---- .../advancements/recipes/misc/glow_slime.json | 7 +++---- .../recipes/redstone/driftwood_pressure_plate.json | 7 +++---- .../hybrid-aquatic/recipes/driftwood_pressure_plate.json | 3 +-- .../data/hybrid-aquatic/recipes/driftwood_slab.json | 3 +-- .../data/hybrid-aquatic/recipes/driftwood_wood.json | 3 +-- 10 files changed, 24 insertions(+), 34 deletions(-) diff --git a/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_button.json b/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_button.json index d2e8ac909..2dab926fa 100644 --- a/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_button.json +++ b/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_button.json @@ -22,14 +22,13 @@ }, "requirements": [ [ - "has_driftwood_planks", - "has_the_recipe" + "has_the_recipe", + "has_driftwood_planks" ] ], "rewards": { "recipes": [ "hybrid-aquatic:driftwood_button" ] - }, - "sends_telemetry_event": false + } } \ No newline at end of file diff --git a/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_planks.json b/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_planks.json index c702e8d62..8e4096f98 100644 --- a/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_planks.json +++ b/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_planks.json @@ -20,14 +20,13 @@ }, "requirements": [ [ - "has_logs", - "has_the_recipe" + "has_the_recipe", + "has_logs" ] ], "rewards": { "recipes": [ "hybrid-aquatic:driftwood_planks" ] - }, - "sends_telemetry_event": false + } } \ No newline at end of file diff --git a/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_slab.json b/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_slab.json index 34c1afdc3..ed8c20225 100644 --- a/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_slab.json +++ b/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_slab.json @@ -22,14 +22,13 @@ }, "requirements": [ [ - "has_driftwood_planks", - "has_the_recipe" + "has_the_recipe", + "has_driftwood_planks" ] ], "rewards": { "recipes": [ "hybrid-aquatic:driftwood_slab" ] - }, - "sends_telemetry_event": false + } } \ No newline at end of file diff --git a/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_wood.json b/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_wood.json index 0521cbd5a..a6b91656b 100644 --- a/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_wood.json +++ b/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/driftwood_wood.json @@ -22,14 +22,13 @@ }, "requirements": [ [ - "has_log", - "has_the_recipe" + "has_the_recipe", + "has_log" ] ], "rewards": { "recipes": [ "hybrid-aquatic:driftwood_wood" ] - }, - "sends_telemetry_event": false + } } \ No newline at end of file diff --git a/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/glowstick.json b/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/glowstick.json index 4d46fcbae..7553d9e0f 100644 --- a/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/glowstick.json +++ b/src/generated/resources/data/hybrid-aquatic/advancements/recipes/building_blocks/glowstick.json @@ -34,15 +34,14 @@ }, "requirements": [ [ + "has_the_recipe", "has_stick", - "has_glow_slime", - "has_the_recipe" + "has_glow_slime" ] ], "rewards": { "recipes": [ "hybrid-aquatic:glowstick" ] - }, - "sends_telemetry_event": false + } } \ No newline at end of file diff --git a/src/generated/resources/data/hybrid-aquatic/advancements/recipes/misc/glow_slime.json b/src/generated/resources/data/hybrid-aquatic/advancements/recipes/misc/glow_slime.json index 0b1716254..b35b7c6a0 100644 --- a/src/generated/resources/data/hybrid-aquatic/advancements/recipes/misc/glow_slime.json +++ b/src/generated/resources/data/hybrid-aquatic/advancements/recipes/misc/glow_slime.json @@ -34,15 +34,14 @@ }, "requirements": [ [ + "has_the_recipe", "has_slime_ball", - "has_glow_ink_sac", - "has_the_recipe" + "has_glow_ink_sac" ] ], "rewards": { "recipes": [ "hybrid-aquatic:glow_slime" ] - }, - "sends_telemetry_event": false + } } \ No newline at end of file diff --git a/src/generated/resources/data/hybrid-aquatic/advancements/recipes/redstone/driftwood_pressure_plate.json b/src/generated/resources/data/hybrid-aquatic/advancements/recipes/redstone/driftwood_pressure_plate.json index 50be9aed3..75aea5400 100644 --- a/src/generated/resources/data/hybrid-aquatic/advancements/recipes/redstone/driftwood_pressure_plate.json +++ b/src/generated/resources/data/hybrid-aquatic/advancements/recipes/redstone/driftwood_pressure_plate.json @@ -22,14 +22,13 @@ }, "requirements": [ [ - "has_driftwood_planks", - "has_the_recipe" + "has_the_recipe", + "has_driftwood_planks" ] ], "rewards": { "recipes": [ "hybrid-aquatic:driftwood_pressure_plate" ] - }, - "sends_telemetry_event": false + } } \ No newline at end of file diff --git a/src/generated/resources/data/hybrid-aquatic/recipes/driftwood_pressure_plate.json b/src/generated/resources/data/hybrid-aquatic/recipes/driftwood_pressure_plate.json index dee62734a..1efe9c99a 100644 --- a/src/generated/resources/data/hybrid-aquatic/recipes/driftwood_pressure_plate.json +++ b/src/generated/resources/data/hybrid-aquatic/recipes/driftwood_pressure_plate.json @@ -11,6 +11,5 @@ ], "result": { "item": "hybrid-aquatic:driftwood_pressure_plate" - }, - "show_notification": true + } } \ No newline at end of file diff --git a/src/generated/resources/data/hybrid-aquatic/recipes/driftwood_slab.json b/src/generated/resources/data/hybrid-aquatic/recipes/driftwood_slab.json index 426d7abc0..caf12b351 100644 --- a/src/generated/resources/data/hybrid-aquatic/recipes/driftwood_slab.json +++ b/src/generated/resources/data/hybrid-aquatic/recipes/driftwood_slab.json @@ -12,6 +12,5 @@ "result": { "count": 6, "item": "hybrid-aquatic:driftwood_slab" - }, - "show_notification": true + } } \ No newline at end of file diff --git a/src/generated/resources/data/hybrid-aquatic/recipes/driftwood_wood.json b/src/generated/resources/data/hybrid-aquatic/recipes/driftwood_wood.json index 12379fec5..3445f4241 100644 --- a/src/generated/resources/data/hybrid-aquatic/recipes/driftwood_wood.json +++ b/src/generated/resources/data/hybrid-aquatic/recipes/driftwood_wood.json @@ -14,6 +14,5 @@ "result": { "count": 3, "item": "hybrid-aquatic:driftwood_wood" - }, - "show_notification": true + } } \ No newline at end of file