diff --git a/index.toml b/index.toml index 95b3b5b..aa74955 100644 --- a/index.toml +++ b/index.toml @@ -15,6 +15,9 @@ file = "config/defaultoptions/options.txt" [[files]] file = "config/roughlyenoughitems/config.json5" +[[files]] +file = "config/shulkerboxtooltip.json5" + [[files]] file = "config/waila/waila.json" @@ -70,6 +73,10 @@ metafile = true file = "mods/cloth-config.pw.toml" metafile = true +[[files]] +file = "mods/collective.pw.toml" +metafile = true + [[files]] file = "mods/default-options.pw.toml" metafile = true @@ -106,6 +113,10 @@ metafile = true file = "mods/mouse-wheelie.pw.toml" metafile = true +[[files]] +file = "mods/nvidium.pw.toml" +metafile = true + [[files]] file = "mods/open-parties-and-claims.pw.toml" metafile = true diff --git a/mods/collective.pw.toml b/mods/collective.pw.toml new file mode 100644 index 0000000..5ef9eb6 --- /dev/null +++ b/mods/collective.pw.toml @@ -0,0 +1,13 @@ +name = "Collective" +filename = "collective-1.20.4-7.30.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/Avo0Ze46/collective-1.20.4-7.30.jar" +hash-format = "sha1" +hash = "b69788c7acf9e341d972111a904ab57a76671a14" + +[update] +[update.modrinth] +mod-id = "e0M1UDsY" +version = "Avo0Ze46" diff --git a/mods/nvidium.pw.toml b/mods/nvidium.pw.toml new file mode 100644 index 0000000..9f544fe --- /dev/null +++ b/mods/nvidium.pw.toml @@ -0,0 +1,13 @@ +name = "Nvidium" +filename = "nvidium-0.2.5-beta.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/SfMw2IZN/versions/UO1crPGk/nvidium-0.2.5-beta.jar" +hash-format = "sha1" +hash = "22eca32e64303bfe04187b6aa09a947fdea04785" + +[update] +[update.modrinth] +mod-id = "SfMw2IZN" +version = "UO1crPGk"