Skip to content

Commit

Permalink
Bijimio Experimental Fork V7.1.8 | Fixed advancement json not working
Browse files Browse the repository at this point in the history
  • Loading branch information
bijimio committed Nov 10, 2024
1 parent 9eec722 commit 1f5e583
Showing 1 changed file with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,20 @@
]
}
},
"changed:pooltoy_wolf": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "changed:pooltoy_wolf"
},
"entity": "this"
}
]
}
},
"changed:pure_white_latex_wolf": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
Expand Down Expand Up @@ -1070,20 +1084,6 @@
}
}
},
"changed:pooltoy_wolf": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "changed:pooltoy_wolf"
},
"entity": "this"
}
]
}
},
"requirements": [
[
"changed:gas_wolf"
Expand Down Expand Up @@ -1295,6 +1295,9 @@
[
"changed:shark"
],
[
"changed:pooltoy_wolf"
],
[
"changed:pure_white_latex_wolf"
],
Expand All @@ -1309,9 +1312,6 @@
],
[
"changed:phage_latex_wolf_male"
],
[
"changed:pooltoy_wolf"
]
]
}

0 comments on commit 1f5e583

Please sign in to comment.