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

14 lines
234 B
JSON

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