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_nether_brick_wall.json
Mike Ammerlaan 1440438305 v1.21.30.3
2024-09-17 09:13:33 -07:00

28 lines
469 B
JSON

{
"format_version": "1.20.10",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:stonecutter_nether_brick_wall"
},
"tags": [ "stonecutter" ],
"priority": 2,
"ingredients": [
{
"item": "minecraft:nether_brick"
}
],
"unlock": [
{
"item": "minecraft:nether_brick"
}
],
"result": {
"item": "minecraft:nether_brick_wall",
"count": 1
}
}
}