Add recipes for wallpaper and linoleum
This commit is contained in:
parent
e9e8dd3450
commit
4873b24911
51 changed files with 1760 additions and 8 deletions
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue