Files
minecraft-assets/data/minecraft/recipes/honey_block.json
2022-11-16 18:37:49 +01:00

16 lines
233 B
JSON

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