-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add openloader and scattered shards things
- Loading branch information
Showing
17 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
config/config/openloader/data/shards-modfest-1-20/data/mf120/shard_type/mf120_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,29 @@ | ||
{ | ||
"mf120:visitor": { | ||
"text_color": "#6de851", | ||
"glow_color": "#00ff48", | ||
"collect_particle": "minecraft:totem_of_undying", | ||
"collect_sound": { | ||
"sound_id": "scattered_shards:collect_visitor" | ||
}, | ||
"list_order": 1 | ||
}, | ||
"mf120:challenge": { | ||
"text_color": "#5174e8", | ||
"glow_color": "#0026ff", | ||
"collect_particle": "minecraft:glow", | ||
"collect_sound": { | ||
"sound_id": "scattered_shards:collect_challenge" | ||
}, | ||
"list_order": 2 | ||
}, | ||
"mf120: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
6
config/config/openloader/data/shards-modfest-1-20/pack.mcmeta
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": 18, | ||
"description": "ModFest 1.20 Scattered Shards data" | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
config/config/openloader/resources/shards-modfest-1-20/assets/mf120/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,5 @@ | ||
{ | ||
"shard_type.mf120.visitor.description": "Visitor Shard", | ||
"shard_type.mf120.challenge.description": "Challenge Shard", | ||
"shard_type.mf120.secret.description": "Secret Shard" | ||
} |
Binary file added
BIN
+605 Bytes
...rces/shards-modfest-1-20/assets/mf120/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
...ources/shards-modfest-1-20/assets/mf120/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
...shards-modfest-1-20/assets/mf120/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
...s/shards-modfest-1-20/assets/mf120/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
...sources/shards-modfest-1-20/assets/mf120/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
...resources/shards-modfest-1-20/assets/mf120/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
...es/shards-modfest-1-20/assets/mf120/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
...rces/shards-modfest-1-20/assets/mf120/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
...ources/shards-modfest-1-20/assets/mf120/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
...esources/shards-modfest-1-20/assets/mf120/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
...s/shards-modfest-1-20/assets/mf120/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
...ces/shards-modfest-1-20/assets/mf120/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.
6 changes: 6 additions & 0 deletions
6
config/config/openloader/resources/shards-modfest-1-20/pack.mcmeta
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": 18, | ||
"description": "ModFest 1.20 Scattered Shards assets" | ||
} | ||
} |
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