Skip to content

Commit

Permalink
explicitly add shard packs
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Jul 25, 2024
1 parent d722bdb commit bc3fbbc
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 0 deletions.
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 resources/datapacks/bc23-shards/pack.mcmeta
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"
}
}
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.
6 changes: 6 additions & 0 deletions resources/resourcepacks/bc23-shards/pack.mcmeta
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"
}
}

0 comments on commit bc3fbbc

Please sign in to comment.