Files
minecraft-assets/data/minecraft/recipes/honey_block.json
2023-06-07 18:29:05 +02:00

17 lines
262 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:honey_bottle"
}
},
"pattern": [
"##",
"##"
],
"result": {
"item": "minecraft:honey_block"
},
"show_notification": true
}