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

16 lines
286 B
JSON

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