Skip to content

Commit

Permalink
Fix broken advancements
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Nov 22, 2019
1 parent 81bacbf commit cd3c9f7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 114 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,46 +198,6 @@
}
},
"head18": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "betteranimalsplus:foxhead_1"
}
]
}
},
"head19": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "betteranimalsplus:foxhead_2"
}
]
}
},
"head20": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "betteranimalsplus:foxhead_3"
}
]
}
},
"head21": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "betteranimalsplus:foxhead_4"
}
]
}
},
"head22": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
Expand All @@ -247,7 +207,7 @@
]
}
},
"head23": {
"head19": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
Expand All @@ -257,7 +217,7 @@
]
}
},
"head24": {
"head20": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
Expand All @@ -267,7 +227,7 @@
]
}
},
"head25": {
"head21": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
Expand Down Expand Up @@ -341,18 +301,6 @@
],
[
"head21"
],
[
"head22"
],
[
"head23"
],
[
"head24"
],
[
"head25"
]
],
"parent": "betteranimalsplus:animal_head_variants"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
]
}
},
"head22": {
"head18": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
Expand All @@ -198,7 +198,7 @@
]
}
},
"head23": {
"head19": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
Expand All @@ -208,7 +208,7 @@
]
}
},
"head24": {
"head20": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
Expand All @@ -218,7 +218,7 @@
]
}
},
"head25": {
"head21": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
Expand All @@ -228,7 +228,7 @@
]
}
},
"head26": {
"head22": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
Expand Down Expand Up @@ -262,11 +262,7 @@
"head19",
"head20",
"head21",
"head22",
"head23",
"head24",
"head25",
"head26"
"head22"
]
],
"parent": "betteranimalsplus:root"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,46 +189,6 @@
}
},
"head18": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "betteranimalsplus:foxhead_1"
}
]
}
},
"head19": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "betteranimalsplus:foxhead_2"
}
]
}
},
"head20": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "betteranimalsplus:foxhead_3"
}
]
}
},
"head21": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "betteranimalsplus:foxhead_4"
}
]
}
},
"head22": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
Expand All @@ -238,7 +198,7 @@
]
}
},
"head23": {
"head19": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
Expand All @@ -248,7 +208,7 @@
]
}
},
"head24": {
"head20": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
Expand All @@ -258,7 +218,7 @@
]
}
},
"head25": {
"head21": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
Expand Down Expand Up @@ -304,12 +264,6 @@
"head19",
"head20",
"head21"
],
[
"head22",
"head23",
"head24",
"head25"
]
],
"parent": "betteranimalsplus:animal_head_first"
Expand Down

0 comments on commit cd3c9f7

Please sign in to comment.