Skip to content

Commit

Permalink
Updated advancements
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Jan 8, 2021
1 parent 41923bd commit 81c569b
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 deletions.
8 changes: 7 additions & 1 deletion src/main/resources/data/atum/advancements/core/ajourney.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@
"deadwood_forest": {
"trigger": "minecraft:location",
"conditions": {
"biome": "atum:deadwood_forest"
"biome": "atum:dense_woods"
}
},
"deadwood_forest": {
"trigger": "minecraft:location",
"conditions": {
"biome": "atum:sparse_woods"
}
},
"dried_river": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@
"type": "atum:scarab"
}
}
},
"quail": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "atum:quail"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
}
}
},
"sergeant": {
"trigger": "minecraft:entity_killed_player",
"conditions": {
"entity": {
"type": "atum:sergeant"
}
}
},
"assassin": {
"trigger": "minecraft:entity_killed_player",
"conditions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
}
}
},
"sergeant": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "atum:sergeant"
}
}
},
"assassin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
}
}
},
"assassin": {
"sergeant": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "atum:assassin"
"type": "atum:sergeant"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"trigger": "minecraft:summoned_entity",
"conditions": {
"entity": {
"type": "atum:stonewarden"
"type": "atum:stonewarden_friendly"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"trigger": "minecraft:summoned_entity",
"conditions": {
"entity": {
"type": "atum:stoneguard"
"type": "atum:stoneguard_friendly"
}
}
}
Expand Down

0 comments on commit 81c569b

Please sign in to comment.