Files
minecraft-assets/data/minecraft/recipes/waxed_cut_copper_slab_from_honeycomb.json
2023-05-24 18:29:03 +02:00

16 lines
298 B
JSON

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