Files
minecraft-assets/data/minecraft/recipes/waxed_copper.json
2020-11-11 20:03:08 +00:00

14 lines
224 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:copper_block"
},
{
"item": "minecraft:honeycomb"
}
],
"result": {
"item": "minecraft:waxed_copper"
}
}