Files
minecraft-assets/data/minecraft/recipes/waxed_weathered_copper_from_honeycomb.json
2022-06-29 18:37:59 +02:00

15 lines
275 B
JSON

{
"type": "minecraft:crafting_shapeless",
"group": "waxed_weathered_copper",
"ingredients": [
{
"item": "minecraft:weathered_copper"
},
{
"item": "minecraft:honeycomb"
}
],
"result": {
"item": "minecraft:waxed_weathered_copper"
}
}