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

@ -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