blueprint
This commit is contained in:
17
src/main/resources/data/szar/recipes/empty_joint.json
Normal file
17
src/main/resources/data/szar/recipes/empty_joint.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" P ",
|
||||
"P P",
|
||||
" P "
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:empty_joint",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"WP ",
|
||||
" P ",
|
||||
"PWP",
|
||||
" PW"
|
||||
" P "
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"P": {
|
||||
"item": "szar:weed"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
"W": {
|
||||
"item": "szar:empty_joint"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
Reference in New Issue
Block a user