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

16 lines
289 B
JSON

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