Files
IMoO/recipes/stonecutter_weathered_copper_block_to_cut_copper_stairs.json
T
2022-01-23 21:24:12 +03:00

23 lines
420 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:stonecutter_weathered_copper_to_cut_copper_stairs"
},
"tags": [ "stonecutter" ],
"priority": 2,
"ingredients": [
{
"item": "minecraft:weathered_copper"
}
],
"result": {
"item": "minecraft:weathered_cut_copper_stairs",
"count": 4
}
}
}