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_red_sandstone_cut.json
Mike Ammerlaan 1c48a87a35 v1.21.20.3
2024-08-13 09:36:05 -07:00

30 lines
509 B
JSON

{
"format_version": "1.20.10",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:stonecutter_red_sandstone_cut"
},
"tags": [ "stonecutter" ],
"priority": 1,
"ingredients": [
{
"item": "minecraft:red_sandstone",
"data": 0
}
],
"unlock": [
{
"item": "minecraft:red_sandstone",
"data": 0
}
],
"result": {
"item": "minecraft:cut_red_sandstone",
"count": 1
}
}
}