-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
MagicHarp
committed
Sep 22, 2024
1 parent
40b2d8b
commit babb49c
Showing
17 changed files
with
177 additions
and
368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
src/main/resources/data/confluence/advancements/achievements/benched.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "minecraft:crafting_table" | ||
}, | ||
"title": { | ||
"translate": "achievements.confluence.benched.title" | ||
}, | ||
"description": { | ||
"translate": "achievements.confluence.benched.description" | ||
}, | ||
"frame": "challenge", | ||
"show_toast": false, | ||
"announce_to_chat": true, | ||
"hidden": true | ||
}, | ||
"parent": "confluence:achievements/new_world", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"item": { | ||
"items": [ | ||
"minecraft:crafting_table" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
src/main/resources/data/confluence/advancements/achievements/eye_on_you.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "confluence:suspicious_looking_eye" | ||
}, | ||
"title": { | ||
"translate": "achievements.confluence.eye_on_you.title" | ||
}, | ||
"description": { | ||
"translate": "achievements.confluence.eye_on_you.description" | ||
}, | ||
"frame": "challenge", | ||
"show_toast": false, | ||
"announce_to_chat": true, | ||
"hidden": true | ||
}, | ||
"parent": "confluence:achievements/new_world", | ||
"criteria": { | ||
"confluence:cthulhu_eye": { | ||
"trigger": "minecraft:player_killed_entity", | ||
"conditions": { | ||
"entity": [ | ||
{ | ||
"condition": "minecraft:entity_properties", | ||
"entity": "this", | ||
"predicate": { | ||
"type": "confluence:cthulhu_eye" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"confluence:cthulhu_eye" | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
}, | ||
"rewards": { | ||
"loot": [ | ||
"confluence:gameplay/start_advancements" | ||
"confluence:achievements/new_world" | ||
] | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
src/main/resources/data/confluence/advancements/achievements/pretty_in_pink.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "confluence:pink_gel" | ||
}, | ||
"title": { | ||
"translate": "achievements.confluence.pretty_in_pink.title" | ||
}, | ||
"description": { | ||
"translate": "achievements.confluence.pretty_in_pink.description" | ||
}, | ||
"frame": "challenge", | ||
"show_toast": false, | ||
"announce_to_chat": true, | ||
"hidden": true | ||
}, | ||
"parent": "confluence:achievements/new_world", | ||
"criteria": { | ||
"confluence:pink_slime": { | ||
"trigger": "minecraft:player_killed_entity", | ||
"conditions": { | ||
"entity": [ | ||
{ | ||
"condition": "minecraft:entity_properties", | ||
"entity": "this", | ||
"predicate": { | ||
"type": "confluence:pink_slime" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"confluence:pink_slime" | ||
] | ||
] | ||
} |
39 changes: 39 additions & 0 deletions
39
src/main/resources/data/confluence/advancements/achievements/slippery_shinobi.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "confluence:slime_crown" | ||
}, | ||
"title": { | ||
"translate": "achievements.confluence.slippery_shinobi.title" | ||
}, | ||
"description": { | ||
"translate": "achievements.confluence.slippery_shinobi.description" | ||
}, | ||
"frame": "challenge", | ||
"show_toast": false, | ||
"announce_to_chat": true, | ||
"hidden": true | ||
}, | ||
"parent": "confluence:achievements/new_world", | ||
"criteria": { | ||
"confluence:king_slime": { | ||
"trigger": "minecraft:player_killed_entity", | ||
"conditions": { | ||
"entity": [ | ||
{ | ||
"condition": "minecraft:entity_properties", | ||
"entity": "this", | ||
"predicate": { | ||
"type": "confluence:king_slime" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"confluence:king_slime" | ||
] | ||
] | ||
} |
36 changes: 0 additions & 36 deletions
36
src/main/resources/data/confluence/advancements/ebony_ingot.json
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
src/main/resources/data/confluence/advancements/falling_star.json
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
src/main/resources/data/confluence/advancements/life_crystal.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.