diff --git a/config/yosbr/config/immersive_mc-client.json b/config/yosbr/config/immersive_mc-client.json deleted file mode 100644 index a5cfd71..0000000 --- a/config/yosbr/config/immersive_mc-client.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "disableImmersiveMCOutsideVR": true -} diff --git a/index.toml b/index.toml index 50b8df2..d781e3b 100644 --- a/index.toml +++ b/index.toml @@ -196,10 +196,6 @@ hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4" file = "config/yosbr/config/immediatelyfast.json" hash = "51c7ea47f63e38651a542dae94caaaa843924b9f00e77efb18ed15207cc167a8" -[[files]] -file = "config/yosbr/config/immersive_mc-client.json" -hash = "1bcb35e0eb1bd436c8c1090351d2d8443c72748a8be62f0e8eb6941e1fb8e616" - [[files]] file = "config/yosbr/config/iris.properties" hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5" @@ -862,6 +858,11 @@ file = "mods/forge-config-api-port.pw.toml" hash = "adea09f1e1b05da68cf7407992a9391b15985acf5465a888e54ae076dbd543ab" metafile = true +[[files]] +file = "mods/framework.pw.toml" +hash = "42b0e94254b3fa4eaf4cfe24d67223acfd0c93868f1e9df19d1f8c172b8dbda4" +metafile = true + [[files]] file = "mods/geckolib.pw.toml" hash = "21d2df923fa369d69a40d69f6466153146bf403367430eaeb2569c1554857df8" @@ -922,11 +923,6 @@ file = "mods/immersive-ui.pw.toml" hash = "71ddcef1fbd1b128a705ce8f9a57e8aeda4421f08c47241484d08bd264cb7c98" metafile = true -[[files]] -file = "mods/immersivemc.pw.toml" -hash = "f790558f13e13df1efe250b84e4249cdc849bb499db4d0d79debe1f10a6f8723" -metafile = true - [[files]] file = "mods/immersivethunder.pw.toml" hash = "1e7626658f151f660110a788c0e3771f08a023992a62c38aacb272fd9559dd94" @@ -1227,6 +1223,11 @@ file = "mods/reeses-sodium-options.pw.toml" hash = "4a7d1e46795d2d83b18db85d8dbc63740a1d337e12d2b9e550378de59f2b23ab" metafile = true +[[files]] +file = "mods/refurbished-furniture.pw.toml" +hash = "0cd339450fbb74cebddfc4aa9599a98d0bdc9dc0e3a82d9d5456007127f94d2d" +metafile = true + [[files]] file = "mods/remove-terralith-intro-message.pw.toml" hash = "fe85eb7e13d32999eb376d154be220d82134c534a3f066fa263fb4af11535232" diff --git a/mods/framework.pw.toml b/mods/framework.pw.toml new file mode 100644 index 0000000..4069576 --- /dev/null +++ b/mods/framework.pw.toml @@ -0,0 +1,13 @@ +name = "Framework" +filename = "framework-fabric-1.20.1-0.7.15.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "01965e598708e78c5c31aab66de8b8b6e9eafc1e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6531429 +project-id = 549225 diff --git a/mods/immersivemc.pw.toml b/mods/immersivemc.pw.toml deleted file mode 100644 index c945541..0000000 --- a/mods/immersivemc.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ImmersiveMC" -filename = "immersivemc-1.5.8-1.20.1-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/XJ9is6vj/versions/sEYkdo8p/immersivemc-1.5.8-1.20.1-fabric.jar" -hash-format = "sha512" -hash = "fa911a1df8641c3dd97d2de186644181acafd27286460cedf106cbc5b1481ff55656f9efd971769faf419dcdf5ee0b9778d6c36b1ecdc1af702f0560e5865ad8" - -[update] -[update.modrinth] -mod-id = "XJ9is6vj" -version = "sEYkdo8p" diff --git a/mods/refurbished-furniture.pw.toml b/mods/refurbished-furniture.pw.toml new file mode 100644 index 0000000..6ce90fa --- /dev/null +++ b/mods/refurbished-furniture.pw.toml @@ -0,0 +1,13 @@ +name = "MrCrayfish's Furniture Mod: Refurbished" +filename = "refurbished_furniture-fabric-1.20.1-1.0.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b16d2dbca7e831051ed15d5e510d310f11ce31e1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7110920 +project-id = 897116 diff --git a/pack.toml b/pack.toml index c0c5038..ae8decc 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 = "3351573beba4149fbbd0e24edb56c17601daabd64d4a2ab7308ba5a897ab2993" +hash = "cdff1224df58f9457f5745eccb737024ca4804657468b8950575e4864304f91c" [versions] fabric = "0.18.0"