Skip to content

Commit

Permalink
Fixed Crafting Recipe Ruby Sword
Browse files Browse the repository at this point in the history
  • Loading branch information
10Meisterbaelle committed Feb 16, 2022
1 parent 3de08ac commit 27285e3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/main/resources/data/therubymod/recipes/ruby_sword.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X",
"X",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "therubymod:ruby"
}
},
"result": {
"item": "therubymod:ruby_sword"
}
}

0 comments on commit 27285e3

Please sign in to comment.