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

24 lines
509 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:ingots_from_waxed_copper"
},
"tags": [
"crafting_table"
],
"pattern": [
"A"
],
"key": {
"A": {
"item": "minecraft:waxed_copper"
}
},
"result": {
"item": "minecraft:copper_ingot",
"count": 9
},
"priority": 1
}
}