Files
minecraft-assets/data/minecraft/recipes/purpur_block.json
2023-05-03 18:28:41 +02:00

18 lines
286 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"F": {
"item": "minecraft:popped_chorus_fruit"
}
},
"pattern": [
"FF",
"FF"
],
"result": {
"count": 4,
"item": "minecraft:purpur_block"
},
"show_notification": true
}