-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sonorous Staff now gets registered. Still needs a texture, but otherw…
…ise works perfectly.
- Loading branch information
1 parent
66472e5
commit 07c26b9
Showing
10 changed files
with
66 additions
and
17 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// 1.20.1 2023-11-01T14:34:17.0041112 Languages: en_us | ||
75d97b9e003361e541f9deb2be48c0393c5d99f6 assets/deeperdarker/lang/en_us.json | ||
// 1.20.1 2023-11-03T15:15:58.7101636 Languages: en_us | ||
e2c8f4e35948e0adf4b5147469c4d3af6a9c9c5f assets/deeperdarker/lang/en_us.json |
7 changes: 4 additions & 3 deletions
7
src/generated/resources/.cache/e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0
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 |
---|---|---|
@@ -1,11 +1,12 @@ | ||
// 1.20.1 2023-10-21T23:34:22.8911106 Advancements | ||
// 1.20.1 2023-11-03T15:15:58.7181675 Advancements | ||
a76845401466a58c8f341ce586f131a1d31c123e data/deeperdarker/advancements/main/enter_otherside.json | ||
8b124d675dec747cdc32486c1d7098eb8bce594d data/deeperdarker/advancements/main/explore_otherside.json | ||
cf318040575219b02ae94941e0fb33c02f196203 data/deeperdarker/advancements/main/find_ancient_city.json | ||
e35f7e028016ba746172bbef9f8469f33e99a450 data/deeperdarker/advancements/main/find_ancient_temple.json | ||
0025e3f26af1bd7a49bef17667fd7df05657e4c9 data/deeperdarker/advancements/main/kill_all_sculk_mobs.json | ||
12f0245d5431f178e2d5ac6355e49e7c8c729034 data/deeperdarker/advancements/main/kill_warden.json | ||
a6843dc478686746fc060953abc28acae4be33e3 data/deeperdarker/advancements/main/obtain_reinforce_echo_shard.json | ||
7900a37a8e06c23dd7b3a659f04d6412cf42451c data/deeperdarker/advancements/main/obtain_reinforced_echo_shard.json | ||
bcc957ddb06cfce6c593c7065f0442333200594d data/deeperdarker/advancements/main/obtain_sculk_transmitter.json | ||
f53723b815feada7f9b49dcd7dfa0785d0de0a31 data/deeperdarker/advancements/main/obtain_warden_staff.json | ||
bb97859071e5fd47e387710d8c90493a84e0bf3c data/deeperdarker/advancements/main/root.json | ||
9a8e630b0cc290791c3883160f3fd7adec527dc7 data/deeperdarker/advancements/main/warden_armor.json | ||
96a4ca460a4dcf817a45737c9140feebdeb48a36 data/deeperdarker/advancements/main/warden_armor.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
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
38 changes: 38 additions & 0 deletions
38
src/generated/resources/data/deeperdarker/advancements/main/obtain_warden_staff.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,38 @@ | ||
{ | ||
"parent": "deeperdarker:main/enter_otherside", | ||
"criteria": { | ||
"warden_staff": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"deeperdarker:sonorous_staff" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"display": { | ||
"announce_to_chat": true, | ||
"description": { | ||
"translate": "advancements.deeperdarker.obtain_warden_staff.description" | ||
}, | ||
"frame": "task", | ||
"hidden": false, | ||
"icon": { | ||
"item": "deeperdarker:sonorous_staff" | ||
}, | ||
"show_toast": true, | ||
"title": { | ||
"translate": "advancements.deeperdarker.obtain_warden_staff.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"warden_staff" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/data/deeperdarker/advancements/main/warden_armor.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
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
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