Files
minecraft-assets/data/minecraft/recipes/waxed_cut_copper_from_honeycomb.json
2021-03-17 20:05:54 +00:00

14 lines
226 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:cut_copper"
},
{
"item": "minecraft:honeycomb"
}
],
"result": {
"item": "minecraft:waxed_cut_copper"
}
}