Rework linoleum crafting recipe

This commit is contained in:
Andrew-71 2024-04-26 22:25:13 +03:00
parent 267d6fe342
commit 0694e47660
46 changed files with 1042 additions and 212 deletions

View file

@ -0,0 +1,87 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_nugget": {
"conditions": {
"items": [
{
"items": [
"minecraft:iron_nugget"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_leather": {
"conditions": {
"items": [
{
"items": [
"minecraft:leather"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_oak_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:oak_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:beige_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_white_dye_1": {
"conditions": {
"items": [
{
"items": [
"minecraft:white_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_white_dye_2": {
"conditions": {
"items": [
{
"items": [
"minecraft:white_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_white_dye_1",
"has_white_dye_2",
"has_leather",
"has_oak_planks",
"has_iron_nugget",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:beige_linoleum"
]
},
"sends_telemetry_event": false
}

View file

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

View file

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

View file

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

View file

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

View file

@ -1,7 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blue_dye": {
"has_blue_dye_1": {
"conditions": {
"items": [
{
@ -13,36 +13,48 @@
},
"trigger": "minecraft:inventory_changed"
},
"has_clay": {
"has_blue_dye_2": {
"conditions": {
"items": [
{
"items": [
"minecraft:clay"
"minecraft:blue_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"has_iron_nugget": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
"minecraft:iron_nugget"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_slime_ball": {
"has_leather": {
"conditions": {
"items": [
{
"items": [
"minecraft:slime_ball"
"minecraft:leather"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_oak_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:oak_planks"
]
}
]
@ -58,10 +70,11 @@
},
"requirements": [
[
"has_blue_dye",
"has_paper",
"has_slime_ball",
"has_clay",
"has_blue_dye_1",
"has_blue_dye_2",
"has_leather",
"has_oak_planks",
"has_iron_nugget",
"has_the_recipe"
]
],

View file

@ -1,19 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_clay": {
"conditions": {
"items": [
{
"items": [
"minecraft:clay"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gray_dye": {
"has_gray_dye_1": {
"conditions": {
"items": [
{
@ -25,24 +13,48 @@
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"has_gray_dye_2": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
"minecraft:gray_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_slime_ball": {
"has_iron_nugget": {
"conditions": {
"items": [
{
"items": [
"minecraft:slime_ball"
"minecraft:iron_nugget"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_leather": {
"conditions": {
"items": [
{
"items": [
"minecraft:leather"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_oak_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:oak_planks"
]
}
]
@ -58,10 +70,11 @@
},
"requirements": [
[
"has_gray_dye",
"has_paper",
"has_slime_ball",
"has_clay",
"has_gray_dye_1",
"has_gray_dye_2",
"has_leather",
"has_oak_planks",
"has_iron_nugget",
"has_the_recipe"
]
],

View file

@ -1,19 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_clay": {
"conditions": {
"items": [
{
"items": [
"minecraft:clay"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gray_dye": {
"has_gray_dye_1": {
"conditions": {
"items": [
{
@ -25,24 +13,48 @@
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"has_gray_dye_2": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
"minecraft:gray_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_slime_ball": {
"has_iron_nugget": {
"conditions": {
"items": [
{
"items": [
"minecraft:slime_ball"
"minecraft:iron_nugget"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_leather": {
"conditions": {
"items": [
{
"items": [
"minecraft:leather"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_oak_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:oak_planks"
]
}
]
@ -58,10 +70,11 @@
},
"requirements": [
[
"has_gray_dye",
"has_paper",
"has_slime_ball",
"has_clay",
"has_gray_dye_1",
"has_gray_dye_2",
"has_leather",
"has_oak_planks",
"has_iron_nugget",
"has_the_recipe"
]
],

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

View file

@ -1,19 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_clay": {
"conditions": {
"items": [
{
"items": [
"minecraft:clay"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gray_dye": {
"has_gray_dye_1": {
"conditions": {
"items": [
{
@ -25,24 +13,48 @@
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"has_gray_dye_2": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
"minecraft:gray_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_slime_ball": {
"has_iron_nugget": {
"conditions": {
"items": [
{
"items": [
"minecraft:slime_ball"
"minecraft:iron_nugget"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_leather": {
"conditions": {
"items": [
{
"items": [
"minecraft:leather"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_oak_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:oak_planks"
]
}
]
@ -58,10 +70,11 @@
},
"requirements": [
[
"has_gray_dye",
"has_paper",
"has_slime_ball",
"has_clay",
"has_gray_dye_1",
"has_gray_dye_2",
"has_leather",
"has_oak_planks",
"has_iron_nugget",
"has_the_recipe"
]
],

View file

@ -1,19 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_clay": {
"conditions": {
"items": [
{
"items": [
"minecraft:clay"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_green_dye": {
"has_green_dye_1": {
"conditions": {
"items": [
{
@ -25,24 +13,48 @@
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"has_green_dye_2": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
"minecraft:green_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_slime_ball": {
"has_iron_nugget": {
"conditions": {
"items": [
{
"items": [
"minecraft:slime_ball"
"minecraft:iron_nugget"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_leather": {
"conditions": {
"items": [
{
"items": [
"minecraft:leather"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_oak_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:oak_planks"
]
}
]
@ -58,10 +70,11 @@
},
"requirements": [
[
"has_green_dye",
"has_paper",
"has_slime_ball",
"has_clay",
"has_green_dye_1",
"has_green_dye_2",
"has_leather",
"has_oak_planks",
"has_iron_nugget",
"has_the_recipe"
]
],

View file

@ -1,19 +1,7 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_clay": {
"conditions": {
"items": [
{
"items": [
"minecraft:clay"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_gray_dye": {
"has_gray_dye_1": {
"conditions": {
"items": [
{
@ -25,24 +13,48 @@
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"has_gray_dye_2": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
"minecraft:gray_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_slime_ball": {
"has_iron_nugget": {
"conditions": {
"items": [
{
"items": [
"minecraft:slime_ball"
"minecraft:iron_nugget"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_leather": {
"conditions": {
"items": [
{
"items": [
"minecraft:leather"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_oak_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:oak_planks"
]
}
]
@ -58,10 +70,11 @@
},
"requirements": [
[
"has_gray_dye",
"has_paper",
"has_slime_ball",
"has_clay",
"has_gray_dye_1",
"has_gray_dye_2",
"has_leather",
"has_oak_planks",
"has_iron_nugget",
"has_the_recipe"
]
],

View file

@ -1,31 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_clay": {
"has_iron_nugget": {
"conditions": {
"items": [
{
"items": [
"minecraft:clay"
"minecraft:iron_nugget"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_paper": {
"has_leather": {
"conditions": {
"items": [
{
"items": [
"minecraft:paper"
"minecraft:leather"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_red_dye": {
"has_oak_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:oak_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_red_dye_1": {
"conditions": {
"items": [
{
@ -37,12 +49,12 @@
},
"trigger": "minecraft:inventory_changed"
},
"has_slime_ball": {
"has_red_dye_2": {
"conditions": {
"items": [
{
"items": [
"minecraft:slime_ball"
"minecraft:red_dye"
]
}
]
@ -58,10 +70,11 @@
},
"requirements": [
[
"has_red_dye",
"has_paper",
"has_slime_ball",
"has_clay",
"has_red_dye_1",
"has_red_dye_2",
"has_leather",
"has_oak_planks",
"has_iron_nugget",
"has_the_recipe"
]
],

View file

@ -0,0 +1,87 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_nugget": {
"conditions": {
"items": [
{
"items": [
"minecraft:iron_nugget"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_leather": {
"conditions": {
"items": [
{
"items": [
"minecraft:leather"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_oak_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:oak_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_red_dye_2": {
"conditions": {
"items": [
{
"items": [
"minecraft:red_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "new_soviet:yellow_red_linoleum"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_yellow_dye_1": {
"conditions": {
"items": [
{
"items": [
"minecraft:yellow_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_yellow_dye_1",
"has_red_dye_2",
"has_leather",
"has_oak_planks",
"has_iron_nugget",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"new_soviet:yellow_red_linoleum"
]
},
"sends_telemetry_event": false
}

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,31 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"F": {
"item": "minecraft:white_dye"
},
"I": {
"item": "minecraft:iron_nugget"
},
"L": {
"item": "minecraft:leather"
},
"P": {
"item": "minecraft:oak_planks"
},
"S": {
"item": "minecraft:white_dye"
}
},
"pattern": [
"LLL",
"PPP",
"FIS"
],
"result": {
"count": 3,
"item": "new_soviet:beige_linoleum"
},
"show_notification": true
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "new_soviet:beige_linoleum"
}
},
"pattern": [
"###"
],
"result": {
"count": 6,
"item": "new_soviet:beige_linoleum_slab"
},
"show_notification": true
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"ingredient": {
"item": "new_soviet:beige_linoleum"
},
"result": "new_soviet:beige_linoleum_slab"
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "new_soviet:beige_linoleum"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"item": "new_soviet:beige_linoleum_stairs"
},
"show_notification": true
}

View file

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

View file

@ -2,26 +2,29 @@
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": {
"item": "minecraft:clay"
},
"D": {
"F": {
"item": "minecraft:blue_dye"
},
"I": {
"item": "minecraft:iron_nugget"
},
"L": {
"item": "minecraft:leather"
},
"P": {
"item": "minecraft:paper"
"item": "minecraft:oak_planks"
},
"S": {
"item": "minecraft:slime_ball"
"item": "minecraft:blue_dye"
}
},
"pattern": [
" D ",
"CPC",
"SPS"
"LLL",
"PPP",
"FIS"
],
"result": {
"count": 2,
"count": 3,
"item": "new_soviet:blue_linoleum"
},
"show_notification": true

View file

@ -2,26 +2,29 @@
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": {
"item": "minecraft:clay"
},
"D": {
"F": {
"item": "minecraft:gray_dye"
},
"I": {
"item": "minecraft:iron_nugget"
},
"L": {
"item": "minecraft:leather"
},
"P": {
"item": "minecraft:paper"
"item": "minecraft:oak_planks"
},
"S": {
"item": "minecraft:slime_ball"
"item": "minecraft:gray_dye"
}
},
"pattern": [
" D ",
"CPC",
"SPS"
"LLL",
"PPP",
"FIS"
],
"result": {
"count": 2,
"count": 3,
"item": "new_soviet:brown_linoleum"
},
"show_notification": true

View file

@ -2,26 +2,29 @@
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": {
"item": "minecraft:clay"
},
"D": {
"F": {
"item": "minecraft:gray_dye"
},
"I": {
"item": "minecraft:iron_nugget"
},
"L": {
"item": "minecraft:leather"
},
"P": {
"item": "minecraft:paper"
"item": "minecraft:oak_planks"
},
"S": {
"item": "minecraft:slime_ball"
"item": "minecraft:gray_dye"
}
},
"pattern": [
" D ",
"CPC",
"SPS"
"LLL",
"PPP",
"FIS"
],
"result": {
"count": 2,
"count": 3,
"item": "new_soviet:cyan_linoleum"
},
"show_notification": true

View file

@ -0,0 +1,36 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "linoleum",
"ingredients": [
{
"item": "minecraft:white_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"
},
{
"item": "new_soviet:cyan_linoleum"
}
]
],
"result": {
"item": "new_soviet:beige_linoleum"
}
}

View file

@ -7,6 +7,9 @@
"item": "minecraft:blue_dye"
},
[
{
"item": "new_soviet:beige_linoleum"
},
{
"item": "new_soviet:green_linoleum"
},

View file

@ -7,6 +7,9 @@
"item": "minecraft:brown_dye"
},
[
{
"item": "new_soviet:beige_linoleum"
},
{
"item": "new_soviet:green_linoleum"
},

View file

@ -7,6 +7,9 @@
"item": "minecraft:cyan_dye"
},
[
{
"item": "new_soviet:beige_linoleum"
},
{
"item": "new_soviet:green_linoleum"
},

View file

@ -7,6 +7,9 @@
"item": "minecraft:gray_dye"
},
[
{
"item": "new_soviet:beige_linoleum"
},
{
"item": "new_soviet:green_linoleum"
},

View file

@ -7,6 +7,9 @@
"item": "minecraft:green_dye"
},
[
{
"item": "new_soviet:beige_linoleum"
},
{
"item": "new_soviet:orange_linoleum"
},

View file

@ -7,6 +7,9 @@
"item": "minecraft:orange_dye"
},
[
{
"item": "new_soviet:beige_linoleum"
},
{
"item": "new_soviet:green_linoleum"
},

View file

@ -7,6 +7,9 @@
"item": "minecraft:red_dye"
},
[
{
"item": "new_soviet:beige_linoleum"
},
{
"item": "new_soviet:green_linoleum"
},

View file

@ -2,26 +2,29 @@
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": {
"item": "minecraft:clay"
},
"D": {
"F": {
"item": "minecraft:gray_dye"
},
"I": {
"item": "minecraft:iron_nugget"
},
"L": {
"item": "minecraft:leather"
},
"P": {
"item": "minecraft:paper"
"item": "minecraft:oak_planks"
},
"S": {
"item": "minecraft:slime_ball"
"item": "minecraft:gray_dye"
}
},
"pattern": [
" D ",
"CPC",
"SPS"
"LLL",
"PPP",
"FIS"
],
"result": {
"count": 2,
"count": 3,
"item": "new_soviet:gray_linoleum"
},
"show_notification": true

View file

@ -2,26 +2,29 @@
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": {
"item": "minecraft:clay"
},
"D": {
"F": {
"item": "minecraft:green_dye"
},
"I": {
"item": "minecraft:iron_nugget"
},
"L": {
"item": "minecraft:leather"
},
"P": {
"item": "minecraft:paper"
"item": "minecraft:oak_planks"
},
"S": {
"item": "minecraft:slime_ball"
"item": "minecraft:green_dye"
}
},
"pattern": [
" D ",
"CPC",
"SPS"
"LLL",
"PPP",
"FIS"
],
"result": {
"count": 2,
"count": 3,
"item": "new_soviet:green_linoleum"
},
"show_notification": true

View file

@ -2,26 +2,29 @@
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": {
"item": "minecraft:clay"
},
"D": {
"F": {
"item": "minecraft:gray_dye"
},
"I": {
"item": "minecraft:iron_nugget"
},
"L": {
"item": "minecraft:leather"
},
"P": {
"item": "minecraft:paper"
"item": "minecraft:oak_planks"
},
"S": {
"item": "minecraft:slime_ball"
"item": "minecraft:gray_dye"
}
},
"pattern": [
" D ",
"CPC",
"SPS"
"LLL",
"PPP",
"FIS"
],
"result": {
"count": 2,
"count": 3,
"item": "new_soviet:orange_linoleum"
},
"show_notification": true

View file

@ -2,26 +2,29 @@
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": {
"item": "minecraft:clay"
},
"D": {
"F": {
"item": "minecraft:red_dye"
},
"I": {
"item": "minecraft:iron_nugget"
},
"L": {
"item": "minecraft:leather"
},
"P": {
"item": "minecraft:paper"
"item": "minecraft:oak_planks"
},
"S": {
"item": "minecraft:slime_ball"
"item": "minecraft:red_dye"
}
},
"pattern": [
" D ",
"CPC",
"SPS"
"LLL",
"PPP",
"FIS"
],
"result": {
"count": 2,
"count": 3,
"item": "new_soviet:red_linoleum"
},
"show_notification": true

View file

@ -0,0 +1,31 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"F": {
"item": "minecraft:yellow_dye"
},
"I": {
"item": "minecraft:iron_nugget"
},
"L": {
"item": "minecraft:leather"
},
"P": {
"item": "minecraft:oak_planks"
},
"S": {
"item": "minecraft:red_dye"
}
},
"pattern": [
"LLL",
"PPP",
"FIS"
],
"result": {
"count": 3,
"item": "new_soviet:yellow_red_linoleum"
},
"show_notification": true
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "new_soviet:yellow_red_linoleum"
}
},
"pattern": [
"###"
],
"result": {
"count": 6,
"item": "new_soviet:yellow_red_linoleum_slab"
},
"show_notification": true
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"ingredient": {
"item": "new_soviet:yellow_red_linoleum"
},
"result": "new_soviet:yellow_red_linoleum_slab"
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "new_soviet:yellow_red_linoleum"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"item": "new_soviet:yellow_red_linoleum_stairs"
},
"show_notification": true
}

View file

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