diff --git a/build.gradle b/build.gradle index e71499c..ded9d04 100644 --- a/build.gradle +++ b/build.gradle @@ -99,7 +99,7 @@ modrinth { versionNumber = mod_version versionType = "beta" // `release`, `beta`, `alpha` uploadFile = remapJar - gameVersions = ["1.20.1"] + gameVersions = ["1.20", "1.20.1"] loaders = ["fabric"] dependencies { // scope.type diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/beige_concrete.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/beige_concrete.json deleted file mode 100644 index fe1009d..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/beige_concrete.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_iron_bars": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_light_gray_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:light_gray_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_stone": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:stone" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "new_soviet:beige_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_light_gray_dye", - "has_iron_bars", - "has_stone", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "new_soviet:beige_concrete" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/big_green_tiles.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/big_green_tiles.json index 969c45b..cbab9a1 100644 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/big_green_tiles.json +++ b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/big_green_tiles.json @@ -34,8 +34,8 @@ }, "requirements": [ [ - "has_big_diorite_tiles", "has_green_dye", + "has_big_diorite_tiles", "has_the_recipe" ] ], diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/blue_concrete.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/blue_concrete.json deleted file mode 100644 index 583974a..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/blue_concrete.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_blue_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:blue_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_iron_bars": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_stone": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:stone" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "new_soviet:blue_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_blue_dye", - "has_iron_bars", - "has_stone", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "new_soviet:blue_concrete" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/blue_iron_bars_from_iron_bars_blue.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/blue_iron_bars_from_iron_bars_blue.json deleted file mode 100644 index de86252..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/blue_iron_bars_from_iron_bars_blue.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_blue_dye": { - "conditions": { - "items": [ - { - "items": [ - "new_soviet:blue_iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_blue_iron_bars": { - "conditions": { - "items": [ - { - "items": [ - "new_soviet:blue_iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_iron_bars": { - "conditions": { - "items": [ - { - "items": [ - "new_soviet:blue_iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:blue_iron_bars_from_iron_bars_blue" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_blue_iron_bars", - "has_iron_bars", - "has_blue_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:blue_iron_bars_from_iron_bars_blue" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/blue_iron_bars_from_iron_bars_cyan.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/blue_iron_bars_from_iron_bars_cyan.json deleted file mode 100644 index 975fe4d..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/blue_iron_bars_from_iron_bars_cyan.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_blue_iron_bars": { - "conditions": { - "items": [ - { - "items": [ - "new_soviet:blue_iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_cyan_dye": { - "conditions": { - "items": [ - { - "items": [ - "new_soviet:blue_iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_iron_bars": { - "conditions": { - "items": [ - { - "items": [ - "new_soviet:blue_iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:blue_iron_bars_from_iron_bars_cyan" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_blue_iron_bars", - "has_iron_bars", - "has_cyan_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:blue_iron_bars_from_iron_bars_cyan" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/blue_iron_bars_from_iron_bars_light_blue.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/blue_iron_bars_from_iron_bars_light_blue.json deleted file mode 100644 index 8c69b29..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/blue_iron_bars_from_iron_bars_light_blue.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_blue_iron_bars": { - "conditions": { - "items": [ - { - "items": [ - "new_soviet:blue_iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_iron_bars": { - "conditions": { - "items": [ - { - "items": [ - "new_soviet:blue_iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_light_blue_dye": { - "conditions": { - "items": [ - { - "items": [ - "new_soviet:blue_iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:blue_iron_bars_from_iron_bars_light_blue" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_blue_iron_bars", - "has_iron_bars", - "has_light_blue_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:blue_iron_bars_from_iron_bars_light_blue" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_beige_concrete.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_beige_concrete.json deleted file mode 100644 index b116f20..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_beige_concrete.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:light_gray_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_beige_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_beige_concrete" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_black_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_black_boundary_marker.json deleted file mode 100644 index 2660833..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_black_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:black_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_black_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_black_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_blue_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_blue_boundary_marker.json deleted file mode 100644 index bf1ea08..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_blue_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:blue_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_blue_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_blue_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_blue_concrete.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_blue_concrete.json deleted file mode 100644 index 9f46eb1..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_blue_concrete.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:blue_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_blue_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_blue_concrete" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_blue_warning.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_blue_warning.json deleted file mode 100644 index 3df090d..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_blue_warning.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:blue_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_blue_warning" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_blue_warning" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_brown_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_brown_boundary_marker.json deleted file mode 100644 index 9bf8062..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_brown_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:brown_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_brown_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_brown_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_cyan_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_cyan_boundary_marker.json deleted file mode 100644 index 1ac9082..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_cyan_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:cyan_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_cyan_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_cyan_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_cyan_warning.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_cyan_warning.json deleted file mode 100644 index 21158a7..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_cyan_warning.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:cyan_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_cyan_warning" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_cyan_warning" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_gray_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_gray_boundary_marker.json deleted file mode 100644 index 9d9e63a..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_gray_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:gray_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_gray_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_gray_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_gray_warning.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_gray_warning.json deleted file mode 100644 index fd52c04..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_gray_warning.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:gray_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_gray_warning" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_gray_warning" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_green_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_green_boundary_marker.json deleted file mode 100644 index 388c9e2..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_green_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:green_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_green_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_green_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_green_concrete.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_green_concrete.json deleted file mode 100644 index 770c800..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_green_concrete.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:green_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_green_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_green_concrete" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_green_warning.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_green_warning.json deleted file mode 100644 index 56dc3a4..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_green_warning.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:green_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_green_warning" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_green_warning" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_industrial_warning.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_industrial_warning.json deleted file mode 100644 index 5006210..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_industrial_warning.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:black_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_industrial_warning" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_industrial_warning" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_light_blue_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_light_blue_boundary_marker.json deleted file mode 100644 index ea2a325..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_light_blue_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:light_blue_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_light_blue_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_light_blue_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_light_blue_warning.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_light_blue_warning.json deleted file mode 100644 index faf8114..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_light_blue_warning.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:light_blue_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_light_blue_warning" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_light_blue_warning" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_light_gray_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_light_gray_boundary_marker.json deleted file mode 100644 index 732a53e..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_light_gray_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:light_gray_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_light_gray_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_light_gray_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_lime_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_lime_boundary_marker.json deleted file mode 100644 index 56b4578..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_lime_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:lime_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_lime_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_lime_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_lime_warning.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_lime_warning.json deleted file mode 100644 index c30f4ee..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_lime_warning.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:lime_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_lime_warning" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_lime_warning" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_magenta_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_magenta_boundary_marker.json deleted file mode 100644 index e9ab60e..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_magenta_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:magenta_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_magenta_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_magenta_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_magenta_warning.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_magenta_warning.json deleted file mode 100644 index 6531628..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_magenta_warning.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:magenta_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_magenta_warning" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_magenta_warning" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_orange_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_orange_boundary_marker.json deleted file mode 100644 index ef468cb..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_orange_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:orange_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_orange_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_orange_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_orange_warning.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_orange_warning.json deleted file mode 100644 index a2ed111..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_orange_warning.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:orange_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_orange_warning" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_orange_warning" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_pink_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_pink_boundary_marker.json deleted file mode 100644 index 5467057..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_pink_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:pink_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_pink_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_pink_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_purple_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_purple_boundary_marker.json deleted file mode 100644 index f583775..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_purple_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:purple_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_purple_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_purple_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_purple_warning.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_purple_warning.json deleted file mode 100644 index c0597d0..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_purple_warning.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:purple_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_purple_warning" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_purple_warning" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_red_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_red_boundary_marker.json deleted file mode 100644 index a87d25b..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_red_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_red_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_red_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_red_concrete.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_red_concrete.json deleted file mode 100644 index 2eeb220..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_red_concrete.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_red_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_red_concrete" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_red_warning.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_red_warning.json deleted file mode 100644 index bb5568d..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_red_warning.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_red_warning" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_red_warning" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_white_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_white_boundary_marker.json deleted file mode 100644 index 4ae0776..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_white_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:white_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_white_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_white_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_white_concrete.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_white_concrete.json deleted file mode 100644 index c7d6e85..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_white_concrete.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:white_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_white_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_white_concrete" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_yellow_boundary_marker.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_yellow_boundary_marker.json deleted file mode 100644 index fa23688..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_yellow_boundary_marker.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:yellow_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_yellow_boundary_marker" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_yellow_boundary_marker" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_yellow_concrete.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_yellow_concrete.json deleted file mode 100644 index 11275ec..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_yellow_concrete.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:yellow_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_yellow_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_yellow_concrete" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_yellow_warning.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_yellow_warning.json deleted file mode 100644 index ff3f922..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/dye_yellow_warning.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_needed_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:yellow_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:dye_yellow_warning" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_needed_dye", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:dye_yellow_warning" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/green_bricks.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/green_bricks.json index 93a10e7..f1e5df2 100644 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/green_bricks.json +++ b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/green_bricks.json @@ -34,8 +34,8 @@ }, "requirements": [ [ - "has_bricks", "has_green_dye", + "has_bricks", "has_the_recipe" ] ], diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/green_concrete.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/green_concrete.json deleted file mode 100644 index 5f459b4..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/green_concrete.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_green_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:green_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_iron_bars": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_stone": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:stone" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "new_soviet:green_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_green_dye", - "has_iron_bars", - "has_stone", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "new_soviet:green_concrete" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/iron_bars_from_vintage_iron_bars_stonecutting.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/iron_bars_from_vintage_iron_bars_stonecutting.json deleted file mode 100644 index c76e8dd..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/iron_bars_from_vintage_iron_bars_stonecutting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:iron_bars_from_vintage_iron_bars_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - }, - "has_vintage_iron_bars": { - "conditions": { - "items": [ - { - "items": [ - "new_soviet:vintage_iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - } - }, - "requirements": [ - [ - "has_vintage_iron_bars", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:iron_bars_from_vintage_iron_bars_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/red_concrete.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/red_concrete.json deleted file mode 100644 index a9d3d07..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/red_concrete.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_iron_bars": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_red_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_stone": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:stone" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "new_soviet:red_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_red_dye", - "has_iron_bars", - "has_stone", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "new_soviet:red_concrete" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/vintage_iron_bars_from_iron_bars_stonecutting.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/vintage_iron_bars_from_iron_bars_stonecutting.json deleted file mode 100644 index d6a52ab..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/vintage_iron_bars_from_iron_bars_stonecutting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_iron_bars": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:vintage_iron_bars_from_iron_bars_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_iron_bars", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:vintage_iron_bars_from_iron_bars_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/white_boundary_marker_from_bone_block_stonecutting.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/white_boundary_marker_from_bone_block_stonecutting.json deleted file mode 100644 index 47caac7..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/white_boundary_marker_from_bone_block_stonecutting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_bone_block": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:bone_block" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:white_boundary_marker_from_bone_block_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_bone_block", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:white_boundary_marker_from_bone_block_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/white_boundary_marker_from_diorite_wall_stonecutting.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/white_boundary_marker_from_diorite_wall_stonecutting.json deleted file mode 100644 index 14deee4..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/white_boundary_marker_from_diorite_wall_stonecutting.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_diorite_wall": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:diorite_wall" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:white_boundary_marker_from_diorite_wall_stonecutting" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_diorite_wall", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:white_boundary_marker_from_diorite_wall_stonecutting" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/white_concrete.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/white_concrete.json deleted file mode 100644 index 7c5e6be..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/white_concrete.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_iron_bars": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_stone": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:stone" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "new_soviet:white_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - }, - "has_white_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:white_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - } - }, - "requirements": [ - [ - "has_white_dye", - "has_iron_bars", - "has_stone", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "new_soviet:white_concrete" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/yellow_concrete.json b/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/yellow_concrete.json deleted file mode 100644 index f876e0b..0000000 --- a/src/main/generated/data/new_soviet/advancements/recipes/building_blocks/yellow_concrete.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_iron_bars": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:iron_bars" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_stone": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:stone" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "new_soviet:yellow_concrete" - }, - "trigger": "minecraft:recipe_unlocked" - }, - "has_yellow_dye": { - "conditions": { - "items": [ - { - "items": [ - "minecraft:yellow_dye" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - } - }, - "requirements": [ - [ - "has_yellow_dye", - "has_iron_bars", - "has_stone", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "new_soviet:yellow_concrete" - ] - }, - "sends_telemetry_event": false -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/beige_concrete.json b/src/main/generated/data/new_soviet/recipes/beige_concrete.json deleted file mode 100644 index 1d5e378..0000000 --- a/src/main/generated/data/new_soviet/recipes/beige_concrete.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "B": { - "item": "minecraft:iron_bars" - }, - "D": { - "item": "minecraft:light_gray_dye" - }, - "S": { - "item": "minecraft:stone" - } - }, - "pattern": [ - "SBS", - " D ", - "SBS" - ], - "result": { - "count": 6, - "item": "new_soviet:beige_concrete" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/big_green_tiles.json b/src/main/generated/data/new_soviet/recipes/big_green_tiles.json index 9136f8a..29ce747 100644 --- a/src/main/generated/data/new_soviet/recipes/big_green_tiles.json +++ b/src/main/generated/data/new_soviet/recipes/big_green_tiles.json @@ -2,17 +2,17 @@ "type": "minecraft:crafting_shaped", "category": "building", "key": { - "X": { + "#": { "item": "new_soviet:big_diorite_tiles" }, - "Y": { + "G": { "item": "minecraft:green_dye" } }, "pattern": [ - "XXX", - "XYX", - "XXX" + "###", + "#G#", + "###" ], "result": { "count": 8, diff --git a/src/main/generated/data/new_soviet/recipes/blue_concrete.json b/src/main/generated/data/new_soviet/recipes/blue_concrete.json deleted file mode 100644 index 44284c8..0000000 --- a/src/main/generated/data/new_soviet/recipes/blue_concrete.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "B": { - "item": "minecraft:iron_bars" - }, - "D": { - "item": "minecraft:blue_dye" - }, - "S": { - "item": "minecraft:stone" - } - }, - "pattern": [ - "SBS", - " D ", - "SBS" - ], - "result": { - "count": 6, - "item": "new_soviet:blue_concrete" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/blue_iron_bars_from_iron_bars_blue.json b/src/main/generated/data/new_soviet/recipes/blue_iron_bars_from_iron_bars_blue.json deleted file mode 100644 index 45fa098..0000000 --- a/src/main/generated/data/new_soviet/recipes/blue_iron_bars_from_iron_bars_blue.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:iron_bars" - }, - { - "item": "minecraft:blue_dye" - } - ], - "result": { - "item": "new_soviet:blue_iron_bars" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/blue_iron_bars_from_iron_bars_cyan.json b/src/main/generated/data/new_soviet/recipes/blue_iron_bars_from_iron_bars_cyan.json deleted file mode 100644 index 81d93a9..0000000 --- a/src/main/generated/data/new_soviet/recipes/blue_iron_bars_from_iron_bars_cyan.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:iron_bars" - }, - { - "item": "minecraft:cyan_dye" - } - ], - "result": { - "item": "new_soviet:blue_iron_bars" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/blue_iron_bars_from_iron_bars_light_blue.json b/src/main/generated/data/new_soviet/recipes/blue_iron_bars_from_iron_bars_light_blue.json deleted file mode 100644 index a20d060..0000000 --- a/src/main/generated/data/new_soviet/recipes/blue_iron_bars_from_iron_bars_light_blue.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:iron_bars" - }, - { - "item": "minecraft:light_blue_dye" - } - ], - "result": { - "item": "new_soviet:blue_iron_bars" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dark_brick_tiles.json b/src/main/generated/data/new_soviet/recipes/dark_brick_tiles.json index 01166ad..f97fdb6 100644 --- a/src/main/generated/data/new_soviet/recipes/dark_brick_tiles.json +++ b/src/main/generated/data/new_soviet/recipes/dark_brick_tiles.json @@ -2,17 +2,17 @@ "type": "minecraft:crafting_shaped", "category": "building", "key": { - "X": { + "#": { "item": "new_soviet:brick_tiles" }, - "Y": { + "D": { "item": "minecraft:brown_dye" } }, "pattern": [ - "XXX", - "XYX", - "XXX" + "###", + "#D#", + "###" ], "result": { "count": 8, diff --git a/src/main/generated/data/new_soviet/recipes/dye_beige_concrete.json b/src/main/generated/data/new_soviet/recipes/dye_beige_concrete.json deleted file mode 100644 index 0aefe95..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_beige_concrete.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:light_gray_dye" - }, - [ - { - "item": "new_soviet:green_concrete" - }, - { - "item": "new_soviet:yellow_concrete" - }, - { - "item": "new_soviet:blue_concrete" - }, - { - "item": "new_soviet:red_concrete" - }, - { - "item": "new_soviet:white_concrete" - } - ] - ], - "result": { - "item": "new_soviet:beige_concrete" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_black_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_black_boundary_marker.json deleted file mode 100644 index 43c0ec4..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_black_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:black_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:black_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_blue_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_blue_boundary_marker.json deleted file mode 100644 index ffa3d5e..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_blue_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:blue_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:blue_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_blue_concrete.json b/src/main/generated/data/new_soviet/recipes/dye_blue_concrete.json deleted file mode 100644 index adfaa50..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_blue_concrete.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:blue_dye" - }, - [ - { - "item": "new_soviet:green_concrete" - }, - { - "item": "new_soviet:yellow_concrete" - }, - { - "item": "new_soviet:red_concrete" - }, - { - "item": "new_soviet:white_concrete" - }, - { - "item": "new_soviet:beige_concrete" - } - ] - ], - "result": { - "item": "new_soviet:blue_concrete" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_blue_warning.json b/src/main/generated/data/new_soviet/recipes/dye_blue_warning.json deleted file mode 100644 index 01a731c..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_blue_warning.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "warning_stripes", - "ingredients": [ - { - "item": "minecraft:blue_dye" - }, - [ - { - "item": "new_soviet:green_warning" - }, - { - "item": "new_soviet:industrial_warning" - }, - { - "item": "new_soviet:yellow_warning" - }, - { - "item": "new_soviet:light_blue_warning" - }, - { - "item": "new_soviet:red_warning" - }, - { - "item": "new_soviet:gray_warning" - }, - { - "item": "new_soviet:cyan_warning" - }, - { - "item": "new_soviet:orange_warning" - }, - { - "item": "new_soviet:purple_warning" - }, - { - "item": "new_soviet:magenta_warning" - }, - { - "item": "new_soviet:lime_warning" - } - ] - ], - "result": { - "item": "new_soviet:blue_warning" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_brown_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_brown_boundary_marker.json deleted file mode 100644 index 1f46581..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_brown_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:brown_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:brown_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_cyan_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_cyan_boundary_marker.json deleted file mode 100644 index 386a4da..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_cyan_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:cyan_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:cyan_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_cyan_warning.json b/src/main/generated/data/new_soviet/recipes/dye_cyan_warning.json deleted file mode 100644 index f52fcd1..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_cyan_warning.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "warning_stripes", - "ingredients": [ - { - "item": "minecraft:cyan_dye" - }, - [ - { - "item": "new_soviet:green_warning" - }, - { - "item": "new_soviet:industrial_warning" - }, - { - "item": "new_soviet:yellow_warning" - }, - { - "item": "new_soviet:blue_warning" - }, - { - "item": "new_soviet:light_blue_warning" - }, - { - "item": "new_soviet:red_warning" - }, - { - "item": "new_soviet:gray_warning" - }, - { - "item": "new_soviet:orange_warning" - }, - { - "item": "new_soviet:purple_warning" - }, - { - "item": "new_soviet:magenta_warning" - }, - { - "item": "new_soviet:lime_warning" - } - ] - ], - "result": { - "item": "new_soviet:cyan_warning" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_gray_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_gray_boundary_marker.json deleted file mode 100644 index 9c92792..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_gray_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:gray_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:gray_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_gray_warning.json b/src/main/generated/data/new_soviet/recipes/dye_gray_warning.json deleted file mode 100644 index 97a0c41..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_gray_warning.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "warning_stripes", - "ingredients": [ - { - "item": "minecraft:gray_dye" - }, - [ - { - "item": "new_soviet:green_warning" - }, - { - "item": "new_soviet:industrial_warning" - }, - { - "item": "new_soviet:yellow_warning" - }, - { - "item": "new_soviet:blue_warning" - }, - { - "item": "new_soviet:light_blue_warning" - }, - { - "item": "new_soviet:red_warning" - }, - { - "item": "new_soviet:cyan_warning" - }, - { - "item": "new_soviet:orange_warning" - }, - { - "item": "new_soviet:purple_warning" - }, - { - "item": "new_soviet:magenta_warning" - }, - { - "item": "new_soviet:lime_warning" - } - ] - ], - "result": { - "item": "new_soviet:gray_warning" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_green_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_green_boundary_marker.json deleted file mode 100644 index aff2681..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_green_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:green_dye" - }, - [ - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:green_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_green_concrete.json b/src/main/generated/data/new_soviet/recipes/dye_green_concrete.json deleted file mode 100644 index fd64827..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_green_concrete.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:green_dye" - }, - [ - { - "item": "new_soviet:yellow_concrete" - }, - { - "item": "new_soviet:blue_concrete" - }, - { - "item": "new_soviet:red_concrete" - }, - { - "item": "new_soviet:white_concrete" - }, - { - "item": "new_soviet:beige_concrete" - } - ] - ], - "result": { - "item": "new_soviet:green_concrete" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_green_warning.json b/src/main/generated/data/new_soviet/recipes/dye_green_warning.json deleted file mode 100644 index d5a5bf8..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_green_warning.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "warning_stripes", - "ingredients": [ - { - "item": "minecraft:green_dye" - }, - [ - { - "item": "new_soviet:industrial_warning" - }, - { - "item": "new_soviet:yellow_warning" - }, - { - "item": "new_soviet:blue_warning" - }, - { - "item": "new_soviet:light_blue_warning" - }, - { - "item": "new_soviet:red_warning" - }, - { - "item": "new_soviet:gray_warning" - }, - { - "item": "new_soviet:cyan_warning" - }, - { - "item": "new_soviet:orange_warning" - }, - { - "item": "new_soviet:purple_warning" - }, - { - "item": "new_soviet:magenta_warning" - }, - { - "item": "new_soviet:lime_warning" - } - ] - ], - "result": { - "item": "new_soviet:green_warning" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_industrial_warning.json b/src/main/generated/data/new_soviet/recipes/dye_industrial_warning.json deleted file mode 100644 index 02713e7..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_industrial_warning.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "warning_stripes", - "ingredients": [ - { - "item": "minecraft:black_dye" - }, - [ - { - "item": "new_soviet:green_warning" - }, - { - "item": "new_soviet:yellow_warning" - }, - { - "item": "new_soviet:blue_warning" - }, - { - "item": "new_soviet:light_blue_warning" - }, - { - "item": "new_soviet:red_warning" - }, - { - "item": "new_soviet:gray_warning" - }, - { - "item": "new_soviet:cyan_warning" - }, - { - "item": "new_soviet:orange_warning" - }, - { - "item": "new_soviet:purple_warning" - }, - { - "item": "new_soviet:magenta_warning" - }, - { - "item": "new_soviet:lime_warning" - } - ] - ], - "result": { - "item": "new_soviet:industrial_warning" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_light_blue_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_light_blue_boundary_marker.json deleted file mode 100644 index b4fc104..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_light_blue_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:light_blue_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:light_blue_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_light_blue_warning.json b/src/main/generated/data/new_soviet/recipes/dye_light_blue_warning.json deleted file mode 100644 index 2f76cea..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_light_blue_warning.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "warning_stripes", - "ingredients": [ - { - "item": "minecraft:light_blue_dye" - }, - [ - { - "item": "new_soviet:green_warning" - }, - { - "item": "new_soviet:industrial_warning" - }, - { - "item": "new_soviet:yellow_warning" - }, - { - "item": "new_soviet:blue_warning" - }, - { - "item": "new_soviet:red_warning" - }, - { - "item": "new_soviet:gray_warning" - }, - { - "item": "new_soviet:cyan_warning" - }, - { - "item": "new_soviet:orange_warning" - }, - { - "item": "new_soviet:purple_warning" - }, - { - "item": "new_soviet:magenta_warning" - }, - { - "item": "new_soviet:lime_warning" - } - ] - ], - "result": { - "item": "new_soviet:light_blue_warning" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_light_gray_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_light_gray_boundary_marker.json deleted file mode 100644 index ac76a6e..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_light_gray_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:light_gray_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:light_gray_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_lime_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_lime_boundary_marker.json deleted file mode 100644 index 330de1d..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_lime_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:lime_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:lime_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_lime_warning.json b/src/main/generated/data/new_soviet/recipes/dye_lime_warning.json deleted file mode 100644 index a31535e..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_lime_warning.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "warning_stripes", - "ingredients": [ - { - "item": "minecraft:lime_dye" - }, - [ - { - "item": "new_soviet:green_warning" - }, - { - "item": "new_soviet:industrial_warning" - }, - { - "item": "new_soviet:yellow_warning" - }, - { - "item": "new_soviet:blue_warning" - }, - { - "item": "new_soviet:light_blue_warning" - }, - { - "item": "new_soviet:red_warning" - }, - { - "item": "new_soviet:gray_warning" - }, - { - "item": "new_soviet:cyan_warning" - }, - { - "item": "new_soviet:orange_warning" - }, - { - "item": "new_soviet:purple_warning" - }, - { - "item": "new_soviet:magenta_warning" - } - ] - ], - "result": { - "item": "new_soviet:lime_warning" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_magenta_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_magenta_boundary_marker.json deleted file mode 100644 index 36d7e5a..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_magenta_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:magenta_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:magenta_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_magenta_warning.json b/src/main/generated/data/new_soviet/recipes/dye_magenta_warning.json deleted file mode 100644 index e7652bb..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_magenta_warning.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "warning_stripes", - "ingredients": [ - { - "item": "minecraft:magenta_dye" - }, - [ - { - "item": "new_soviet:green_warning" - }, - { - "item": "new_soviet:industrial_warning" - }, - { - "item": "new_soviet:yellow_warning" - }, - { - "item": "new_soviet:blue_warning" - }, - { - "item": "new_soviet:light_blue_warning" - }, - { - "item": "new_soviet:red_warning" - }, - { - "item": "new_soviet:gray_warning" - }, - { - "item": "new_soviet:cyan_warning" - }, - { - "item": "new_soviet:orange_warning" - }, - { - "item": "new_soviet:purple_warning" - }, - { - "item": "new_soviet:lime_warning" - } - ] - ], - "result": { - "item": "new_soviet:magenta_warning" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_orange_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_orange_boundary_marker.json deleted file mode 100644 index 5e43ccc..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_orange_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:orange_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:orange_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_orange_warning.json b/src/main/generated/data/new_soviet/recipes/dye_orange_warning.json deleted file mode 100644 index d058fd0..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_orange_warning.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "warning_stripes", - "ingredients": [ - { - "item": "minecraft:orange_dye" - }, - [ - { - "item": "new_soviet:green_warning" - }, - { - "item": "new_soviet:industrial_warning" - }, - { - "item": "new_soviet:yellow_warning" - }, - { - "item": "new_soviet:blue_warning" - }, - { - "item": "new_soviet:light_blue_warning" - }, - { - "item": "new_soviet:red_warning" - }, - { - "item": "new_soviet:gray_warning" - }, - { - "item": "new_soviet:cyan_warning" - }, - { - "item": "new_soviet:purple_warning" - }, - { - "item": "new_soviet:magenta_warning" - }, - { - "item": "new_soviet:lime_warning" - } - ] - ], - "result": { - "item": "new_soviet:orange_warning" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_pink_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_pink_boundary_marker.json deleted file mode 100644 index 7b786c4..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_pink_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:pink_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:pink_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_purple_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_purple_boundary_marker.json deleted file mode 100644 index 1678636..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_purple_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:purple_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:purple_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_purple_warning.json b/src/main/generated/data/new_soviet/recipes/dye_purple_warning.json deleted file mode 100644 index bc165b7..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_purple_warning.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "warning_stripes", - "ingredients": [ - { - "item": "minecraft:purple_dye" - }, - [ - { - "item": "new_soviet:green_warning" - }, - { - "item": "new_soviet:industrial_warning" - }, - { - "item": "new_soviet:yellow_warning" - }, - { - "item": "new_soviet:blue_warning" - }, - { - "item": "new_soviet:light_blue_warning" - }, - { - "item": "new_soviet:red_warning" - }, - { - "item": "new_soviet:gray_warning" - }, - { - "item": "new_soviet:cyan_warning" - }, - { - "item": "new_soviet:orange_warning" - }, - { - "item": "new_soviet:magenta_warning" - }, - { - "item": "new_soviet:lime_warning" - } - ] - ], - "result": { - "item": "new_soviet:purple_warning" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_red_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_red_boundary_marker.json deleted file mode 100644 index a532597..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_red_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:red_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:red_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_red_concrete.json b/src/main/generated/data/new_soviet/recipes/dye_red_concrete.json deleted file mode 100644 index e994328..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_red_concrete.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:red_dye" - }, - [ - { - "item": "new_soviet:green_concrete" - }, - { - "item": "new_soviet:yellow_concrete" - }, - { - "item": "new_soviet:blue_concrete" - }, - { - "item": "new_soviet:white_concrete" - }, - { - "item": "new_soviet:beige_concrete" - } - ] - ], - "result": { - "item": "new_soviet:red_concrete" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_red_warning.json b/src/main/generated/data/new_soviet/recipes/dye_red_warning.json deleted file mode 100644 index 464060c..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_red_warning.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "warning_stripes", - "ingredients": [ - { - "item": "minecraft:red_dye" - }, - [ - { - "item": "new_soviet:green_warning" - }, - { - "item": "new_soviet:industrial_warning" - }, - { - "item": "new_soviet:yellow_warning" - }, - { - "item": "new_soviet:blue_warning" - }, - { - "item": "new_soviet:light_blue_warning" - }, - { - "item": "new_soviet:gray_warning" - }, - { - "item": "new_soviet:cyan_warning" - }, - { - "item": "new_soviet:orange_warning" - }, - { - "item": "new_soviet:purple_warning" - }, - { - "item": "new_soviet:magenta_warning" - }, - { - "item": "new_soviet:lime_warning" - } - ] - ], - "result": { - "item": "new_soviet:red_warning" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_white_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_white_boundary_marker.json deleted file mode 100644 index 7ed5ca9..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_white_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:white_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:yellow_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:white_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_white_concrete.json b/src/main/generated/data/new_soviet/recipes/dye_white_concrete.json deleted file mode 100644 index 9c8c181..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_white_concrete.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:white_dye" - }, - [ - { - "item": "new_soviet:green_concrete" - }, - { - "item": "new_soviet:yellow_concrete" - }, - { - "item": "new_soviet:blue_concrete" - }, - { - "item": "new_soviet:red_concrete" - }, - { - "item": "new_soviet:beige_concrete" - } - ] - ], - "result": { - "item": "new_soviet:white_concrete" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_yellow_boundary_marker.json b/src/main/generated/data/new_soviet/recipes/dye_yellow_boundary_marker.json deleted file mode 100644 index ecc5391..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_yellow_boundary_marker.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:yellow_dye" - }, - [ - { - "item": "new_soviet:green_boundary_marker" - }, - { - "item": "new_soviet:black_boundary_marker" - }, - { - "item": "new_soviet:blue_boundary_marker" - }, - { - "item": "new_soviet:light_blue_boundary_marker" - }, - { - "item": "new_soviet:red_boundary_marker" - }, - { - "item": "new_soviet:white_boundary_marker" - }, - { - "item": "new_soviet:light_gray_boundary_marker" - }, - { - "item": "new_soviet:gray_boundary_marker" - }, - { - "item": "new_soviet:cyan_boundary_marker" - }, - { - "item": "new_soviet:orange_boundary_marker" - }, - { - "item": "new_soviet:purple_boundary_marker" - }, - { - "item": "new_soviet:magenta_boundary_marker" - }, - { - "item": "new_soviet:pink_boundary_marker" - }, - { - "item": "new_soviet:lime_boundary_marker" - }, - { - "item": "new_soviet:brown_boundary_marker" - } - ] - ], - "result": { - "item": "new_soviet:yellow_boundary_marker" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_yellow_concrete.json b/src/main/generated/data/new_soviet/recipes/dye_yellow_concrete.json deleted file mode 100644 index bf7e32a..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_yellow_concrete.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "boundary_markers", - "ingredients": [ - { - "item": "minecraft:yellow_dye" - }, - [ - { - "item": "new_soviet:green_concrete" - }, - { - "item": "new_soviet:blue_concrete" - }, - { - "item": "new_soviet:red_concrete" - }, - { - "item": "new_soviet:white_concrete" - }, - { - "item": "new_soviet:beige_concrete" - } - ] - ], - "result": { - "item": "new_soviet:yellow_concrete" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/dye_yellow_warning.json b/src/main/generated/data/new_soviet/recipes/dye_yellow_warning.json deleted file mode 100644 index 0a854ef..0000000 --- a/src/main/generated/data/new_soviet/recipes/dye_yellow_warning.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "group": "warning_stripes", - "ingredients": [ - { - "item": "minecraft:yellow_dye" - }, - [ - { - "item": "new_soviet:green_warning" - }, - { - "item": "new_soviet:industrial_warning" - }, - { - "item": "new_soviet:blue_warning" - }, - { - "item": "new_soviet:light_blue_warning" - }, - { - "item": "new_soviet:red_warning" - }, - { - "item": "new_soviet:gray_warning" - }, - { - "item": "new_soviet:cyan_warning" - }, - { - "item": "new_soviet:orange_warning" - }, - { - "item": "new_soviet:purple_warning" - }, - { - "item": "new_soviet:magenta_warning" - }, - { - "item": "new_soviet:lime_warning" - } - ] - ], - "result": { - "item": "new_soviet:yellow_warning" - } -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/green_bricks.json b/src/main/generated/data/new_soviet/recipes/green_bricks.json index 42eb7d7..a997f28 100644 --- a/src/main/generated/data/new_soviet/recipes/green_bricks.json +++ b/src/main/generated/data/new_soviet/recipes/green_bricks.json @@ -2,17 +2,17 @@ "type": "minecraft:crafting_shaped", "category": "building", "key": { - "X": { + "#": { "item": "minecraft:bricks" }, - "Y": { + "G": { "item": "minecraft:green_dye" } }, "pattern": [ - "XXX", - "XYX", - "XXX" + "###", + "#G#", + "###" ], "result": { "count": 8, diff --git a/src/main/generated/data/new_soviet/recipes/green_concrete.json b/src/main/generated/data/new_soviet/recipes/green_concrete.json deleted file mode 100644 index 90a2471..0000000 --- a/src/main/generated/data/new_soviet/recipes/green_concrete.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "B": { - "item": "minecraft:iron_bars" - }, - "D": { - "item": "minecraft:green_dye" - }, - "S": { - "item": "minecraft:stone" - } - }, - "pattern": [ - "SBS", - " D ", - "SBS" - ], - "result": { - "count": 6, - "item": "new_soviet:green_concrete" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/iron_bars_from_vintage_iron_bars_stonecutting.json b/src/main/generated/data/new_soviet/recipes/iron_bars_from_vintage_iron_bars_stonecutting.json deleted file mode 100644 index e8f6b51..0000000 --- a/src/main/generated/data/new_soviet/recipes/iron_bars_from_vintage_iron_bars_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "item": "new_soviet:vintage_iron_bars" - }, - "result": "minecraft:iron_bars" -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/red_bricks.json b/src/main/generated/data/new_soviet/recipes/red_bricks.json index f53b69e..1aeb942 100644 --- a/src/main/generated/data/new_soviet/recipes/red_bricks.json +++ b/src/main/generated/data/new_soviet/recipes/red_bricks.json @@ -2,17 +2,17 @@ "type": "minecraft:crafting_shaped", "category": "building", "key": { - "X": { + "#": { "item": "minecraft:bricks" }, - "Y": { + "R": { "item": "minecraft:red_dye" } }, "pattern": [ - "XXX", - "XYX", - "XXX" + "###", + "#R#", + "###" ], "result": { "count": 8, diff --git a/src/main/generated/data/new_soviet/recipes/red_concrete.json b/src/main/generated/data/new_soviet/recipes/red_concrete.json deleted file mode 100644 index eec6ca6..0000000 --- a/src/main/generated/data/new_soviet/recipes/red_concrete.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "B": { - "item": "minecraft:iron_bars" - }, - "D": { - "item": "minecraft:red_dye" - }, - "S": { - "item": "minecraft:stone" - } - }, - "pattern": [ - "SBS", - " D ", - "SBS" - ], - "result": { - "count": 6, - "item": "new_soviet:red_concrete" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/small_yellow_tiles.json b/src/main/generated/data/new_soviet/recipes/small_yellow_tiles.json index 1f66f15..25dc8e3 100644 --- a/src/main/generated/data/new_soviet/recipes/small_yellow_tiles.json +++ b/src/main/generated/data/new_soviet/recipes/small_yellow_tiles.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shaped", "category": "building", "key": { - "X": { + "#": { "item": "new_soviet:small_white_tiles" }, "Y": { @@ -10,9 +10,9 @@ } }, "pattern": [ - "XXX", - "XYX", - "XXX" + "###", + "#Y#", + "###" ], "result": { "count": 8, diff --git a/src/main/generated/data/new_soviet/recipes/vintage_iron_bars_from_iron_bars_stonecutting.json b/src/main/generated/data/new_soviet/recipes/vintage_iron_bars_from_iron_bars_stonecutting.json deleted file mode 100644 index 182a8d4..0000000 --- a/src/main/generated/data/new_soviet/recipes/vintage_iron_bars_from_iron_bars_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "item": "minecraft:iron_bars" - }, - "result": "new_soviet:vintage_iron_bars" -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/white_boundary_marker_from_bone_block_stonecutting.json b/src/main/generated/data/new_soviet/recipes/white_boundary_marker_from_bone_block_stonecutting.json deleted file mode 100644 index 0133b4a..0000000 --- a/src/main/generated/data/new_soviet/recipes/white_boundary_marker_from_bone_block_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 2, - "ingredient": { - "item": "minecraft:bone_block" - }, - "result": "new_soviet:white_boundary_marker" -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/white_boundary_marker_from_diorite_wall_stonecutting.json b/src/main/generated/data/new_soviet/recipes/white_boundary_marker_from_diorite_wall_stonecutting.json deleted file mode 100644 index 85e7f68..0000000 --- a/src/main/generated/data/new_soviet/recipes/white_boundary_marker_from_diorite_wall_stonecutting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "count": 1, - "ingredient": { - "item": "minecraft:diorite_wall" - }, - "result": "new_soviet:white_boundary_marker" -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/white_concrete.json b/src/main/generated/data/new_soviet/recipes/white_concrete.json deleted file mode 100644 index bafd59e..0000000 --- a/src/main/generated/data/new_soviet/recipes/white_concrete.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "B": { - "item": "minecraft:iron_bars" - }, - "D": { - "item": "minecraft:white_dye" - }, - "S": { - "item": "minecraft:stone" - } - }, - "pattern": [ - "SBS", - " D ", - "SBS" - ], - "result": { - "count": 6, - "item": "new_soviet:white_concrete" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/main/generated/data/new_soviet/recipes/yellow_concrete.json b/src/main/generated/data/new_soviet/recipes/yellow_concrete.json deleted file mode 100644 index e0e6666..0000000 --- a/src/main/generated/data/new_soviet/recipes/yellow_concrete.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "key": { - "B": { - "item": "minecraft:iron_bars" - }, - "D": { - "item": "minecraft:yellow_dye" - }, - "S": { - "item": "minecraft:stone" - } - }, - "pattern": [ - "SBS", - " D ", - "SBS" - ], - "result": { - "count": 6, - "item": "new_soviet:yellow_concrete" - }, - "show_notification": true -} \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/blocks/BarbedWireBlock.java b/src/main/java/su/a71/new_soviet/blocks/BarbedWireBlock.java index 7f399d5..1963ad0 100644 --- a/src/main/java/su/a71/new_soviet/blocks/BarbedWireBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/BarbedWireBlock.java @@ -25,6 +25,8 @@ public class BarbedWireBlock extends Block { entity.damage(world.getDamageSources().generic(), 2.0F); } } + } } + } \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/blocks/meat/INFO.md b/src/main/java/su/a71/new_soviet/blocks/meat/INFO.md deleted file mode 100644 index 5a84a09..0000000 --- a/src/main/java/su/a71/new_soviet/blocks/meat/INFO.md +++ /dev/null @@ -1,2 +0,0 @@ -# Meat mechanic - diff --git a/src/main/java/su/a71/new_soviet/datagen/RecipeGenerator.java b/src/main/java/su/a71/new_soviet/datagen/RecipeGenerator.java index 2a805cb..e706dc0 100644 --- a/src/main/java/su/a71/new_soviet/datagen/RecipeGenerator.java +++ b/src/main/java/su/a71/new_soviet/datagen/RecipeGenerator.java @@ -9,7 +9,6 @@ import net.minecraft.data.server.recipe.RecipeJsonProvider; import net.minecraft.data.server.recipe.RecipeProvider; import net.minecraft.data.server.recipe.ShapedRecipeJsonBuilder; import net.minecraft.data.server.recipe.ShapelessRecipeJsonBuilder; -import net.minecraft.item.DyeItem; import net.minecraft.item.ItemConvertible; import net.minecraft.item.Items; import net.minecraft.recipe.Ingredient; @@ -112,29 +111,6 @@ public class RecipeGenerator extends FabricRecipeProvider { .offerTo(exporter); } - private void centerRecipe(Consumer exporter, ItemConvertible output, ItemConvertible input_outer, ItemConvertible input_center) { - ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, output, 8) - .input('X', input_outer).input('Y', input_center) - .pattern("XXX") - .pattern("XYX") - .pattern("XXX") - .criterion(hasItem(input_outer), conditionsFromItem(input_outer)) - .criterion(hasItem(input_center), conditionsFromItem(input_center)) - .offerTo(exporter); - } - - private void concreteRecipe(Consumer exporter, ItemConvertible output, ItemConvertible dye) { - ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, output, 6) - .input('D', dye).input('B', Blocks.IRON_BARS).input('S', Blocks.STONE) - .pattern("SBS") - .pattern(" D ") - .pattern("SBS") - .criterion(hasItem(dye), conditionsFromItem(dye)) - .criterion(hasItem(Blocks.IRON_BARS), conditionsFromItem(Blocks.IRON_BARS)) - .criterion(hasItem(Blocks.STONE), conditionsFromItem(Blocks.STONE)) - .offerTo(exporter); - } - private void tvRecipe(Consumer exporter, ItemConvertible output, ItemConvertible dye) { ShapedRecipeJsonBuilder.create(RecipeCategory.DECORATIONS, output, 1) .pattern("N N") @@ -421,11 +397,13 @@ public class RecipeGenerator extends FabricRecipeProvider { list.add(NSE_Blocks.VARIATED_TEAL_TILES); list.add(Blocks.PRISMARINE_BRICKS); }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { list.add(NSE_Blocks.AQUAMARINE_TILES); list.add(NSE_Blocks.GLAZED_AQUAMARINE_TILES); list.add(NSE_Blocks.SMALL_AQUAMARINE_TILES); }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { list.add(NSE_Blocks.DIORITE_BRICKS); list.add(NSE_Blocks.BIG_DIORITE_TILES); @@ -433,22 +411,26 @@ public class RecipeGenerator extends FabricRecipeProvider { list.add(NSE_Blocks.NII_WALL_1); list.add(Blocks.POLISHED_DIORITE); }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { list.add(NSE_Blocks.CALCITE_TILES); list.add(NSE_Blocks.DIAGONAL_CALCITE_TILES); list.add(Blocks.CALCITE); }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { list.add(NSE_Blocks.DRIPSTONE_TILES); list.add(NSE_Blocks.DRIPSTONE_BRICKS); list.add(Blocks.DRIPSTONE_BLOCK); }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { list.add(NSE_Blocks.DEEPSLATE_TILES); list.add(NSE_Blocks.DIAGONAL_DEEPSLATE_TILES); list.add(NSE_Blocks.SMALL_DEEPSLATE_TILES); list.add(Blocks.POLISHED_DEEPSLATE); }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { list.add(NSE_Blocks.LIGHT_BLUE_TILES); list.add(NSE_Blocks.LIGHT_BLUE_BRICKS); @@ -456,23 +438,27 @@ public class RecipeGenerator extends FabricRecipeProvider { list.add(NSE_Blocks.GLAZED_LIGHT_BLUE_TILES); list.add(NSE_Blocks.SMALL_LIGHT_BLUE_TILES); }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { list.add(NSE_Blocks.BIG_GRANITE_TILES); list.add(NSE_Blocks.SMALL_GRANITE_TILES); list.add(Blocks.POLISHED_GRANITE); }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { list.add(NSE_Blocks.TUFF_TILES); list.add(NSE_Blocks.TUFF_BRICKS); list.add(NSE_Blocks.BIG_TUFF_TILES); list.add(Blocks.TUFF); }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { list.add(NSE_Blocks.SMALL_WHITE_TILES); list.add(NSE_Blocks.SMALL_CRACKED_WHITE_TILES); list.add(NSE_Blocks.GLAZED_WHITE_TILES); list.add(NSE_Blocks.CRACKED_GLAZED_WHITE_TILES); }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { list.add(NSE_Blocks.CROSS_ACACIA_PLANKS); list.add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS); @@ -519,19 +505,17 @@ public class RecipeGenerator extends FabricRecipeProvider { list.add(NSE_Blocks.GLAZED_BRICK_TILES); list.add(Blocks.BRICKS); }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { list.add(NSE_Blocks.NII_WALL_3); list.add(Blocks.STONE); list.add(Blocks.STONE_BRICKS); }), RecipeCategory.BUILDING_BLOCKS); + stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { list.add(NSE_Blocks.NII_WALL_2); list.add(Blocks.SMOOTH_STONE); }), RecipeCategory.BUILDING_BLOCKS); - stoneCuttingCategory(exporter, Util.make(Lists.newArrayList(), list -> { - list.add(NSE_Blocks.VINTAGE_IRON_BARS); - list.add(Blocks.IRON_BARS); - }), RecipeCategory.BUILDING_BLOCKS); diceRecipe(exporter, NSE_Items.DICE_D4); diceRecipe(exporter, NSE_Items.DICE_D6); @@ -555,26 +539,23 @@ public class RecipeGenerator extends FabricRecipeProvider { .criterion(hasItem(Items.COBBLESTONE), conditionsFromItem(Items.COBBLESTONE)) .offerTo(exporter); + ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.BIG_GREEN_TILES, 8) + .input('#', NSE_Blocks.BIG_DIORITE_TILES).input('G', Items.GREEN_DYE) + .pattern("###") + .pattern("#G#") + .pattern("###") + .criterion(hasItem(Items.GREEN_DYE), conditionsFromItem(Items.GREEN_DYE)) + .criterion(hasItem(NSE_Blocks.BIG_DIORITE_TILES), conditionsFromItem(NSE_Blocks.BIG_DIORITE_TILES)) + .offerTo(exporter); - var path_blue_bars = convertBetween(NSE_Blocks.BLUE_IRON_BARS, Blocks.IRON_BARS); - ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, (NSE_Blocks.BLUE_IRON_BARS)).input(Blocks.IRON_BARS).input(Items.BLUE_DYE).criterion(FabricRecipeProvider.hasItem(NSE_Blocks.BLUE_IRON_BARS), - FabricRecipeProvider.conditionsFromItem(NSE_Blocks.BLUE_IRON_BARS)).criterion(FabricRecipeProvider.hasItem(Blocks.IRON_BARS), - FabricRecipeProvider.conditionsFromItem(NSE_Blocks.BLUE_IRON_BARS)).criterion(FabricRecipeProvider.hasItem(Items.BLUE_DYE), - FabricRecipeProvider.conditionsFromItem(NSE_Blocks.BLUE_IRON_BARS)).offerTo(exporter, path_blue_bars + "_blue"); - ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, (NSE_Blocks.BLUE_IRON_BARS)).input(Blocks.IRON_BARS).input(Items.LIGHT_BLUE_DYE).criterion(FabricRecipeProvider.hasItem(NSE_Blocks.BLUE_IRON_BARS), - FabricRecipeProvider.conditionsFromItem(NSE_Blocks.BLUE_IRON_BARS)).criterion(FabricRecipeProvider.hasItem(Blocks.IRON_BARS), - FabricRecipeProvider.conditionsFromItem(NSE_Blocks.BLUE_IRON_BARS)).criterion(FabricRecipeProvider.hasItem(Items.LIGHT_BLUE_DYE), - FabricRecipeProvider.conditionsFromItem(NSE_Blocks.BLUE_IRON_BARS)).offerTo(exporter, path_blue_bars + "_light_blue"); - ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, (NSE_Blocks.BLUE_IRON_BARS)).input(Blocks.IRON_BARS).input(Items.CYAN_DYE).criterion(FabricRecipeProvider.hasItem(NSE_Blocks.BLUE_IRON_BARS), - FabricRecipeProvider.conditionsFromItem(NSE_Blocks.BLUE_IRON_BARS)).criterion(FabricRecipeProvider.hasItem(Blocks.IRON_BARS), - FabricRecipeProvider.conditionsFromItem(NSE_Blocks.BLUE_IRON_BARS)).criterion(FabricRecipeProvider.hasItem(Items.CYAN_DYE), - FabricRecipeProvider.conditionsFromItem(NSE_Blocks.BLUE_IRON_BARS)).offerTo(exporter, path_blue_bars + "_cyan"); - - centerRecipe(exporter, NSE_Blocks.BIG_GREEN_TILES, NSE_Blocks.BIG_DIORITE_TILES, Items.GREEN_DYE); - centerRecipe(exporter, NSE_Blocks.GREEN_BRICKS, Items.BRICKS, Items.GREEN_DYE); - centerRecipe(exporter, NSE_Blocks.SMALL_YELLOW_TILES, NSE_Blocks.SMALL_WHITE_TILES, Items.YELLOW_DYE); - centerRecipe(exporter, NSE_Blocks.RED_BRICKS, Items.BRICKS, Items.RED_DYE); - centerRecipe(exporter, NSE_Blocks.DARK_BRICK_TILES, NSE_Blocks.BRICK_TILES, Items.BROWN_DYE); + ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.GREEN_BRICKS, 8) + .input('#', Items.BRICKS).input('G', Items.GREEN_DYE) + .pattern("###") + .pattern("#G#") + .pattern("###") + .criterion(hasItem(Items.GREEN_DYE), conditionsFromItem(Items.GREEN_DYE)) + .criterion(hasItem(Items.BRICKS), conditionsFromItem(Items.BRICKS)) + .offerTo(exporter); ShapelessRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.GREEN_BRICKS_MIXED, 2) .input(Items.BRICKS).input(NSE_Blocks.GREEN_BRICKS) @@ -582,6 +563,33 @@ public class RecipeGenerator extends FabricRecipeProvider { .criterion(hasItem(Items.BRICKS), conditionsFromItem(Items.BRICKS)) .offerTo(exporter); + ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.SMALL_YELLOW_TILES, 8) + .pattern("###") + .pattern("#Y#") + .pattern("###") + .input('#', NSE_Blocks.SMALL_WHITE_TILES).input('Y', Items.YELLOW_DYE) + .criterion(hasItem(NSE_Blocks.SMALL_WHITE_TILES), conditionsFromItem(NSE_Blocks.SMALL_WHITE_TILES)) + .criterion(hasItem(Items.YELLOW_DYE), conditionsFromItem(Items.YELLOW_DYE)) + .offerTo(exporter); + + ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.RED_BRICKS, 8) + .pattern("###") + .pattern("#R#") + .pattern("###") + .input('#', Items.BRICKS).input('R', Items.RED_DYE) + .criterion(hasItem(Items.BRICKS), conditionsFromItem(Items.BRICKS)) + .criterion(hasItem(Items.RED_DYE), conditionsFromItem(Items.RED_DYE)) + .offerTo(exporter); + + ShapedRecipeJsonBuilder.create(RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.DARK_BRICK_TILES, 8) + .pattern("###") + .pattern("#D#") + .pattern("###") + .input('#', NSE_Blocks.BRICK_TILES).input('D', Items.BROWN_DYE) + .criterion(hasItem(NSE_Blocks.BRICK_TILES), conditionsFromItem(NSE_Blocks.BRICK_TILES)) + .criterion(hasItem(Items.BROWN_DYE), conditionsFromItem(Items.BROWN_DYE)) + .offerTo(exporter); + // Generated stairs and slabs recipes offerStairsAndSlab(exporter, NSE_Blocks.SAND_TILES_STAIRS, NSE_Blocks.SAND_TILES_SLAB, NSE_Blocks.SAND_TILES); offerStairsAndSlab(exporter, NSE_Blocks.CRACKED_SAND_TILES_STAIRS, NSE_Blocks.CRACKED_SAND_TILES_SLAB, NSE_Blocks.CRACKED_SAND_TILES); @@ -685,35 +693,5 @@ public class RecipeGenerator extends FabricRecipeProvider { offerStairsAndSlab(exporter, NSE_Blocks.BROWN_LINOLEUM_STAIRS, NSE_Blocks.BROWN_LINOLEUM_SLAB, NSE_Blocks.BROWN_LINOLEUM); offerStairsAndSlab(exporter, NSE_Blocks.CYAN_LINOLEUM_STAIRS, NSE_Blocks.CYAN_LINOLEUM_SLAB, NSE_Blocks.CYAN_LINOLEUM); offerStairsAndSlab(exporter, NSE_Blocks.METAL_PLATING_STAIRS, NSE_Blocks.METAL_PLATING_SLAB, NSE_Blocks.METAL_PLATING); - - offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.WHITE_BOUNDARY_MARKER, Blocks.DIORITE_WALL, 1); - offerStonecuttingRecipe(exporter, RecipeCategory.BUILDING_BLOCKS, NSE_Blocks.WHITE_BOUNDARY_MARKER, Blocks.BONE_BLOCK, 2); - - offerDyeableRecipes(exporter, - List.of(Items.GREEN_DYE, Items.BLACK_DYE, Items.YELLOW_DYE, Items.BLUE_DYE, Items.LIGHT_BLUE_DYE, Items.RED_DYE, Items.WHITE_DYE, Items.LIGHT_GRAY_DYE, Items.GRAY_DYE, Items.CYAN_DYE, Items.ORANGE_DYE, Items.PURPLE_DYE, Items.MAGENTA_DYE, Items.PINK_DYE, Items.LIME_DYE, Items.BROWN_DYE), - List.of(NSE_Blocks.GREEN_BOUNDARY_MARKER.asItem(), NSE_Blocks.BLACK_BOUNDARY_MARKER.asItem(), NSE_Blocks.YELLOW_BOUNDARY_MARKER.asItem(), NSE_Blocks.BLUE_BOUNDARY_MARKER.asItem(), - NSE_Blocks.LIGHT_BLUE_BOUNDARY_MARKER.asItem(), NSE_Blocks.RED_BOUNDARY_MARKER.asItem(), NSE_Blocks.WHITE_BOUNDARY_MARKER.asItem(), NSE_Blocks.LIGHT_GRAY_BOUNDARY_MARKER.asItem(), NSE_Blocks.GRAY_BOUNDARY_MARKER.asItem(), - NSE_Blocks.CYAN_BOUNDARY_MARKER.asItem(), NSE_Blocks.ORANGE_BOUNDARY_MARKER.asItem(), NSE_Blocks.PURPLE_BOUNDARY_MARKER.asItem(), NSE_Blocks.MAGENTA_BOUNDARY_MARKER.asItem(), NSE_Blocks.PINK_BOUNDARY_MARKER.asItem(), NSE_Blocks.LIME_BOUNDARY_MARKER.asItem(), NSE_Blocks.BROWN_BOUNDARY_MARKER.asItem()), - "boundary_markers"); - - offerDyeableRecipes(exporter, - List.of(Items.GREEN_DYE, Items.BLACK_DYE, Items.YELLOW_DYE, Items.BLUE_DYE, Items.LIGHT_BLUE_DYE, Items.RED_DYE, Items.GRAY_DYE, Items.CYAN_DYE, Items.ORANGE_DYE, Items.PURPLE_DYE, Items.MAGENTA_DYE, Items.LIME_DYE), - List.of(NSE_Blocks.GREEN_WARNING.asItem(), NSE_Blocks.INDUSTRIAL_WARNING.asItem(), NSE_Blocks.YELLOW_WARNING.asItem(), NSE_Blocks.BLUE_WARNING.asItem(), - NSE_Blocks.LIGHT_BLUE_WARNING.asItem(), NSE_Blocks.RED_WARNING.asItem(), NSE_Blocks.GRAY_WARNING.asItem(), - NSE_Blocks.CYAN_WARNING.asItem(), NSE_Blocks.ORANGE_WARNING.asItem(), NSE_Blocks.PURPLE_WARNING.asItem(), NSE_Blocks.MAGENTA_WARNING.asItem(), NSE_Blocks.LIME_WARNING.asItem()), - "warning_stripes"); - - offerDyeableRecipes(exporter, - List.of(Items.GREEN_DYE, Items.YELLOW_DYE, Items.BLUE_DYE, Items.RED_DYE, Items.WHITE_DYE, Items.LIGHT_GRAY_DYE), - List.of(NSE_Blocks.GREEN_CONCRETE.asItem(), NSE_Blocks.YELLOW_CONCRETE.asItem(), NSE_Blocks.BLUE_CONCRETE.asItem(), - NSE_Blocks.RED_CONCRETE.asItem(), NSE_Blocks.WHITE_CONCRETE.asItem(), NSE_Blocks.BEIGE_CONCRETE.asItem()), - "boundary_markers"); - - concreteRecipe(exporter, NSE_Blocks.GREEN_CONCRETE, Items.GREEN_DYE); - concreteRecipe(exporter, NSE_Blocks.YELLOW_CONCRETE, Items.YELLOW_DYE); - concreteRecipe(exporter, NSE_Blocks.BLUE_CONCRETE, Items.BLUE_DYE); - concreteRecipe(exporter, NSE_Blocks.RED_CONCRETE, Items.RED_DYE); - concreteRecipe(exporter, NSE_Blocks.WHITE_CONCRETE, Items.WHITE_DYE); - concreteRecipe(exporter, NSE_Blocks.BEIGE_CONCRETE, Items.LIGHT_GRAY_DYE); } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/switch_type_2_off_fix.json b/src/main/resources/assets/new_soviet/models/block/switch_type_2_off_fix.json deleted file mode 100644 index 5048e43..0000000 --- a/src/main/resources/assets/new_soviet/models/block/switch_type_2_off_fix.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "new_soviet:block/custom/switches/switch_type_2", - "particle": "new_soviet:block/custom/switches/switch_type_2" - }, - "elements": [ - { - "from": [6, 0.2, 6], - "to": [10, 1.2, 9], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [14, 2, 10, 3], "rotation": 180, "texture": "#0"}, - "east": {"uv": [5, 10, 6, 13], "rotation": 270, "texture": "#0"}, - "south": {"uv": [14, 2, 10, 1], "texture": "#0"}, - "west": {"uv": [10, 5, 11, 8], "rotation": 90, "texture": "#0"}, - "up": {"uv": [5, 0, 9, 3], "rotation": 180, "texture": "#0"}, - "down": {"uv": [5, 3, 9, 6], "texture": "#0"} - } - }, - { - "from": [6.02, 0.2, 8], - "to": [10.02, 1.2, 10], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [14, 4, 10, 5], "rotation": 180, "texture": "#0"}, - "east": {"uv": [6, 10, 7, 12], "rotation": 270, "texture": "#0"}, - "south": {"uv": [14, 4, 10, 3], "texture": "#0"}, - "west": {"uv": [7, 10, 8, 12], "rotation": 90, "texture": "#0"}, - "up": {"uv": [5, 6, 9, 8], "rotation": 180, "texture": "#0"}, - "down": {"uv": [5, 8, 9, 10], "texture": "#0"} - } - }, - { - "from": [5.5, 0, 5.5], - "to": [10.5, 1, 10.5], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [15, 0, 10, 1], "rotation": 180, "texture": "#0"}, - "east": {"uv": [9, 0, 10, 5], "rotation": 270, "texture": "#0"}, - "south": {"uv": [5, 11, 0, 10], "texture": "#0"}, - "west": {"uv": [9, 5, 10, 10], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 5, 5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 5, 5, 10], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, 0, 0], - "translation": [0, 8, 0] - }, - "thirdperson_lefthand": { - "rotation": [90, 0, 0], - "translation": [0, 8, 0] - }, - "firstperson_righthand": { - "rotation": [-73, 180, 0], - "translation": [0, 9.25, 1.5] - }, - "firstperson_lefthand": { - "rotation": [-70, 180, 0], - "translation": [0, 9.25, 1.5] - }, - "ground": { - "rotation": [90, 0, 0], - "translation": [0, 5, 0] - }, - "gui": { - "rotation": [-44, 180, 45], - "translation": [0, 5, 0], - "scale": [2, 2, 1] - }, - "fixed": { - "translation": [0, 0, -6.75], - "scale": [2, 2, 1] - } - }, - "groups": [ - { - "name": "group", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "group", - "origin": [0, 2, 0], - "color": 0, - "children": [0, 1] - }, - 2 - ] - } - ] -} \ No newline at end of file