Disable all old mods for now

This commit is contained in:
Evan Pratten 2023-06-12 19:06:05 -04:00
parent 8d2b40825b
commit d8704202b6
15 changed files with 18 additions and 23 deletions

View File

@ -1,3 +1,4 @@
.vscode/*
README.md
LICENSE
scripts/*

View File

@ -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"

View File

@ -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"]

View File

@ -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"