diff --git a/.packwizignore b/.packwizignore index 1f08d1b..dc07ad8 100644 --- a/.packwizignore +++ b/.packwizignore @@ -1,3 +1,4 @@ .vscode/* README.md LICENSE +scripts/* \ No newline at end of file diff --git a/index.toml b/index.toml index d385cde..3a70068 100644 --- a/index.toml +++ b/index.toml @@ -47,12 +47,10 @@ file = "mods/3dskinlayers.pw.toml" metafile = true [[files]] -file = "mods/advancementinfo.pw.toml" -metafile = true +file = "mods/advancementinfo.pw.toml.disabled" [[files]] -file = "mods/antighost.pw.toml" -metafile = true +file = "mods/antighost.pw.toml.disabled" [[files]] file = "mods/appleskin.pw.toml" @@ -75,8 +73,7 @@ file = "mods/balm.pw.toml" metafile = true [[files]] -file = "mods/bobby.pw.toml" -metafile = true +file = "mods/bobby.pw.toml.disabled" [[files]] file = "mods/c2me-fabric.pw.toml" @@ -87,8 +84,7 @@ file = "mods/capes.pw.toml" metafile = true [[files]] -file = "mods/cem.pw.toml" -metafile = true +file = "mods/cem.pw.toml.disabled" [[files]] file = "mods/chat-heads.pw.toml" @@ -119,8 +115,7 @@ file = "mods/cull-less-leaves.pw.toml" metafile = true [[files]] -file = "mods/dcch.pw.toml" -metafile = true +file = "mods/dcch.pw.toml.disabled" [[files]] file = "mods/deathlog.pw.toml" @@ -135,24 +130,21 @@ file = "mods/dynamic-fps.pw.toml" metafile = true [[files]] -file = "mods/dynamic-sound-filters.pw.toml" -metafile = true +file = "mods/dynamic-sound-filters.pw.toml.disabled" [[files]] file = "mods/entityculling.pw.toml" metafile = true [[files]] -file = "mods/exordium.pw.toml" -metafile = true +file = "mods/exordium.pw.toml.disabled" [[files]] file = "mods/fabric-language-kotlin.pw.toml" metafile = true [[files]] -file = "mods/fabrishot.pw.toml" -metafile = true +file = "mods/fabrishot.pw.toml.disabled" [[files]] file = "mods/indium.pw.toml" @@ -175,12 +167,10 @@ file = "mods/lambdabettergrass.pw.toml" metafile = true [[files]] -file = "mods/lambdynamiclights.pw.toml" -metafile = true +file = "mods/lambdynamiclights.pw.toml.disabled" [[files]] -file = "mods/main-menu-credits.pw.toml" -metafile = true +file = "mods/main-menu-credits.pw.toml.disabled" [[files]] file = "mods/memoryleakfix.pw.toml" @@ -300,5 +290,4 @@ file = "shaderpacks/bsl-shaders.pw.toml" metafile = true [[files]] -file = "shaderpacks/shrimple.pw.toml" -metafile = true +file = "shaderpacks/shrimple.pw.toml.disabled" diff --git a/mods/advancementinfo.pw.toml b/mods/advancementinfo.pw.toml.disabled similarity index 100% rename from mods/advancementinfo.pw.toml rename to mods/advancementinfo.pw.toml.disabled diff --git a/mods/antighost.pw.toml b/mods/antighost.pw.toml.disabled similarity index 100% rename from mods/antighost.pw.toml rename to mods/antighost.pw.toml.disabled diff --git a/mods/bobby.pw.toml b/mods/bobby.pw.toml.disabled similarity index 100% rename from mods/bobby.pw.toml rename to mods/bobby.pw.toml.disabled diff --git a/mods/cem.pw.toml b/mods/cem.pw.toml.disabled similarity index 100% rename from mods/cem.pw.toml rename to mods/cem.pw.toml.disabled diff --git a/mods/dcch.pw.toml b/mods/dcch.pw.toml.disabled similarity index 100% rename from mods/dcch.pw.toml rename to mods/dcch.pw.toml.disabled diff --git a/mods/dynamic-sound-filters.pw.toml b/mods/dynamic-sound-filters.pw.toml.disabled similarity index 100% rename from mods/dynamic-sound-filters.pw.toml rename to mods/dynamic-sound-filters.pw.toml.disabled diff --git a/mods/exordium.pw.toml b/mods/exordium.pw.toml.disabled similarity index 100% rename from mods/exordium.pw.toml rename to mods/exordium.pw.toml.disabled diff --git a/mods/fabrishot.pw.toml b/mods/fabrishot.pw.toml.disabled similarity index 100% rename from mods/fabrishot.pw.toml rename to mods/fabrishot.pw.toml.disabled diff --git a/mods/lambdynamiclights.pw.toml b/mods/lambdynamiclights.pw.toml.disabled similarity index 100% rename from mods/lambdynamiclights.pw.toml rename to mods/lambdynamiclights.pw.toml.disabled diff --git a/mods/main-menu-credits.pw.toml b/mods/main-menu-credits.pw.toml.disabled similarity index 100% rename from mods/main-menu-credits.pw.toml rename to mods/main-menu-credits.pw.toml.disabled diff --git a/pack.toml b/pack.toml index b0971f9..b2d56cc 100644 --- a/pack.toml +++ b/pack.toml @@ -9,7 +9,7 @@ hash-format = "sha256" [versions] minecraft = "1.20" -quilt = "0.18.10" +quilt = "0.19.0" [options] acceptable-game-versions = ["1.20"] diff --git a/scripts/list_incompatible.sh b/scripts/list_incompatible.sh new file mode 100644 index 0000000..0ebaed2 --- /dev/null +++ b/scripts/list_incompatible.sh @@ -0,0 +1,5 @@ +#! /bin/bash +set -ex + +# Run packwiz and grep for "Failed to check updates for (mod name)" +echo "n" | packwiz update --all | grep "Failed to check updates for" \ No newline at end of file diff --git a/shaderpacks/shrimple.pw.toml b/shaderpacks/shrimple.pw.toml.disabled similarity index 100% rename from shaderpacks/shrimple.pw.toml rename to shaderpacks/shrimple.pw.toml.disabled