diff --git a/config/builtinservers.json b/config/builtinservers.json new file mode 100644 index 0000000..8f40ce5 --- /dev/null +++ b/config/builtinservers.json @@ -0,0 +1,10 @@ +{ + "badgeVisible": true, + "builtinServers": [ + { + "name": "TouhouDiscordcraft", + "address": "104.224.55.51:25565", + "forced": false + } + ] +} diff --git a/index.toml b/index.toml index b838901..1f54e94 100644 --- a/index.toml +++ b/index.toml @@ -44,6 +44,10 @@ hash = "89ef9f568d793018db983b9f944e85876a4cebd408f8f4d2182b3c38fa44ef7e" file = "config/blueprint-common.toml" hash = "d335fd00458005d989d55a6615073d5b390ea08d5e1d129229518f90d5d3ef9b" +[[files]] +file = "config/builtinservers.json" +hash = "e1afeda037af63fc415884bca326555aa142e7d9fb95f0aaeaf14f869a2cd4ff" + [[files]] file = "config/caverns_and_chasms-client.toml" hash = "ac4fad73b20151ee9f0de09dcc137310e5dcb44b68164c1d739eb562de848992" @@ -405,11 +409,6 @@ file = "mods/3dskinlayers.pw.toml" hash = "f26fb3ebc03df700a9af26fa5084b2034b1ce5ede156f5112aedb6a4e14162cb" metafile = true -[[files]] -file = "mods/appleskin.pw.toml" -hash = "737d7767b4e9e28e3e60805e3f980120b005803c93837e484d935f6156199893" -metafile = true - [[files]] file = "mods/architectury-api.pw.toml" hash = "9307d7537501310581a6036c788e0f306988b4b90536d629eacaa83a8987b833" @@ -730,6 +729,11 @@ file = "mods/spark.pw.toml" hash = "61799bc6367ee86a72fe54b131576cbbc6f4dbe1a1a134d561e83b02a72691be" metafile = true +[[files]] +file = "mods/spice-of-life-valheim-edition.pw.toml" +hash = "95061a6fc0554b41fd39c0be401f7d308cac733d5f13007672f714d9368e5c4f" +metafile = true + [[files]] file = "mods/survivalist-essentials.pw.toml" hash = "18c36fae2b5d69f41ca8fbf42ee5588c375c5be72a65f69d3189dee2e9e7c54a" diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml deleted file mode 100644 index 8173ed6..0000000 --- a/mods/appleskin.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "AppleSkin" -filename = "appleskin-forge-mc1.19-2.4.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/forge-mc1.19-2.4.2/appleskin-forge-mc1.19-2.4.2.jar" -hash-format = "sha1" -hash = "20f4e36e5c78bdef303683ccb96d77b2036da3ce" - -[update] -[update.modrinth] -mod-id = "EsAfCjCV" -version = "YRzksfaH" diff --git a/mods/spice-of-life-valheim-edition.pw.toml b/mods/spice-of-life-valheim-edition.pw.toml new file mode 100644 index 0000000..1e5576e --- /dev/null +++ b/mods/spice-of-life-valheim-edition.pw.toml @@ -0,0 +1,13 @@ +name = "Spice of Life: Valheim Edition" +filename = "sol_valheim-1.1.1-4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/mKalCkNV/versions/t2L5ivoG/sol_valheim-1.1.1-4.jar" +hash-format = "sha1" +hash = "a7b2a5126bae17a5ef57d5cbb36dcb06dc3cf21d" + +[update] +[update.modrinth] +mod-id = "mKalCkNV" +version = "t2L5ivoG" diff --git a/pack.toml b/pack.toml index 61d221d..5ec5a06 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "1804a3858df5cd474a1c18759e1b76780cb983ce36a6390dcc17a23ef7c1dc7f" +hash = "e8a81f61bfff906d03cf0fcb91e002356b0eae29223f5d5324287603747071de" [versions] forge = "43.3.13"