Skip to content

Commit

Permalink
add openloader and scattered shards things
Browse files Browse the repository at this point in the history
  • Loading branch information
acikek committed Jan 13, 2024
1 parent b8431fd commit 0b81564
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 0 deletions.
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 config/config/openloader/data/shards-modfest-1-20/pack.mcmeta
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"
}
}
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"
}
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.
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"
}
}
5 changes: 5 additions & 0 deletions server.toml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,11 @@ type = "modrinth"
id = "worldborderfix"
version = "RtezEgTq"

[[mods]]
type = "modrinth"
id = "open-loader"
version = "GXnnEfyc"

[worlds.modfest-1-20.download]
type = "ghrel"
repo = "ModFest/modfest-1-20"
Expand Down

0 comments on commit 0b81564

Please sign in to comment.