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

25 lines
410 B
JSON

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