Add wallpaper recipes
This commit is contained in:
parent
0694e47660
commit
55eb272ae5
46 changed files with 1773 additions and 81 deletions
|
@ -2,23 +2,26 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"D": {
|
||||
"F": {
|
||||
"item": "minecraft:brown_dye"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:slime_ball"
|
||||
"item": "minecraft:brown_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" D ",
|
||||
"PPP",
|
||||
" S "
|
||||
"POP",
|
||||
"FOS",
|
||||
"POP"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"count": 3,
|
||||
"item": "new_soviet:brown_wallpaper"
|
||||
},
|
||||
"show_notification": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue