Add more of the missing recipes

This commit is contained in:
Andrew-71 2023-10-26 00:00:57 +03:00
parent dfda65184c
commit 7204a7bfd8
24 changed files with 298 additions and 55 deletions

View file

@ -1,7 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_beige_concrete": {
"has_beige_concrete_with_bars": {
"conditions": {
"items": [
{
@ -13,7 +13,7 @@
},
"trigger": "minecraft:inventory_changed"
},
"has_beige_concrete_with_bars": {
"has_cracked_beige_concrete": {
"conditions": {
"items": [
{
@ -47,7 +47,7 @@
"requirements": [
[
"has_beige_concrete_with_bars",
"has_beige_concrete",
"has_cracked_beige_concrete",
"has_iron_bars",
"has_the_recipe"
]

View file

@ -1,7 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blue_concrete": {
"has_blue_concrete_with_bars": {
"conditions": {
"items": [
{
@ -13,7 +13,7 @@
},
"trigger": "minecraft:inventory_changed"
},
"has_blue_concrete_with_bars": {
"has_cracked_blue_concrete": {
"conditions": {
"items": [
{
@ -47,7 +47,7 @@
"requirements": [
[
"has_blue_concrete_with_bars",
"has_blue_concrete",
"has_cracked_blue_concrete",
"has_iron_bars",
"has_the_recipe"
]

View file

@ -1,7 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_green_concrete": {
"has_cracked_green_concrete": {
"conditions": {
"items": [
{
@ -47,7 +47,7 @@
"requirements": [
[
"has_green_concrete_with_bars",
"has_green_concrete",
"has_cracked_green_concrete",
"has_iron_bars",
"has_the_recipe"
]

View file

@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:iron_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:metal_plating_from_iron_block_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_iron_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:metal_plating_from_iron_block_stonecutting"
]
},
"sends_telemetry_event": false
}

View file

@ -1,7 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_bars": {
"has_cracked_red_concrete": {
"conditions": {
"items": [
{
@ -13,7 +13,7 @@
},
"trigger": "minecraft:inventory_changed"
},
"has_red_concrete": {
"has_iron_bars": {
"conditions": {
"items": [
{
@ -47,7 +47,7 @@
"requirements": [
[
"has_red_concrete_with_bars",
"has_red_concrete",
"has_cracked_red_concrete",
"has_iron_bars",
"has_the_recipe"
]

View file

@ -1,6 +1,18 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cracked_white_concrete": {
"conditions": {
"items": [
{
"items": [
"new_soviet:white_concrete_with_bars"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_iron_bars": {
"conditions": {
"items": [
@ -19,18 +31,6 @@
},
"trigger": "minecraft:recipe_unlocked"
},
"has_white_concrete": {
"conditions": {
"items": [
{
"items": [
"new_soviet:white_concrete_with_bars"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_white_concrete_with_bars": {
"conditions": {
"items": [
@ -47,7 +47,7 @@
"requirements": [
[
"has_white_concrete_with_bars",
"has_white_concrete",
"has_cracked_white_concrete",
"has_iron_bars",
"has_the_recipe"
]

View file

@ -1,6 +1,18 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cracked_yellow_concrete": {
"conditions": {
"items": [
{
"items": [
"new_soviet:yellow_concrete_with_bars"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_iron_bars": {
"conditions": {
"items": [
@ -19,18 +31,6 @@
},
"trigger": "minecraft:recipe_unlocked"
},
"has_yellow_concrete": {
"conditions": {
"items": [
{
"items": [
"new_soviet:yellow_concrete_with_bars"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_yellow_concrete_with_bars": {
"conditions": {
"items": [
@ -47,7 +47,7 @@
"requirements": [
[
"has_yellow_concrete_with_bars",
"has_yellow_concrete",
"has_cracked_yellow_concrete",
"has_iron_bars",
"has_the_recipe"
]

View file

@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dark_oak_slab": {
"conditions": {
"items": [
{
"items": [
"minecraft:dark_oak_slab"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_redstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:redstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_stone_button": {
"conditions": {
"items": [
{
"items": [
"minecraft:stone_button"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:dark_switch"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_dark_oak_slab",
"has_redstone",
"has_stone_button",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:dark_switch"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_oak_slab": {
"conditions": {
"items": [
{
"items": [
"minecraft:oak_slab"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_redstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:redstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_stone_button": {
"conditions": {
"items": [
{
"items": [
"minecraft:stone_button"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:switch"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_oak_slab",
"has_redstone",
"has_stone_button",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:switch"
]
},
"sends_telemetry_event": false
}

View file

@ -3,7 +3,7 @@
"category": "building",
"ingredients": [
{
"item": "new_soviet:beige_concrete"
"item": "new_soviet:cracked_beige_concrete"
},
{
"item": "minecraft:iron_bars"

View file

@ -3,7 +3,7 @@
"category": "building",
"ingredients": [
{
"item": "new_soviet:blue_concrete"
"item": "new_soviet:cracked_blue_concrete"
},
{
"item": "minecraft:iron_bars"

View file

@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"item": "minecraft:stone_button"
},
"R": {
"item": "minecraft:redstone"
},
"S": {
"item": "minecraft:dark_oak_slab"
}
},
"pattern": [
" B ",
" R ",
" S "
],
"result": {
"item": "new_soviet:dark_switch"
},
"show_notification": true
}

View file

@ -3,7 +3,7 @@
"category": "building",
"ingredients": [
{
"item": "new_soviet:green_concrete"
"item": "new_soviet:cracked_green_concrete"
},
{
"item": "minecraft:iron_bars"

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 1,
"ingredient": {
"item": "minecraft:iron_block"
},
"result": "new_soviet:metal_plating"
}

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"category": "equipment",
"key": {
"I": {
"item": "minecraft:iron_ingot"

View file

@ -3,7 +3,7 @@
"category": "building",
"ingredients": [
{
"item": "new_soviet:red_concrete"
"item": "new_soviet:cracked_red_concrete"
},
{
"item": "minecraft:iron_bars"

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"category": "equipment",
"key": {
"I": {
"item": "minecraft:iron_ingot"

View file

@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"item": "minecraft:stone_button"
},
"R": {
"item": "minecraft:redstone"
},
"S": {
"item": "minecraft:oak_slab"
}
},
"pattern": [
" B ",
" R ",
" S "
],
"result": {
"item": "new_soviet:switch"
},
"show_notification": true
}

View file

@ -3,7 +3,7 @@
"category": "building",
"ingredients": [
{
"item": "new_soviet:white_concrete"
"item": "new_soviet:cracked_white_concrete"
},
{
"item": "minecraft:iron_bars"

View file

@ -3,7 +3,7 @@
"category": "building",
"ingredients": [
{
"item": "new_soviet:yellow_concrete"
"item": "new_soviet:cracked_yellow_concrete"
},
{
"item": "minecraft:iron_bars"