BiomesOPlenty/src/main/resources/assets/biomesoplenty/recipes/topaz_block.json

18 lines
254 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"type": "forge:ore_dict",
"ore": "gemTopaz"
}
},
"result": {
"item": "biomesoplenty:gem_block",
"data": 3
}
}