25 lines
416 B
JSON
25 lines
416 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:stonecutter_double_stone_slab"
|
|
},
|
|
|
|
|
|
"tags": [ "stonecutter" ],
|
|
"priority": 5,
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:stone",
|
|
"data": 0
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:double_stone_slab4",
|
|
"data": 2,
|
|
"count": 2
|
|
}
|
|
}
|
|
|
|
}
|