Skip to content

Commit

Permalink
feat: Added recipe for Runic Hammer
Browse files Browse the repository at this point in the history
  • Loading branch information
WinDanesz committed Jan 27, 2024
1 parent df7d754 commit e1bacf4
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"NIN",
" S ",
" S "
],
"key": {
"I": {
"item": "ancientspellcraft:crystal_silver_ingot"
},
"N": {
"item": "ancientspellcraft:crystal_silver_nugget"
},
"S": {
"item": "minecraft:stick"
}
},
"result": {
"item": "ancientspellcraft:runic_hammer"
}
}

0 comments on commit e1bacf4

Please sign in to comment.