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_purpur_slab.json
Mike Ammerlaan 6e0daa70a8 v1.21.40.3
2024-10-22 09:25:09 -07:00

30 lines
495 B
JSON

{
"format_version": "1.20.10",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:stonecutter_purpur_slab"
},
"tags": [ "stonecutter" ],
"priority": 1,
"ingredients": [
{
"item": "minecraft:purpur_block",
"data": 0
}
],
"unlock": [
{
"item": "minecraft:purpur_block",
"data": 0
}
],
"result": {
"item": "minecraft:purpur_slab",
"count": 2
}
}
}