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

25 lines
431 B
JSON

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