remove version/mc version from sub src
This commit is contained in:
47
src/craftable_saddles/data/minecraft/advancement/saddle.json
Normal file
47
src/craftable_saddles/data/minecraft/advancement/saddle.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user