make pin board woodtyped
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"ingredientPattern": "_S_\tSBS\t_S_",
|
||||
"ingredients": {
|
||||
"S": { "type": "item", "code": "game:stick" },
|
||||
"S": { "type": "item", "code": "game:plank-*", "name": "wood" },
|
||||
"B": {
|
||||
"type": "item",
|
||||
"code": "game:*-butterflypin-*"
|
||||
@@ -9,5 +9,5 @@
|
||||
},
|
||||
"width": 3,
|
||||
"height": 3,
|
||||
"output": { "type": "block", "code": "pinboard2x2-north" }
|
||||
"output": { "type": "block", "code": "pinboard2x2-{wood}-north" }
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"ingredientPattern": "S_S\t_B_\tS_S",
|
||||
"ingredients": {
|
||||
"S": { "type": "item", "code": "game:stick" },
|
||||
"S": { "type": "item", "code": "game:plank-*", "name": "wood" },
|
||||
"B": {
|
||||
"type": "item",
|
||||
"code": "game:*-butterflypin-*"
|
||||
@@ -9,5 +9,5 @@
|
||||
},
|
||||
"width": 3,
|
||||
"height": 3,
|
||||
"output": { "type": "block", "code": "pinboard3x3-north" }
|
||||
"output": { "type": "block", "code": "pinboard3x3-{wood}-north" }
|
||||
}
|
||||
Reference in New Issue
Block a user