MineAssets/1.12.2/assets/minecraft/recipes/nether_wart_block.json
2024-12-17 02:08:01 +03:00

16 lines
215 B
JSON

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