Files
minecraft-assets/data/minecraft/recipes/magma_block.json
2023-04-05 18:28:44 +02:00

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
}