Skip to content

Commit

Permalink
Callbell recipe changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridderrasmus committed Jan 28, 2024
1 parent c70c21e commit 11645c0
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions assets/rpvoicechat/recipes/grid/callbell.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
{
"name": "callbell",
"ingredientPattern": "PH,B_",
"ingredientPattern": "P,B",
"ingredients": {
"P": {
"type": "item",
"code": "game:metalplate-silver",
"code": "smallbellparts-silver",
"quantity": 1
},
"H": {
"type": "item",
"code": "game:hammer-*",
"isTool": true,
"toolDurabilityCost": 2
},
"B": {
"type": "item",
"code": "game:metalbit-silver",
"code": "game:metalplate-lead",
"quantity": 1
}
},
"width": 2,
"width": 1,
"height": 2,
"output": {
"type": "block",
Expand Down

0 comments on commit 11645c0

Please sign in to comment.