1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-12 20:24:53 +00:00
Files
bedrock-samples/behavior_pack/recipes/copper_boots.json
Mike Ammerlaan f653a0493b v1.21.110.2
2025-09-30 08:49:54 -07:00

28 lines
458 B
JSON

{
"format_version": "1.21.80",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:copper_boots"
},
"tags": [
"crafting_table"
],
"pattern": [
"X X",
"X X"
],
"key": {
"X": {
"item": "minecraft:copper_ingot"
}
},
"unlock": [
{
"item": "minecraft:copper_ingot"
}
],
"result": {
"item": "minecraft:copper_boots"
}
}
}