moar tings

This commit is contained in:
Evan Pratten 2023-04-20 12:22:46 -04:00
parent 29423c9478
commit 81012c7eff
26 changed files with 383 additions and 15 deletions

8
config/replaymod.json Normal file
View File

@ -0,0 +1,8 @@
{
"core": {
"notifications": true
},
"recording": {
"autoStartRecording": false
}
}

View File

@ -6,6 +6,9 @@ file = "config/capes.json5"
[[files]]
file = "config/isxander-main-menu-credits.json"
[[files]]
file = "config/replaymod.json"
[[files]]
file = "config/roughlyenoughitems/config.json5"
@ -27,6 +30,14 @@ file = "config/zoomify.json"
[[files]]
file = "icon.png"
[[files]]
file = "mods/3dskinlayers.pw.toml"
metafile = true
[[files]]
file = "mods/advancementinfo.pw.toml"
metafile = true
[[files]]
file = "mods/antighost.pw.toml"
metafile = true
@ -39,18 +50,38 @@ metafile = true
file = "mods/architectury-api.pw.toml"
metafile = true
[[files]]
file = "mods/auth-me.pw.toml"
metafile = true
[[files]]
file = "mods/badpackets.pw.toml"
metafile = true
[[files]]
file = "mods/blur-fabric.pw.toml"
file = "mods/better-stats.pw.toml"
metafile = true
[[files]]
file = "mods/bobby.pw.toml"
metafile = true
[[files]]
file = "mods/c2me-fabric.pw.toml"
metafile = true
[[files]]
file = "mods/capes.pw.toml"
metafile = true
[[files]]
file = "mods/cem.pw.toml"
metafile = true
[[files]]
file = "mods/chat-heads.pw.toml"
metafile = true
[[files]]
file = "mods/cit-resewn.pw.toml"
metafile = true
@ -75,6 +106,14 @@ metafile = true
file = "mods/dcch.pw.toml"
metafile = true
[[files]]
file = "mods/deathlog.pw.toml"
metafile = true
[[files]]
file = "mods/dynamic-fps.pw.toml"
metafile = true
[[files]]
file = "mods/dynamic-sound-filters.pw.toml"
metafile = true
@ -83,6 +122,10 @@ metafile = true
file = "mods/entityculling.pw.toml"
metafile = true
[[files]]
file = "mods/exordium.pw.toml"
metafile = true
[[files]]
file = "mods/fabric-language-kotlin.pw.toml"
metafile = true
@ -95,14 +138,30 @@ metafile = true
file = "mods/iris.pw.toml"
metafile = true
[[files]]
file = "mods/krypton.pw.toml"
metafile = true
[[files]]
file = "mods/lambdabettergrass.pw.toml"
metafile = true
[[files]]
file = "mods/language-reload.pw.toml"
metafile = true
[[files]]
file = "mods/main-menu-credits.pw.toml"
metafile = true
[[files]]
file = "mods/memoryleakfix.pw.toml"
metafile = true
[[files]]
file = "mods/modelfix.pw.toml"
metafile = true
[[files]]
file = "mods/modmenu.pw.toml"
metafile = true
@ -111,6 +170,14 @@ metafile = true
file = "mods/not-enough-animations.pw.toml"
metafile = true
[[files]]
file = "mods/optigui.pw.toml"
metafile = true
[[files]]
file = "mods/owo-lib.pw.toml"
metafile = true
[[files]]
file = "mods/presence-footsteps.pw.toml"
metafile = true
@ -123,10 +190,30 @@ metafile = true
file = "mods/rei.pw.toml"
metafile = true
[[files]]
file = "mods/replaymod.pw.toml"
metafile = true
[[files]]
file = "mods/sodium.pw.toml"
metafile = true
[[files]]
file = "mods/spark.pw.toml"
metafile = true
[[files]]
file = "mods/starlight.pw.toml"
metafile = true
[[files]]
file = "mods/visuality.pw.toml"
metafile = true
[[files]]
file = "mods/wavey-capes.pw.toml"
metafile = true
[[files]]
file = "mods/wthit.pw.toml"
metafile = true

13
mods/3dskinlayers.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "3D Skin Layers"
filename = "3dskinlayers-fabric-1.5.3-mc1.19.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/rvtgIO5A/3dskinlayers-fabric-1.5.3-mc1.19.4.jar"
hash-format = "sha1"
hash = "c5e7b680fbbbfdddf142185cef837fa0353d53b5"
[update]
[update.modrinth]
mod-id = "zV5r3pPn"
version = "rvtgIO5A"

View File

