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

17 lines
227 B
JSON

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