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

20 lines
403 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:stonecutter_wall_from_polished_blackstone"
},
"tags": [ "stonecutter" ],
"priority": 2,
"ingredients": [
{
"item": "minecraft:polished_blackstone"
}
],
"result": {
"item": "minecraft:polished_blackstone_wall",
"count": 1
}
}
}