@ -0,0 +1,13 @@
name = "AdvancementInfo"
filename = "advancementinfo-1.19.4-fabric0.76.0-1.3.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/G1epq3jN/versions/FURXdWNB/advancementinfo-1.19.4-fabric0.76.0-1.3.1.jar"
hash-format = "sha1"
hash = "bbd9b0f2f2cc9913082b1476232ada6acb76bac1"
[update]
[update.modrinth]
mod-id = "G1epq3jN"
version = "FURXdWNB"

13
mods/auth-me.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Auth Me"
filename = "authme-mc1.19.4-6.0.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yjgIrBjZ/versions/kHOHwnYe/authme-mc1.19.4-6.0.0.jar"
hash-format = "sha1"
hash = "df4f232ad6b434cf52db279e918825cb04c29261"
[update]
[update.modrinth]
mod-id = "yjgIrBjZ"
version = "kHOHwnYe"

13
mods/better-stats.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Better Statistics Screen (Fabric/Forge)"
filename = "betterstats-2.5.2+1.19.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/n6PXGAoM/versions/QZwSwiZR/betterstats-2.5.2%2B1.19.4.jar"
hash-format = "sha1"
hash = "ecef8e1ae36fb0e75fee1f704412850ced806bf2"
[update]
[update.modrinth]
mod-id = "n6PXGAoM"
version = "QZwSwiZR"

View File

@ -1,13 +0,0 @@
name = "Blur (Fabric)"
filename = "blur-3.0.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/NK39zBp2/versions/u9BWuXwU/blur-3.0.0.jar"
hash-format = "sha1"
hash = "b8c57760247091aded043bdf23c9d9edd1d8660f"
[update]
[update.modrinth]
mod-id = "NK39zBp2"
version = "u9BWuXwU"

13
mods/bobby.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Bobby"
filename = "bobby-4.0.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/M08ruV16/versions/fdmNcTR4/bobby-4.0.5.jar"
hash-format = "sha1"
hash = "aefd141e8e99dce74dc2471b7fc8fc8cdb9f68dc"
[update]
[update.modrinth]
mod-id = "M08ruV16"
version = "fdmNcTR4"

13
mods/c2me-fabric.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Concurrent Chunk Management Engine (Fabric)"
filename = "c2me-fabric-mc1.19.4-0.2.0+alpha.10.51.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/2LxKBERD/c2me-fabric-mc1.19.4-0.2.0%2Balpha.10.51.jar"
hash-format = "sha1"
hash = "d5a9790d55feb34baac0c7182c24735abfef22c8"
[update]
[update.modrinth]
mod-id = "VSNURh3q"
version = "2LxKBERD"

13
mods/cem.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Custom Entity Models"
filename = "cem-0.7.3.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/YOQCucah/versions/xlUWeQ8T/cem-0.7.3.jar"
hash-format = "sha1"
hash = "81f6ad8f2a8cd3b18a81234a30b6bb06674069b8"
[update]
[update.modrinth]
mod-id = "YOQCucah"
version = "xlUWeQ8T"

13
mods/chat-heads.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Chat Heads"
filename = "chat_heads-0.10.10-fabric-1.19.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/T8CfoCZb/chat_heads-0.10.10-fabric-1.19.4.jar"
hash-format = "sha1"
hash = "0aa6a58679d8710ae9b14468d7790e8a3b911546"
[update]
[update.modrinth]
mod-id = "Wb5oqrBJ"
version = "T8CfoCZb"

13
mods/deathlog.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "DeathLog"
filename = "deathlog-0.3.2+1.19.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/TPAYeAOc/versions/pSACQOYr/deathlog-0.3.2%2B1.19.4.jar"
hash-format = "sha1"
hash = "2ca24cb5319ace6af187abae34e33fea8df77cbc"
[update]
[update.modrinth]
mod-id = "TPAYeAOc"
version = "pSACQOYr"

13
mods/dynamic-fps.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Dynamic FPS"
filename = "dynamic-fps-2.2.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/2.2.0/dynamic-fps-2.2.0.jar"
hash-format = "sha1"
hash = "8d264374dc08df87777fb51b94c781476c315bb5"
[update]
[update.modrinth]
mod-id = "LQ3K71Q1"
version = "g9FOSLTq"

13
mods/exordium.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Exordium"
filename = "exordium-fabric-1.0.3-mc1.19.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/DynYZEae/versions/MaOM64pW/exordium-fabric-1.0.3-mc1.19.4.jar"
hash-format = "sha1"
hash = "54ea87c77a50d6964edca6ef82c4e4fd251c50bc"
[update]
[update.modrinth]
mod-id = "DynYZEae"
version = "MaOM64pW"

