minecraft-assets/data/minecraft/recipes/nether_wart_block.json

16 lines
225 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:nether_wart"
}
},
"result": {
"item": "minecraft:nether_wart_block"
}
}