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,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
}