47 lines
695 B
JSON
47 lines
695 B
JSON
{
|
|
"parent": "minecraft:recipes/root",
|
|
"criteria": {
|
|
"has_leather": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"items": "minecraft:leather"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"has_string": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"items": "minecraft:string"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"has_iron_ingot": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"items": "minecraft:iron_ingot"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"has_leather",
|
|
"has_string",
|
|
"has_iron_ingot"
|
|
]
|
|
],
|
|
"rewards": {
|
|
"recipes": [
|
|
"minecraft:saddle"
|
|
]
|
|
}
|
|
} |