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

17 lines
261 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:magma_cream"
}
},
"pattern": [
"##",
"##"
],
"result": {
"item": "minecraft:magma_block"
},
"show_notification": true
}