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

15 lines
207 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "minecraft:honey_bottle"
}
},
"result": {
"item": "minecraft:honey_block"
}
}