Files
IMoO/recipes_old/waxing_weathered_copper_block.json
2022-01-24 20:17:51 +03:00

22 lines
535 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:waxing_weathered_copper"
},
"tags": [ "crafting_table" ],
"ingredients": [
{
"item": "minecraft:weathered_copper"
},
{
"item": "minecraft:honeycomb"
}
],
"result": {
"item": "minecraft:waxed_weathered_copper",
"count": 1
},
"priority": 1
}
}