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

20 lines
379 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:stonecutter_polished_basalt_from_basalt"
},
"tags": [ "stonecutter" ],
"priority": 2,
"ingredients": [
{
"item": "minecraft:basalt"
}
],
"result": {
"item": "minecraft:polished_basalt",
"count": 1
}
}
}