Files
minecraft-assets/data/minecraft/recipes/waxed_copper_cut_slab_from_honeycomb.json
2021-02-17 20:03:50 +00:00

14 lines
236 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:cut_copper_slab"
},
{
"item": "minecraft:honeycomb"
}
],
"result": {
"item": "minecraft:waxed_cut_copper_slab"
}
}