Files
minecraft-assets/data/minecraft/recipes/waxed_cut_copper_slab_from_honeycomb.json
2021-06-08 15:05:33 +00:00

15 lines
272 B
JSON

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