Change some recipes
This commit is contained in:
parent
b119ea2a4c
commit
588f7c0e2a
27 changed files with 275 additions and 223 deletions
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"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
|
||||
}
|
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"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
|
||||
}
|
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"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
|
||||
}
|
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "minecraft:blue_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:blue_iron_bars_from_vintage_iron_bars_stonecutting"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "minecraft:bone_block_from_white_boundary_marker_stonecutting"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
},
|
||||
"has_white_boundary_marker": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"new_soviet:white_boundary_marker"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_boundary_marker",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:bone_block_from_white_boundary_marker_stonecutting"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "minecraft:diorite_wall_from_white_boundary_marker_stonecutting"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
},
|
||||
"has_white_boundary_marker": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"new_soviet:white_boundary_marker"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_boundary_marker",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:diorite_wall_from_white_boundary_marker_stonecutting"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_blue_iron_bars": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"new_soviet:blue_iron_bars"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "minecraft:vintage_iron_bars_from_blue_iron_bars_stonecutting"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_blue_iron_bars",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:vintage_iron_bars_from_blue_iron_bars_stonecutting"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_iron_bars": {
|
||||
"has_bone_block": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_bars"
|
||||
"minecraft:bone_block"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -15,20 +15,20 @@
|
|||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "minecraft:blue_iron_bars_from_iron_bars_stonecutting"
|
||||
"recipe": "minecraft:white_boundary_marker_from_bone_block_stonecutting"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_bars",
|
||||
"has_bone_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:blue_iron_bars_from_iron_bars_stonecutting"
|
||||
"minecraft:white_boundary_marker_from_bone_block_stonecutting"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_blue_iron_bars": {
|
||||
"has_diorite_wall": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"new_soviet:blue_iron_bars"
|
||||
"minecraft:diorite_wall"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -15,20 +15,20 @@
|
|||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "minecraft:iron_bars_from_blue_iron_bars_stonecutting"
|
||||
"recipe": "minecraft:white_boundary_marker_from_diorite_wall_stonecutting"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_blue_iron_bars",
|
||||
"has_diorite_wall",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:iron_bars_from_blue_iron_bars_stonecutting"
|
||||
"minecraft:white_boundary_marker_from_diorite_wall_stonecutting"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
|
@ -5,9 +5,6 @@
|
|||
"B": {
|
||||
"item": "minecraft:iron_bars"
|
||||
},
|
||||
"C": {
|
||||
"item": "new_soviet:beige_concrete"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:light_gray_dye"
|
||||
},
|
||||
|
@ -17,7 +14,7 @@
|
|||
},
|
||||
"pattern": [
|
||||
"SBS",
|
||||
"DC ",
|
||||
" D ",
|
||||
"SBS"
|
||||
],
|
||||
"result": {
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
"B": {
|
||||
"item": "minecraft:iron_bars"
|
||||
},
|
||||
"C": {
|
||||
"item": "new_soviet:blue_concrete"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:blue_dye"
|
||||
},
|
||||
|
@ -17,7 +14,7 @@
|
|||
},
|
||||
"pattern": [
|
||||
"SBS",
|
||||
"DC ",
|
||||
" D ",
|
||||
"SBS"
|
||||
],
|
||||
"result": {
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:iron_bars"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "new_soviet:blue_iron_bars"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:iron_bars"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cyan_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "new_soviet:blue_iron_bars"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:iron_bars"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:light_blue_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "new_soviet:blue_iron_bars"
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:iron_bars"
|
||||
},
|
||||
"result": "new_soviet:blue_iron_bars"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:vintage_iron_bars"
|
||||
},
|
||||
"result": "new_soviet:blue_iron_bars"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:white_boundary_marker"
|
||||
},
|
||||
"result": "minecraft:bone_block"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:white_boundary_marker"
|
||||
},
|
||||
"result": "minecraft:diorite_wall"
|
||||
}
|
|
@ -5,9 +5,6 @@
|
|||
"B": {
|
||||
"item": "minecraft:iron_bars"
|
||||
},
|
||||
"C": {
|
||||
"item": "new_soviet:green_concrete"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:green_dye"
|
||||
},
|
||||
|
@ -17,7 +14,7 @@
|
|||
},
|
||||
"pattern": [
|
||||
"SBS",
|
||||
"DC ",
|
||||
" D ",
|
||||
"SBS"
|
||||
],
|
||||
"result": {
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:blue_iron_bars"
|
||||
},
|
||||
"result": "minecraft:iron_bars"
|
||||
}
|
|
@ -5,9 +5,6 @@
|
|||
"B": {
|
||||
"item": "minecraft:iron_bars"
|
||||
},
|
||||
"C": {
|
||||
"item": "new_soviet:red_concrete"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:red_dye"
|
||||
},
|
||||
|
@ -17,7 +14,7 @@
|
|||
},
|
||||
"pattern": [
|
||||
"SBS",
|
||||
"DC ",
|
||||
" D ",
|
||||
"SBS"
|
||||
],
|
||||
"result": {
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:blue_iron_bars"
|
||||
},
|
||||
"result": "new_soviet:vintage_iron_bars"
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "minecraft:bone_block"
|
||||
},
|
||||
"result": "new_soviet:white_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:diorite_wall"
|
||||
},
|
||||
"result": "new_soviet:white_boundary_marker"
|
||||
}
|
|
@ -5,9 +5,6 @@
|
|||
"B": {
|
||||
"item": "minecraft:iron_bars"
|
||||
},
|
||||
"C": {
|
||||
"item": "new_soviet:white_concrete"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:white_dye"
|
||||
},
|
||||
|
@ -17,7 +14,7 @@
|
|||
},
|
||||
"pattern": [
|
||||
"SBS",
|
||||
"DC ",
|
||||
" D ",
|
||||
"SBS"
|
||||
],
|
||||
"result": {
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
"B": {
|
||||
"item": "minecraft:iron_bars"
|
||||
},
|
||||
"C": {
|
||||
"item": "new_soviet:yellow_concrete"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:yellow_dye"
|
||||
},
|
||||
|
@ -17,7 +14,7 @@
|
|||
},
|
||||
"pattern": [
|
||||
"SBS",
|
||||
"DC ",
|
||||
" D ",
|
||||
"SBS"
|
||||
],
|
||||
"result": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue