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

18 lines
258 B
JSON

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