1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-31 02:31:25 +00:00
bedrock-samples/behavior_pack/recipes/stonecutter_stone_slab.json
Mike Ammerlaan 1c48a87a35 v1.21.20.3
2024-08-13 09:36:05 -07:00

30 lines
493 B
JSON

{
"format_version": "1.20.10",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:stonecutter_double_stone_slab"
},
"tags": [ "stonecutter" ],
"priority": 5,
"ingredients": [
{
"item": "minecraft:stone",
"data": 0
}
],
"unlock": [
{
"item": "minecraft:stone",
"data": 0
}
],
"result": {
"item": "minecraft:normal_stone_slab",
"count": 2
}
}
}