Skip to content

Commit

Permalink
add wrench recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
PTOM76 committed Sep 19, 2024
1 parent 96f59a5 commit e508cfd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/main/resources/data/itemalchemy/recipes/wrench.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" C ",
"COC",
" # "
],
"key": {
"#": {
"item": "minecraft:stick"
},
"O": {
"item": "itemalchemy:red_matter"
},
"C": {
"item": "minecraft:copper_ingot"
}
},
"result": {
"item": "itemalchemy:wrench",
"count": 1
}
}

0 comments on commit e508cfd

Please sign in to comment.