Added HSWF3 and SUGE
This commit is contained in:
parent
18fcb212e8
commit
39c39d70fe
10
index.toml
10
index.toml
|
@ -549,6 +549,11 @@ file = "mods/horse-expert.pw.toml"
|
||||||
hash = "12f236d2a2baa1e1f75628a5cc20eae9caf207861fe957dfdf8907dcca50b1d6"
|
hash = "12f236d2a2baa1e1f75628a5cc20eae9caf207861fe957dfdf8907dcca50b1d6"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/hswf3.pw.toml"
|
||||||
|
hash = "63a2a52fe93599f921b7df18cbccc4a7e7848f6f14bb858369a243e0e2a7f450"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/immersive-aircraft.pw.toml"
|
file = "mods/immersive-aircraft.pw.toml"
|
||||||
hash = "cb202449f255e6599d6506c9c4fa0027ec244918f3e69f4e0957a2348f787216"
|
hash = "cb202449f255e6599d6506c9c4fa0027ec244918f3e69f4e0957a2348f787216"
|
||||||
|
@ -929,6 +934,11 @@ file = "mods/shulkerboxtooltip.pw.toml"
|
||||||
hash = "5003f2c451c9459b7911ac786897eead4d74a8ebdad4741476949791b26c3caa"
|
hash = "5003f2c451c9459b7911ac786897eead4d74a8ebdad4741476949791b26c3caa"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/shut-up-gl-error.pw.toml"
|
||||||
|
hash = "20b3e6e3ecbb6ea0f2fd31f166a3cef23c0124f376c25fdc6613b3f674347ff3"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/simple-tag-viewer.pw.toml"
|
file = "mods/simple-tag-viewer.pw.toml"
|
||||||
hash = "3c2ced7de82deef49baab853b14f18d2d594f912342d509c4d1c6c294c2263e6"
|
hash = "3c2ced7de82deef49baab853b14f18d2d594f912342d509c4d1c6c294c2263e6"
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Hide Scoreboard When F3"
|
||||||
|
filename = "hswf3-1.0.0.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/XUAqRQnx/versions/OpGhyPhV/hswf3-1.0.0.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "4cc1eaac0841f9375362baaa1ee824f5815d381e"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "XUAqRQnx"
|
||||||
|
version = "OpGhyPhV"
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Shut Up GL Error"
|
||||||
|
filename = "Shut Up GL Error-fabric-1.20.1-1.0.0.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/houIxdGF/versions/aHibkCCo/Shut%20Up%20GL%20Error-fabric-1.20.1-1.0.0.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "da6f7fa900fb1c9c0312587efdbbdb3472eb27e2"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "houIxdGF"
|
||||||
|
version = "aHibkCCo"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "1bfa81f4599264d0e98d549c8ee7cb60206ec46a48ae33d6829c4d457a218fd3"
|
hash = "c663c953fe58a97adf99f7a817aefc55cb349835f9b82c61965df705692c89d2"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.15.10"
|
fabric = "0.15.10"
|
||||||
|
|
Loading…
Reference in New Issue