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

25 lines
409 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:stonecutter_granite_wall"
},
"tags": [ "stonecutter" ],
"priority": 2,
"ingredients": [
{
"item": "minecraft:stone",
"data": 1
}
],
"result": {
"item": "minecraft:cobblestone_wall",
"data": 2,
"count": 1
}
}
}