Skip to content

Commit

Permalink
Revert "remove bc23 shard pack"
Browse files Browse the repository at this point in the history
This reverts commit 1d990ea.
  • Loading branch information
sisby-folk committed Nov 23, 2024
1 parent 0e2f11a commit 6e14af5
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bc23-shards/assets/bc23/lang/en_us.json
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"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions bc23-shards/data/bc23/shard_type/bc23_types.json
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
}
}
6 changes: 6 additions & 0 deletions bc23-shards/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 10,
"description": "Scattered Shards assets used at BlanketCon '23"
}
}

0 comments on commit 6e14af5

Please sign in to comment.