Files
minecraft-assets/data/minecraft/recipes/waxed_exposed_copper.json
2021-02-03 20:03:25 +00:00

14 lines
240 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:exposed_copper_block"
},
{
"item": "minecraft:honeycomb"
}
],
"result": {
"item": "minecraft:waxed_exposed_copper"
}
}