VanillaPlus/src/main/resources/data/vplus/recipes/sapphire_sword.json
2022-08-03 09:33:14 -04:00

20 lines
271 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#",
"/"
],
"key": {
"#": {
"item": "vplus:sapphire"
},
"/": {
"item": "minecraft:stick"
}
},
"result": {
"item": "vplus:sapphire_sword",
"count": 1
}
}