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

25 lines
418 B
JSON

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