Add wallpaper recipes
This commit is contained in:
parent
0694e47660
commit
55eb272ae5
46 changed files with 1773 additions and 81 deletions
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_green_dye_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:green_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_paper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:paper"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:beige_green_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
},
|
||||
"has_white_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:white_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_dye_1",
|
||||
"has_green_dye_2",
|
||||
"has_paper",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"new_soviet:beige_green_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -1,6 +1,18 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_paper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
|
@ -13,25 +25,25 @@
|
|||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_slime_ball": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:slime_ball"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:beige_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
},
|
||||
"has_white_dye": {
|
||||
"has_white_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:white_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_white_dye_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
|
@ -46,9 +58,10 @@
|
|||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_dye",
|
||||
"has_white_dye_1",
|
||||
"has_white_dye_2",
|
||||
"has_paper",
|
||||
"has_slime_ball",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
|
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_brown_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:brown_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_green_dye_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:green_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_paper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:paper"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:brown_green_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_brown_dye_1",
|
||||
"has_green_dye_2",
|
||||
"has_paper",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"new_soviet:brown_green_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_brown_dye": {
|
||||
"has_brown_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
|
@ -13,6 +13,30 @@
|
|||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_brown_dye_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:brown_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_paper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
|
@ -25,18 +49,6 @@
|
|||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_slime_ball": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:slime_ball"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:brown_wallpaper"
|
||||
|
@ -46,9 +58,10 @@
|
|||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_brown_dye",
|
||||
"has_brown_dye_1",
|
||||
"has_brown_dye_2",
|
||||
"has_paper",
|
||||
"has_slime_ball",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
|
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_blue_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:blue_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_blue_dye_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:blue_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_paper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:paper"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:dark_blue_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_blue_dye_1",
|
||||
"has_blue_dye_2",
|
||||
"has_paper",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"new_soviet:dark_blue_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_black_dye_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:black_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_brown_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:brown_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_paper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:paper"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:dark_brown_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_brown_dye_1",
|
||||
"has_black_dye_2",
|
||||
"has_paper",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"new_soviet:dark_brown_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_green_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:green_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_green_dye_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:green_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_paper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:paper"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:dark_green_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_green_dye_1",
|
||||
"has_green_dye_2",
|
||||
"has_paper",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"new_soviet:dark_green_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"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_dark_blue_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_needed_dye",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:dye_dark_blue_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"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_dark_green_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_needed_dye",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:dye_dark_green_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -6,7 +6,7 @@
|
|||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:green_dye"
|
||||
"minecraft:lime_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"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_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_needed_dye",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:dye_light_blue_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"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_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_needed_dye",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:dye_orange_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"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_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_needed_dye",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:dye_yellow_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -1,12 +1,36 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_green_dye": {
|
||||
"has_lime_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:green_dye"
|
||||
"minecraft:lime_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_lime_dye_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:lime_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -25,18 +49,6 @@
|
|||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_slime_ball": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:slime_ball"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:green_wallpaper"
|
||||
|
@ -46,9 +58,10 @@
|
|||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_green_dye",
|
||||
"has_lime_dye_1",
|
||||
"has_lime_dye_2",
|
||||
"has_paper",
|
||||
"has_slime_ball",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
|
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_bone_meal_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:bone_meal"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_paper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:paper"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:light_beige_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
},
|
||||
"has_white_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:white_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_dye_1",
|
||||
"has_bone_meal_2",
|
||||
"has_paper",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"new_soviet:light_beige_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_light_blue_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:light_blue_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_light_blue_dye_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:light_blue_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_paper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:paper"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:light_blue_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_light_blue_dye_1",
|
||||
"has_light_blue_dye_2",
|
||||
"has_paper",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"new_soviet:light_blue_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_orange_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:orange_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_orange_dye_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:orange_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_paper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:paper"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:orange_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_orange_dye_1",
|
||||
"has_orange_dye_2",
|
||||
"has_paper",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"new_soviet:orange_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_green_dye_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:green_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_paper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:paper"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_pink_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:pink_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:pink_green_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_pink_dye_1",
|
||||
"has_green_dye_2",
|
||||
"has_paper",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"new_soviet:pink_green_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_green_dye_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:green_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_paper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:paper"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_red_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:red_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:red_green_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_red_dye_1",
|
||||
"has_green_dye_2",
|
||||
"has_paper",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"new_soviet:red_green_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_green_dye_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:green_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_paper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:paper"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:yellow_green_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
},
|
||||
"has_yellow_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:yellow_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_yellow_dye_1",
|
||||
"has_green_dye_2",
|
||||
"has_paper",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"new_soviet:yellow_green_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_oak_planks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_paper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:paper"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:yellow_wallpaper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
},
|
||||
"has_yellow_dye_1": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:yellow_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_yellow_dye_2": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:yellow_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_yellow_dye_1",
|
||||
"has_yellow_dye_2",
|
||||
"has_paper",
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"new_soviet:yellow_wallpaper"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "minecraft:white_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "new_soviet:beige_green_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
|
@ -2,23 +2,26 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"D": {
|
||||
"F": {
|
||||
"item": "minecraft:white_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:slime_ball"
|
||||
"item": "minecraft:white_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" D ",
|
||||
"PPP",
|
||||
" S "
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"count": 3,
|
||||
"item": "new_soviet:beige_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "minecraft:brown_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "new_soviet:brown_green_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
|
@ -2,23 +2,26 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"D": {
|
||||
"F": {
|
||||
"item": "minecraft:brown_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:slime_ball"
|
||||
"item": "minecraft:brown_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" D ",
|
||||
"PPP",
|
||||
" S "
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"count": 3,
|
||||
"item": "new_soviet:brown_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "minecraft:blue_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "new_soviet:dark_blue_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "minecraft:brown_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "new_soviet:dark_brown_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "minecraft:green_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "new_soviet:dark_green_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
|
@ -7,11 +7,26 @@
|
|||
"item": "minecraft:white_dye"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "new_soviet:dark_green_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:green_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:brown_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:yellow_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:light_blue_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:dark_blue_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:orange_wallpaper"
|
||||
}
|
||||
]
|
||||
],
|
||||
|
|
|
@ -7,11 +7,26 @@
|
|||
"item": "minecraft:brown_dye"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "new_soviet:dark_green_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:green_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:beige_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:yellow_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:light_blue_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:dark_blue_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:orange_wallpaper"
|
||||
}
|
||||
]
|
||||
],
|
||||
|
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wallpaper",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "new_soviet:dark_green_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:green_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:beige_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:brown_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:yellow_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:light_blue_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:orange_wallpaper"
|
||||
}
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"item": "new_soviet:dark_blue_wallpaper"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wallpaper",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:green_dye"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "new_soviet:green_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:beige_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:brown_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:yellow_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:light_blue_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:dark_blue_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:orange_wallpaper"
|
||||
}
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"item": "new_soviet:dark_green_wallpaper"
|
||||
}
|
||||
}
|
|
@ -4,14 +4,29 @@
|
|||
"group": "wallpaper",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:green_dye"
|
||||
"item": "minecraft:lime_dye"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "new_soviet:dark_green_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:beige_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:brown_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:yellow_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:light_blue_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:dark_blue_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:orange_wallpaper"
|
||||
}
|
||||
]
|
||||
],
|
||||
|
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wallpaper",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:light_blue_dye"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "new_soviet:dark_green_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:green_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:beige_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:brown_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:yellow_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:dark_blue_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:orange_wallpaper"
|
||||
}
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"item": "new_soviet:light_blue_wallpaper"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wallpaper",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:orange_dye"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "new_soviet:dark_green_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:green_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:beige_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:brown_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:yellow_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:light_blue_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:dark_blue_wallpaper"
|
||||
}
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"item": "new_soviet:orange_wallpaper"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wallpaper",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:yellow_dye"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "new_soviet:dark_green_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:green_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:beige_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:brown_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:light_blue_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:dark_blue_wallpaper"
|
||||
},
|
||||
{
|
||||
"item": "new_soviet:orange_wallpaper"
|
||||
}
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"item": "new_soviet:yellow_wallpaper"
|
||||
}
|
||||
}
|
|
@ -2,23 +2,26 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"D": {
|
||||
"item": "minecraft:green_dye"
|
||||
"F": {
|
||||
"item": "minecraft:lime_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:slime_ball"
|
||||
"item": "minecraft:lime_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" D ",
|
||||
"PPP",
|
||||
" S "
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"count": 3,
|
||||
"item": "new_soviet:green_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "minecraft:white_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:bone_meal"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "new_soviet:light_beige_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "minecraft:light_blue_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:light_blue_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "new_soviet:light_blue_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "minecraft:orange_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:orange_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "new_soviet:orange_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "minecraft:pink_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "new_soviet:pink_green_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "minecraft:red_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "new_soviet:red_green_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "minecraft:yellow_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "new_soviet:yellow_green_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "minecraft:yellow_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:yellow_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "new_soviet:yellow_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue