Files
minecraft-assets/data/minecraft/recipes/waxed_exposed_copper_from_honeycomb.json
2023-05-10 18:28:10 +02:00

16 lines
295 B
JSON

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