1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-06-28 04:59:08 +00:00
Files
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

33 lines
658 B
JSON

{
"format_version": "1.21.90",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:saddle"
},
"tags": [
"crafting_table"
],
"pattern": [
" # ",
"#I#"
],
"key": {
"#": {
"item": "minecraft:leather"
},
"I": {
"item": "minecraft:iron_ingot"
}
},
"unlock": [
{
"item": "minecraft:leather"
}
],
"result": {
"item": "minecraft:saddle",
"count": 1
}
}
}