1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-07 07:49:43 +00:00
bedrock-samples/behavior_pack/recipes/stonecutter_quartz_slab.json
Mike Ammerlaan c989e80c35 v1.21.0.3
2024-06-13 09:45:16 -07:00

30 lines
495 B
JSON

{
"format_version": "1.20.10",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:stonecutter_quartz_slab"
},
"tags": [ "stonecutter" ],
"priority": 2,
"ingredients": [
{
"item": "minecraft:quartz_block",
"data": 0
}
],
"unlock": [
{
"item": "minecraft:quartz_block",
"data": 0
}
],
"result": {
"item": "minecraft:quartz_slab",
"count": 2
}
}
}