Files
minecraft-assets/data/minecraft/recipes/waxed_oxidized_copper_grate_from_honeycomb.json
2023-10-25 18:29:02 +02:00

16 lines
316 B
JSON

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