Files
minecraft-assets/data/minecraft/recipes/honey_block.json
2022-10-26 18:41:59 +02:00

16 lines
233 B
JSON

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