Add more useful mods
This commit is contained in:
parent
31d06cbf4b
commit
59bb6175ae
@ -0,0 +1,3 @@
|
||||
.vscode/*
|
||||
README.md
|
||||
LICENSE
|
26
.vscode/tasks.json
vendored
Normal file
26
.vscode/tasks.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Export Modrinth Modpack",
|
||||
"type": "shell",
|
||||
"command": "packwiz",
|
||||
"args": [
|
||||
"modrinth",
|
||||
"export"
|
||||
],
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Refresh Modpack Index",
|
||||
"type": "shell",
|
||||
"command": "packwiz",
|
||||
"args": [
|
||||
"refresh"
|
||||
],
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
41
config/waila/waila.json
Normal file
41
config/waila/waila.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"general": {
|
||||
"displayTooltip": true,
|
||||
"shiftForDetails": true,
|
||||
"hideShiftText": false,
|
||||
"displayMode": "TOGGLE",
|
||||
"hideFromPlayerList": true,
|
||||
"hideFromDebug": true,
|
||||
"enableTextToSpeech": false,
|
||||
"rateLimit": 250
|
||||
},
|
||||
"overlay": {
|
||||
"position": {
|
||||
"align": {
|
||||
"x": "CENTER",
|
||||
"y": "TOP"
|
||||
},
|
||||
"anchor": {
|
||||
"x": "CENTER",
|
||||
"y": "TOP"
|
||||
},
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"bossBarsOverlap": false
|
||||
},
|
||||
"color": {
|
||||
"backgroundAlpha": 0,
|
||||
"themes": [],
|
||||
"activeTheme": "waila:vanilla"
|
||||
},
|
||||
"scale": 1.0
|
||||
},
|
||||
"formatter": {
|
||||
"modName": "§9§o%s",
|
||||
"blockName": "§f%s",
|
||||
"fluidName": "§f%s",
|
||||
"entityName": "§f%s",
|
||||
"registryName": "§8%s"
|
||||
},
|
||||
"configVersion": 1
|
||||
}
|
87
index.toml
87
index.toml
@ -1,31 +1,67 @@
|
||||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "LICENSE"
|
||||
hash = "3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986"
|
||||
|
||||
[[files]]
|
||||
file = "README.md"
|
||||
hash = "0154d032e143a4162589512e4d6f8f8a202813d8db19e08bf707f39468d3845e"
|
||||
file = "config/waila/waila.json"
|
||||
hash = "5425ea9d0feebce713f100be8e489c89e0c9010d53ebb92dbd7e85818c8d113a"
|
||||
|
||||
[[files]]
|
||||
file = "mods/appleskin.pw.toml"
|
||||
hash = "b1b9042b80ced7af7192b3159b12112c6b2899c81ff09f0232f01bce8f42fba1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/architectury-api.pw.toml"
|
||||
hash = "5e259934dcbb1f7a3935e778a4614abf486b81d0da7ba4f11585d3784498b5c4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/badpackets.pw.toml"
|
||||
hash = "cbf5544ba86d4d10262fff9c53af6c9ef05bb92d329bb02f891a5aaf3ca94631"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/blur-fabric.pw.toml"
|
||||
hash = "55c14fd0cba0ae4478945420862cfdec970a5ab40b04a34ce9e3f94b9d721e38"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/capes.pw.toml"
|
||||
hash = "83d8a8865dfe81276fabc0c7085106a760608c0a3d569716fc77b3d0cb4d4c0d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cit-resewn.pw.toml"
|
||||
hash = "eb6cb8a8cde5c16bfe3c1f14353f362bc857621a9703579ff9aac154c8c975e9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cloth-config.pw.toml"
|
||||
hash = "156942df991662545265aae10fafa4b64bc1ba1226670be03916e58894671089"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cull-less-leaves.pw.toml"
|
||||
hash = "18f046ed2181bbfbfb07b1db22f8babed47a40d8d80f204bd9e5574a5d9cfb3b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-api.pw.toml"
|
||||
hash = "7857d46b41b5c4a2a9a11fd17572a266c633064ac026b72588e0f4afcb296942"
|
||||
file = "mods/durabilityviewer.pw.toml"
|
||||
hash = "7128ef61169fb41983691feebd3119798ef3c1b3eefeebe1275c4e891d93bdaa"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dynamic-sound-filters.pw.toml"
|
||||
hash = "f44826dcd22c73a7c025aec34b544bec2a6682f3c61da4128d75b2de1857f660"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/entityculling.pw.toml"
|
||||
hash = "4b47562757100608c21dc1440a22175d83b1ebedaebf330c22cc04b951e7a477"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-language-kotlin.pw.toml"
|
||||
hash = "62360beac5e427be02b732421c9e4fe53819bc6f5e2cc821fd6f2d9278c5485b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -33,16 +69,41 @@ file = "mods/iris.pw.toml"
|
||||
hash = "60a78e25d2180c559f671bff385131be02a49d9c5a650b988995dbf3aaae6660"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lambdabettergrass.pw.toml"
|
||||
hash = "1f4df9a518618ca75875f23a6dccf74acaec26963d9108468ff4d106107e02f1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/main-menu-credits.pw.toml"
|
||||
hash = "1527caee4fc4f26b525a41a95dd07dae21ab3c8d2c391237c79396abf7e9b2d7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modmenu.pw.toml"
|
||||
hash = "9966fa77d57235f7460b84632e7b89188b2944787f23214f87a10908f5aed867"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/not-enough-animations.pw.toml"
|
||||
hash = "e0ffc486b8d9b9bcd9123b284f8795c0e671321f7de9461df04de9e4fcc443c8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/presence-footsteps.pw.toml"
|
||||
hash = "5b242270eda128c7eb2cdcc29d9f8fe24a997241ef19093a0e1e5112bc0dcabb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/qsl.pw.toml"
|
||||
hash = "a0d6bc80ddb30ae38daab5e04d8b1a8066a9f9c51a7f6948f5d755e057c7bd84"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rei.pw.toml"
|
||||
hash = "1a288ba9c3f6a2fd9798b1db215b0c24a8d20e50bb8b006972d6e682197fee27"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium.pw.toml"
|
||||
hash = "74942b197e40ee1a4852751088b911b7ef4b9dd4191c3029896464924a8d8272"
|
||||
@ -57,3 +118,13 @@ metafile = true
|
||||
file = "mods/yacl.pw.toml"
|
||||
hash = "96a0c6997753cbc04207852157e0fd41d47dfbfd6aef9023125380518d8dd545"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/zoomify.pw.toml"
|
||||
hash = "72214bf1c5210d1fd5d47f5fe354310ea7d7e1268eb48574c0655d6d4f4d5c42"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "shaderpacks/bsl-shaders.pw.toml"
|
||||
hash = "6f796fa32047df2fba6fca47eb50b8547a82f80c0522c9d0822a43436d5d1f6b"
|
||||
metafile = true
|
||||
|
13
mods/architectury-api.pw.toml
Normal file
13
mods/architectury-api.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Architectury API"
|
||||
filename = "architectury-8.1.79-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/tJGqxo3S/architectury-8.1.79-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9e7641900741f14114f01933586b243ae908652f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lhGA9TYQ"
|
||||
version = "tJGqxo3S"
|
13
mods/blur-fabric.pw.toml
Normal file
13
mods/blur-fabric.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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/capes.pw.toml
Normal file
13
mods/capes.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Capes"
|
||||
filename = "capes-1.5.2+1.19.3-fabric.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/89Wsn8GD/versions/kXfWiNN7/capes-1.5.2%2B1.19.3-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2464dba794972e50e277b822efbf3025cd8ec68c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "89Wsn8GD"
|
||||
version = "kXfWiNN7"
|
13
mods/cit-resewn.pw.toml
Normal file
13
mods/cit-resewn.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "CIT Resewn"
|
||||
filename = "CITResewn-1.1.3+1.19.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/otVJckYQ/versions/8oMEcc2E/CITResewn-1.1.3%2B1.19.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d0e3a9625a55d4992fbb2c8302360c592e22af91"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "otVJckYQ"
|
||||
version = "8oMEcc2E"
|
13
mods/cloth-config.pw.toml
Normal file
13
mods/cloth-config.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Cloth Config API"
|
||||
filename = "cloth-config-10.0.96-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/6XGTNEII/cloth-config-10.0.96-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9bd3ad20afbcd4622d194853aa8e03c4f9d9050f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9s6osm5g"
|
||||
version = "6XGTNEII"
|
13
mods/durabilityviewer.pw.toml
Normal file
13
mods/durabilityviewer.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Durability Viewer"
|
||||
filename = "durabilityviewer-1.19.3-fabric0.68.1-1.10.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LTM1f0yY/versions/lwRjrELQ/durabilityviewer-1.19.3-fabric0.68.1-1.10.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0a97147db7d069a96bf74ea10d68e824efb4f3fd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LTM1f0yY"
|
||||
version = "lwRjrELQ"
|
13
mods/dynamic-sound-filters.pw.toml
Normal file
13
mods/dynamic-sound-filters.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Dynamic Sound Filters"
|
||||
filename = "DynamicSoundFilters-1.4.0+1.19.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/JV2wFevs/versions/cPnstDbE/DynamicSoundFilters-1.4.0%2B1.19.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d9191ef34ceaa50a5309f2e43d5a7ec4e3c4c1e8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "JV2wFevs"
|
||||
version = "cPnstDbE"
|
13
mods/entityculling.pw.toml
Normal file
13
mods/entityculling.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "EntityCulling"
|
||||
filename = "entityculling-fabric-1.6.2-mc1.19.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/UvJN5Cy4/entityculling-fabric-1.6.2-mc1.19.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3a9381229408afa9d2c7d7e3fad017e5079ab20c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NNAgCjsB"
|
||||
version = "UvJN5Cy4"
|
@ -1,13 +0,0 @@
|
||||
name = "Fabric API"
|
||||
filename = "fabric-api-0.78.0+1.19.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/unERf4ZJ/fabric-api-0.78.0%2B1.19.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3e8df96145957b37ea547e523654f7319ea6a921"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P7dR8mSH"
|
||||
version = "unERf4ZJ"
|
13
mods/fabric-language-kotlin.pw.toml
Normal file
13
mods/fabric-language-kotlin.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Fabric Language Kotlin"
|
||||
filename = "fabric-language-kotlin-1.9.3+kotlin.1.8.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/MkcO8aQ0/fabric-language-kotlin-1.9.3%2Bkotlin.1.8.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2a3d3f8aa263ba7748550a94e97cf760712bc2c6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ha28R6CL"
|
||||
version = "MkcO8aQ0"
|
13
mods/lambdabettergrass.pw.toml
Normal file
13
mods/lambdabettergrass.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "LambdaBetterGrass"
|
||||
filename = "lambdabettergrass-1.5.0+1.19.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/2Uev7LdA/versions/s8ush6EH/lambdabettergrass-1.5.0%2B1.19.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0f284ff12a9610390861a0da5d45dd7deddd71c1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "2Uev7LdA"
|
||||
version = "s8ush6EH"
|
13
mods/main-menu-credits.pw.toml
Normal file
13
mods/main-menu-credits.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Main Menu Credits"
|
||||
filename = "main-menu-credits-1.1.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qJDfP7WN/versions/1.1.1/main-menu-credits-1.1.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7df757c8d19a13da60c7b85f13870965d61c71d8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qJDfP7WN"
|
||||
version = "riozoxJO"
|
13
mods/not-enough-animations.pw.toml
Normal file
13
mods/not-enough-animations.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Not Enough Animations"
|
||||
filename = "notenoughanimations-fabric-1.6.3-mc1.19.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/2TKqy76Z/notenoughanimations-fabric-1.6.3-mc1.19.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "56c43e38294bff3089cfdcd35f16c5e81a240e8c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MPCX6s5C"
|
||||
version = "2TKqy76Z"
|
13
mods/presence-footsteps.pw.toml
Normal file
13
mods/presence-footsteps.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Presence Footsteps"
|
||||
filename = "PresenceFootsteps-1.8.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/M7mmrOFn/PresenceFootsteps-1.8.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "db130cb9a9364011f04a3907b864c30816ea58a3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rcTfTZr3"
|
||||
version = "M7mmrOFn"
|
13
mods/rei.pw.toml
Normal file
13
mods/rei.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Roughly Enough Items (REI)"
|
||||
filename = "RoughlyEnoughItems-11.0.597.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nfn13YXA/versions/BrnPgqv6/RoughlyEnoughItems-11.0.597.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "53eedebdeff9d1b44c7bb82f77afb2b3aadf65fb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nfn13YXA"
|
||||
version = "BrnPgqv6"
|
13
mods/zoomify.pw.toml
Normal file
13
mods/zoomify.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Zoomify"
|
||||
filename = "Zoomify-2.9.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/p5RjeOJL/Zoomify-2.9.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b8a3c3df58b696f0c3a03d9a7fcff4ed81c5ef57"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "w7ThoJFB"
|
||||
version = "p5RjeOJL"
|
@ -1,12 +1,12 @@
|
||||
name = "Evan's Pack"
|
||||
author = "Evan Pratten"
|
||||
version = "1.0.0"
|
||||
version = "0.0.1"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "53c4bdd4731ab6f0bec4866140dc21b488ef3754f977d49db891720c06e07a85"
|
||||
hash = "27ece2a2cde07507b4af7199a25938d98458295ed015c2bca6f4b33deeaa4333"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.19.4"
|
||||
|
13
shaderpacks/bsl-shaders.pw.toml
Normal file
13
shaderpacks/bsl-shaders.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "BSL Shaders"
|
||||
filename = "BSL_v8.2.02.zip"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Q1vvjJYV/versions/WTZIsXCy/BSL_v8.2.02.zip"
|
||||
hash-format = "sha1"
|
||||
hash = "4463faa8252453635ed6a12f5d09f67819bf1704"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Q1vvjJYV"
|
||||
version = "WTZIsXCy"
|
Loading…
x
Reference in New Issue
Block a user