diff --git a/modpack/index.toml b/modpack/index.toml index bb92799..e8ffc02 100644 --- a/modpack/index.toml +++ b/modpack/index.toml @@ -101,6 +101,11 @@ file = "mods/corgilib.pw.toml" hash = "a6558ac1a7aeac97e3a37a4f31b194e40b695ed3582a15328602723041045db8" metafile = true +[[files]] +file = "mods/dcintegration.pw.toml" +hash = "8e33058687b62db4582bc510ce228b635e4192a8b5a597b08783ed68825bce48" +metafile = true + [[files]] file = "mods/easyauth.pw.toml" hash = "4db593372108a3325fa648bbe9b45d8371d0ac3039c6dedbe76ecaa46743eff9" @@ -276,6 +281,11 @@ file = "mods/sodium.pw.toml" hash = "1745f4ec1732e16be5f2c88780a66ca2a94c76c06c5e862db0b2c6cf63b16a47" metafile = true +[[files]] +file = "mods/solstice-essentials.pw.toml" +hash = "7742af8cc774059eedf38ce18be876cefb0b4c6a236f3113be540b1d848cc7a8" +metafile = true + [[files]] file = "mods/sound-physics-remastered.pw.toml" hash = "eb8174f1f5671399d4f057451e8425b4996577ea4534c39d88e573e13ecd3e0a" diff --git a/modpack/mods/dcintegration.pw.toml b/modpack/mods/dcintegration.pw.toml new file mode 100644 index 0000000..d079d6c --- /dev/null +++ b/modpack/mods/dcintegration.pw.toml @@ -0,0 +1,13 @@ +name = "Discord Integration" +filename = "dcintegration-fabric-MC1.21.6-3.1.0.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/rbJ7eS5V/versions/JOLMTAVo/dcintegration-fabric-MC1.21.6-3.1.0.1.jar" +hash-format = "sha512" +hash = "fbb6bdf5b6461db1018d1b7a6c5eb8ba42cd09035c304aad389f1a1877514b71fd9c87344ef05ad92efe342b4288292fc10b234bf53f5168f3943b3c0cae2504" + +[update] +[update.modrinth] +mod-id = "rbJ7eS5V" +version = "JOLMTAVo" diff --git a/modpack/mods/solstice-essentials.pw.toml b/modpack/mods/solstice-essentials.pw.toml new file mode 100644 index 0000000..4a60586 --- /dev/null +++ b/modpack/mods/solstice-essentials.pw.toml @@ -0,0 +1,13 @@ +name = "Solstice Essentials" +filename = "solstice-1.9.1+1.21.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/uIvrDZas/versions/fXcMmROf/solstice-1.9.1%2B1.21.1.jar" +hash-format = "sha512" +hash = "1e4747891169af33c0cc1e92b944b2cc29521f203ec1146a1c99eadf22da0cdbb028fa05d09eedf58acfc8f46e65bf1b02e7584c02636dc7677ae2a140018a0e" + +[update] +[update.modrinth] +mod-id = "uIvrDZas" +version = "fXcMmROf" diff --git a/modpack/pack.toml b/modpack/pack.toml index 0b5bd1a..dcefa9e 100644 --- a/modpack/pack.toml +++ b/modpack/pack.toml @@ -6,8 +6,11 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "568b9aadb1f4e3682b592cd124aa4bccd6502e8c04a64f25ef2c771fd82a8612" +hash = "87b27d72309c2c1e947978e8130599999f7078c793b8ec4822a0590e505001d8" [versions] fabric = "0.17.2" minecraft = "1.21.8" + +[options] +acceptable-game-versions = ["1.21.1", "1.21.6"]