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

20 lines
406 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:stonecutter_polished_brick_slab_from_blackstone"
},
"tags": [ "stonecutter" ],
"priority": 2,
"ingredients": [
{
"item": "minecraft:blackstone"
}
],
"result": {
"item": "minecraft:polished_blackstone_brick_slab",
"count": 2
}
}
}