13
mods/krypton.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Krypton"
filename = "krypton-0.2.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/Tncui9tU/krypton-0.2.2.jar"
hash-format = "sha1"
hash = "fb9166a88757582c5b8ca1627a0a275c05db4a5d"
[update]
[update.modrinth]
mod-id = "fQEb0iXm"
version = "Tncui9tU"

View File

@ -0,0 +1,13 @@
name = "Language Reload"
filename = "language-reload-1.5.5+1.19.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/Uw1vYocE/language-reload-1.5.5%2B1.19.4.jar"
hash-format = "sha1"
hash = "263f9a551974ddd3a1331468680b482bc56e0ff8"
[update]
[update.modrinth]
mod-id = "uLbm7CG6"
version = "Uw1vYocE"

View File

@ -0,0 +1,13 @@
name = "Memory Leak Fix"
filename = "memoryleakfix-fabric-1.17+-1.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/NRjRiSSD/versions/PtXTwQt6/memoryleakfix-fabric-1.17%2B-1.0.0.jar"
hash-format = "sha1"
hash = "899018ccd70447efe2f198701aeb52bd5eed7c12"
[update]
[update.modrinth]
mod-id = "NRjRiSSD"
version = "PtXTwQt6"

13
mods/modelfix.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Model Gap Fix"
filename = "modelfix-1.10-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/QdG47OkI/versions/i0mERlxq/modelfix-1.10-fabric.jar"
hash-format = "sha1"
hash = "fd52ec87add371140066fc3ae95d68c83f8a6ee5"
[update]
[update.modrinth]
mod-id = "QdG47OkI"
version = "i0mERlxq"

13
mods/optigui.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "OptiGUI"
filename = "optigui-2.0.0-beta.3.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/TM9YqUwX/optigui-2.0.0-beta.3.jar"
hash-format = "sha1"
hash = "bb61c5649c1bb027df3f7f2b952fc4885c13eaee"
[update]
[update.modrinth]
mod-id = "JuksLGBQ"
version = "TM9YqUwX"

13
mods/owo-lib.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "oωo (owo-lib)"
filename = "owo-lib-0.10.3+1.19.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/ORA8RfoA/owo-lib-0.10.3%2B1.19.4.jar"
hash-format = "sha1"
hash = "a17decd63e9da0f5e0bc818645dbe592220c1d90"
[update]
[update.modrinth]
mod-id = "ccKDOlHs"
version = "ORA8RfoA"

13
mods/replaymod.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "ReplayMod"
filename = "replaymod-1.19.4-2.6.12.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Nv2fQJo5/versions/MCLmJGNL/replaymod-1.19.4-2.6.12.jar"
hash-format = "sha1"
hash = "b887a5e73e2dd94c2ae16b5569a7f625d1904b47"
[update]
[update.modrinth]
mod-id = "Nv2fQJo5"
version = "MCLmJGNL"

13
mods/spark.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "spark"
filename = "spark-1.10.34-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/N7JzEApO/spark-1.10.34-fabric.jar"
hash-format = "sha1"
hash = "aa67f7b653bf4b091d37732ced8cb858290ad2dc"
[update]
[update.modrinth]
mod-id = "l6YH9Als"
version = "N7JzEApO"

13
mods/starlight.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Starlight (Fabric)"
filename = "starlight-1.1.1+fabric.ae22326.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/1.1.1%2B1.19/starlight-1.1.1%2Bfabric.ae22326.jar"
hash-format = "sha1"
hash = "de6fe932555604345477db89b59d59249909c640"
[update]
[update.modrinth]
mod-id = "H8CaAYZC"
version = "qH1xCwoC"

13
mods/visuality.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Visuality"
filename = "visuality-0.7.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/rI0hvYcd/versions/8YMUO06d/visuality-0.7.0.jar"
hash-format = "sha1"
hash = "359dc8a0e0b8d44ddf5d797729a6cbbe5da4d512"
[update]
[update.modrinth]
mod-id = "rI0hvYcd"
version = "8YMUO06d"

13
mods/wavey-capes.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Wavey Capes"
filename = "waveycapes-fabric-1.3.2-mc1.19.3.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/kYuIpRLv/versions/C3M3SuYd/waveycapes-fabric-1.3.2-mc1.19.3.jar"
hash-format = "sha1"
hash = "76819889cff9c6e3b2b081a3eec132fe1f383ab2"
[update]
[update.modrinth]
mod-id = "kYuIpRLv"
version = "C3M3SuYd"

View File

@ -1,6 +1,6 @@
name = "Evan's Pack"
author = "Evan Pratten"
version = "0.0.3"
version = "0.0.4"
pack-format = "packwiz:1.1.0"
[index]