Add recipes for wallpaper and linoleum

This commit is contained in:
Andrew-71 2023-10-31 12:22:44 +03:00
parent e9e8dd3450
commit 4873b24911
51 changed files with 1760 additions and 8 deletions

View file

@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_paper": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
]
}
]
},
"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": {
"conditions": {
"items": [
{
"items": [
"minecraft:white_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_white_dye",
"has_paper",
"has_slime_ball",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:beige_wallpaper"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,74 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blue_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:blue_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_clay": {
"conditions": {
"items": [
{
"items": [
"minecraft:clay"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_slime_ball": {
"conditions": {
"items": [
{
"items": [
"minecraft:slime_ball"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:blue_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_blue_dye",
"has_paper",
"has_slime_ball",
"has_clay",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:blue_linoleum"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,74 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_clay": {
"conditions": {
"items": [
{
"items": [
"minecraft:clay"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gray_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:gray_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
]
}
]
},
"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_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_gray_dye",
"has_paper",
"has_slime_ball",
"has_clay",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:brown_linoleum"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_brown_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:brown_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
]
}
]
},
"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"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_brown_dye",
"has_paper",
"has_slime_ball",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:brown_wallpaper"
]
},
"sends_telemetry_event": false
}

View file

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

View file

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

View file

@ -0,0 +1,74 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_clay": {
"conditions": {
"items": [
{
"items": [
"minecraft:clay"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gray_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:gray_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_slime_ball": {
"conditions": {
"items": [
{
"items": [
"minecraft:slime_ball"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:cyan_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_gray_dye",
"has_paper",
"has_slime_ball",
"has_clay",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:cyan_linoleum"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"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_beige_wallpaper"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_needed_dye",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:dye_beige_wallpaper"
]
},
"sends_telemetry_event": false
}

View file

@ -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_blue_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_needed_dye",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:dye_blue_linoleum"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"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_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_needed_dye",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:dye_brown_linoleum"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"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_wallpaper"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_needed_dye",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:dye_brown_wallpaper"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"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_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_needed_dye",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:dye_cyan_linoleum"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"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_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_needed_dye",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:dye_gray_linoleum"
]
},
"sends_telemetry_event": false
}

View file

@ -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_green_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_needed_dye",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:dye_green_linoleum"
]
},
"sends_telemetry_event": false
}

View file

@ -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_green_wallpaper"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_needed_dye",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:dye_green_wallpaper"
]
},
"sends_telemetry_event": false
}

View file

@ -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_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_needed_dye",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:dye_orange_linoleum"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,35 @@
{
"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_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_needed_dye",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:dye_red_linoleum"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,74 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_clay": {
"conditions": {
"items": [
{
"items": [
"minecraft:clay"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gray_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:gray_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_slime_ball": {
"conditions": {
"items": [
{
"items": [
"minecraft:slime_ball"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:gray_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_gray_dye",
"has_paper",
"has_slime_ball",
"has_clay",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:gray_linoleum"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,74 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_clay": {
"conditions": {
"items": [
{
"items": [
"minecraft:clay"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_green_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:green_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
]
}
]
},
"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_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_green_dye",
"has_paper",
"has_slime_ball",
"has_clay",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:green_linoleum"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,61 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_green_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:green_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
]
}
]
},
"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"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_green_dye",
"has_paper",
"has_slime_ball",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:green_wallpaper"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,74 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_clay": {
"conditions": {
"items": [
{
"items": [
"minecraft:clay"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gray_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:gray_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_slime_ball": {
"conditions": {
"items": [
{
"items": [
"minecraft:slime_ball"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:orange_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_gray_dye",
"has_paper",
"has_slime_ball",
"has_clay",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:orange_linoleum"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,74 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_clay": {
"conditions": {
"items": [
{
"items": [
"minecraft:clay"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_red_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:red_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_slime_ball": {
"conditions": {
"items": [
{
"items": [
"minecraft:slime_ball"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:red_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_red_dye",
"has_paper",
"has_slime_ball",
"has_clay",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:red_linoleum"
]
},
"sends_telemetry_event": false
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"D": {
"item": "minecraft:white_dye"
},
"P": {
"item": "minecraft:paper"
},
"S": {
"item": "minecraft:slime_ball"
}
},
"pattern": [
" D ",
"PPP",
" S "
],
"result": {
"count": 2,
"item": "new_soviet:beige_wallpaper"
},
"show_notification": true
}

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": {
"item": "minecraft:clay"
},
"D": {
"item": "minecraft:blue_dye"
},
"P": {
"item": "minecraft:paper"
},
"S": {
"item": "minecraft:slime_ball"
}
},
"pattern": [
" D ",
"CPC",
"SPS"
],
"result": {
"count": 2,
"item": "new_soviet:blue_linoleum"
},
"show_notification": true
}

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": {
"item": "minecraft:clay"
},
"D": {
"item": "minecraft:gray_dye"
},
"P": {
"item": "minecraft:paper"
},
"S": {
"item": "minecraft:slime_ball"
}
},
"pattern": [
" D ",
"CPC",
"SPS"
],
"result": {
"count": 2,
"item": "new_soviet:brown_linoleum"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"D": {
"item": "minecraft:brown_dye"
},
"P": {
"item": "minecraft:paper"
},
"S": {
"item": "minecraft:slime_ball"
}
},
"pattern": [
" D ",
"PPP",
" S "
],
"result": {
"count": 2,
"item": "new_soviet:brown_wallpaper"
},
"show_notification": true
}

View file

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

View file

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

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": {
"item": "minecraft:clay"
},
"D": {
"item": "minecraft:gray_dye"
},
"P": {
"item": "minecraft:paper"
},
"S": {
"item": "minecraft:slime_ball"
}
},
"pattern": [
" D ",
"CPC",
"SPS"
],
"result": {
"count": 2,
"item": "new_soviet:cyan_linoleum"
},
"show_notification": true
}

View file

@ -1,7 +1,7 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "boundary_markers",
"group": "concrete",
"ingredients": [
{
"item": "minecraft:light_gray_dye"

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "wallpaper",
"ingredients": [
{
"item": "minecraft:white_dye"
},
[
{
"item": "new_soviet:green_wallpaper"
},
{
"item": "new_soviet:brown_wallpaper"
}
]
],
"result": {
"item": "new_soviet:beige_wallpaper"
}
}

View file

@ -1,7 +1,7 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "boundary_markers",
"group": "concrete",
"ingredients": [
{
"item": "minecraft:blue_dye"

View file

@ -0,0 +1,33 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "linoleum",
"ingredients": [
{
"item": "minecraft:blue_dye"
},
[
{
"item": "new_soviet:green_linoleum"
},
{
"item": "new_soviet:orange_linoleum"
},
{
"item": "new_soviet:red_linoleum"
},
{
"item": "new_soviet:gray_linoleum"
},
{
"item": "new_soviet:brown_linoleum"
},
{
"item": "new_soviet:cyan_linoleum"
}
]
],
"result": {
"item": "new_soviet:blue_linoleum"
}
}

View file

@ -0,0 +1,33 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "linoleum",
"ingredients": [
{
"item": "minecraft:brown_dye"
},
[
{
"item": "new_soviet:green_linoleum"
},
{
"item": "new_soviet:orange_linoleum"
},
{
"item": "new_soviet:blue_linoleum"
},
{
"item": "new_soviet:red_linoleum"
},
{
"item": "new_soviet:gray_linoleum"
},
{
"item": "new_soviet:cyan_linoleum"
}
]
],
"result": {
"item": "new_soviet:brown_linoleum"
}
}

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "wallpaper",
"ingredients": [
{
"item": "minecraft:brown_dye"
},
[
{
"item": "new_soviet:green_wallpaper"
},
{
"item": "new_soviet:beige_wallpaper"
}
]
],
"result": {
"item": "new_soviet:brown_wallpaper"
}
}

View file

@ -0,0 +1,33 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "linoleum",
"ingredients": [
{
"item": "minecraft:cyan_dye"
},
[
{
"item": "new_soviet:green_linoleum"
},
{
"item": "new_soviet:orange_linoleum"
},
{
"item": "new_soviet:blue_linoleum"
},
{
"item": "new_soviet:red_linoleum"
},
{
"item": "new_soviet:gray_linoleum"
},
{
"item": "new_soviet:brown_linoleum"
}
]
],
"result": {
"item": "new_soviet:cyan_linoleum"
}
}

View file

@ -0,0 +1,33 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "linoleum",
"ingredients": [
{
"item": "minecraft:gray_dye"
},
[
{
"item": "new_soviet:green_linoleum"
},
{
"item": "new_soviet:orange_linoleum"
},
{
"item": "new_soviet:blue_linoleum"
},
{
"item": "new_soviet:red_linoleum"
},
{
"item": "new_soviet:brown_linoleum"
},
{
"item": "new_soviet:cyan_linoleum"
}
]
],
"result": {
"item": "new_soviet:gray_linoleum"
}
}

View file

@ -1,7 +1,7 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "boundary_markers",
"group": "concrete",
"ingredients": [
{
"item": "minecraft:green_dye"

View file

@ -0,0 +1,33 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "linoleum",
"ingredients": [
{
"item": "minecraft:green_dye"
},
[
{
"item": "new_soviet:orange_linoleum"
},
{
"item": "new_soviet:blue_linoleum"
},
{
"item": "new_soviet:red_linoleum"
},
{
"item": "new_soviet:gray_linoleum"
},
{
"item": "new_soviet:brown_linoleum"
},
{
"item": "new_soviet:cyan_linoleum"
}
]
],
"result": {
"item": "new_soviet:green_linoleum"
}
}

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "wallpaper",
"ingredients": [
{
"item": "minecraft:green_dye"
},
[
{
"item": "new_soviet:beige_wallpaper"
},
{
"item": "new_soviet:brown_wallpaper"
}
]
],
"result": {
"item": "new_soviet:green_wallpaper"
}
}

View file

@ -0,0 +1,33 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "linoleum",
"ingredients": [
{
"item": "minecraft:orange_dye"
},
[
{
"item": "new_soviet:green_linoleum"
},
{
"item": "new_soviet:blue_linoleum"
},
{
"item": "new_soviet:red_linoleum"
},
{
"item": "new_soviet:gray_linoleum"
},
{
"item": "new_soviet:brown_linoleum"
},
{
"item": "new_soviet:cyan_linoleum"
}
]
],
"result": {
"item": "new_soviet:orange_linoleum"
}
}

View file

@ -1,7 +1,7 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "boundary_markers",
"group": "concrete",
"ingredients": [
{
"item": "minecraft:red_dye"

View file

@ -0,0 +1,33 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "linoleum",
"ingredients": [
{
"item": "minecraft:red_dye"
},
[
{
"item": "new_soviet:green_linoleum"
},
{
"item": "new_soviet:orange_linoleum"
},
{
"item": "new_soviet:blue_linoleum"
},
{
"item": "new_soviet:gray_linoleum"
},
{
"item": "new_soviet:brown_linoleum"
},
{
"item": "new_soviet:cyan_linoleum"
}
]
],
"result": {
"item": "new_soviet:red_linoleum"
}
}

View file

@ -1,7 +1,7 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "boundary_markers",
"group": "concrete",
"ingredients": [
{
"item": "minecraft:white_dye"

View file

@ -1,7 +1,7 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "boundary_markers",
"group": "concrete",
"ingredients": [
{
"item": "minecraft:yellow_dye"

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": {
"item": "minecraft:clay"
},
"D": {
"item": "minecraft:gray_dye"
},
"P": {
"item": "minecraft:paper"
},
"S": {
"item": "minecraft:slime_ball"
}
},
"pattern": [
" D ",
"CPC",
"SPS"
],
"result": {
"count": 2,
"item": "new_soviet:gray_linoleum"
},
"show_notification": true
}

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": {
"item": "minecraft:clay"
},
"D": {
"item": "minecraft:green_dye"
},
"P": {
"item": "minecraft:paper"
},
"S": {
"item": "minecraft:slime_ball"
}
},
"pattern": [
" D ",
"CPC",
"SPS"
],
"result": {
"count": 2,
"item": "new_soviet:green_linoleum"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"D": {
"item": "minecraft:green_dye"
},
"P": {
"item": "minecraft:paper"
},
"S": {
"item": "minecraft:slime_ball"
}
},
"pattern": [
" D ",
"PPP",
" S "
],
"result": {
"count": 2,
"item": "new_soviet:green_wallpaper"
},
"show_notification": true
}

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": {
"item": "minecraft:clay"
},
"D": {
"item": "minecraft:gray_dye"
},
"P": {
"item": "minecraft:paper"
},
"S": {
"item": "minecraft:slime_ball"
}
},
"pattern": [
" D ",
"CPC",
"SPS"
],
"result": {
"count": 2,
"item": "new_soviet:orange_linoleum"
},
"show_notification": true
}

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": {
"item": "minecraft:clay"
},
"D": {
"item": "minecraft:red_dye"
},
"P": {
"item": "minecraft:paper"
},
"S": {
"item": "minecraft:slime_ball"
}
},
"pattern": [
" D ",
"CPC",
"SPS"
],
"result": {
"count": 2,
"item": "new_soviet:red_linoleum"
},
"show_notification": true
}