1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-23 20:57:08 +00:00
bedrock-samples/behavior_pack/recipes/stonecutter_smooth_sandstone_slab.json
Mike Ammerlaan 6e0daa70a8 v1.21.40.3
2024-10-22 09:25:09 -07:00

28 lines
492 B
JSON

{
"format_version": "1.20.10",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:stonecutter_smooth_sanddouble_stone_slab"
},
"tags": [ "stonecutter" ],
"priority": 0,
"ingredients": [
{
"item": "minecraft:smooth_sandstone"
}
],
"unlock": [
{
"item": "minecraft:smooth_sandstone"
}
],
"result": {
"item": "minecraft:smooth_sandstone_slab",
"count": 2
}
}
}