-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
d722bdb
commit bc3fbbc
Showing
16 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
resources/datapacks/bc23-shards/data/bc23/shard_type/bc23_types.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,31 @@ | ||
{ | ||
"bc23:visitor": { | ||
"text_color": "#6de851", | ||
"glow_color": "#00ff48", | ||
"collect_particle": "minecraft:totem_of_undying", | ||
"collect_sound": { | ||
"sound_id": "scattered_shards:collect_visitor" | ||
}, | ||
"list_order": 1 | ||
}, | ||
|
||
"bc23:challenge": { | ||
"text_color": "#5174e8", | ||
"glow_color": "#0026ff", | ||
"collect_particle": "minecraft:glow", | ||
"collect_sound": { | ||
"sound_id": "scattered_shards:collect_challenge" | ||
}, | ||
"list_order": 2 | ||
}, | ||
|
||
"bc23:secret": { | ||
"text_color": "#eb4034", | ||
"glow_color": "#f08", | ||
"collect_particle": "minecraft:witch", | ||
"collect_sound": { | ||
"sound_id": "scattered_shards:collect_secret" | ||
}, | ||
"list_order": 3 | ||
} | ||
} |
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,6 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 15, | ||
"description": "Scattered Shards data for BlanketCon '23" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
resources/resourcepacks/bc23-shards/assets/bc23/lang/en_us.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,6 @@ | ||
{ | ||
"shard_type.bc23.visitor.description": "Visitor Shard", | ||
"shard_type.bc23.challenge.description": "Challenge Shard", | ||
"shard_type.bc23.secret.description": "Secret Shard", | ||
"shard_type.bc23.missing.description": "Missing Shard" | ||
} |
Binary file added
BIN
+605 Bytes
...resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_backing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+355 Bytes
...s/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.76 KB
...rcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_mini_backing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+415 Bytes
...ourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_mini_front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+799 Bytes
...es/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_backing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+453 Bytes
...rces/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.85 KB
...sourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_mini_backing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+455 Bytes
...resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_mini_front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+571 Bytes
...s/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_backing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.8 KB
...ces/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.77 KB
...ourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_mini_backing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+395 Bytes
...esourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_mini_front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,6 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 15, | ||
"description": "Scattered Shards assets for BlanketCon '23" | ||
} | ||
} |