Files
minecraft-assets/data/minecraft/recipes/waxed_copper_block_from_honeycomb.json
2021-06-02 17:08:05 +00:00

15 lines
263 B
JSON

{
"type": "minecraft:crafting_shapeless",
"group": "waxed_copper_block",
"ingredients": [
{
"item": "minecraft:copper_block"
},
{
"item": "minecraft:honeycomb"
}
],
"result": {
"item": "minecraft:waxed_copper_block"
}
}