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

16 lines
283 B
JSON

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