mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
28 lines
508 B
JSON
28 lines
508 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:stonecutter_smooth_red_sanddouble_stone_slab"
|
|
},
|
|
|
|
|
|
"tags": [ "stonecutter" ],
|
|
"priority": 0,
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:smooth_red_sandstone"
|
|
}
|
|
],
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:smooth_red_sandstone"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:smooth_red_sandstone_slab",
|
|
"count": 2
|
|
}
|
|
}
|
|
|
|
}
|