wip snapshot build

This commit is contained in:
Evan Pratten 2024-01-31 15:54:58 -05:00
parent 7c2a31d109
commit 0b28624a19
11 changed files with 20 additions and 65 deletions

11
.vscode/tasks.json vendored
View File

@ -21,6 +21,17 @@
"refresh"
],
"problemMatcher": []
},
{
"label": "Start Local Webserver",
"type": "shell",
"command": "python3",
"args": [
"-m",
"http.server",
"8080"
],
"problemMatcher": []
}
]
}

View File

@ -71,10 +71,6 @@ metafile = true
file = "mods/bobby.pw.toml"
metafile = true
[[files]]
file = "mods/capes-1-20-4.pw.toml"
metafile = true
[[files]]
file = "mods/cloth-config.pw.toml"
metafile = true
@ -91,26 +87,10 @@ metafile = true
file = "mods/fabric-language-kotlin.pw.toml"
metafile = true
[[files]]
file = "mods/forge-config-api-port.pw.toml"
metafile = true
[[files]]
file = "mods/indium.pw.toml"
metafile = true
[[files]]
file = "mods/iris.pw.toml"
metafile = true
[[files]]
file = "mods/krypton.pw.toml"
metafile = true
[[files]]
file = "mods/luckperms.pw.toml"
metafile = true
[[files]]
file = "mods/modmenu.pw.toml"
metafile = true
@ -123,10 +103,6 @@ metafile = true
file = "mods/nvidium.pw.toml"
metafile = true
[[files]]
file = "mods/open-parties-and-claims.pw.toml"
metafile = true
[[files]]
file = "mods/presence-footsteps.pw.toml"
metafile = true
@ -139,10 +115,6 @@ metafile = true
file = "mods/rei.pw.toml"
metafile = true
[[files]]
file = "mods/shulkerboxtooltip.pw.toml"
metafile = true
[[files]]
file = "mods/sodium-extra.pw.toml"
metafile = true
@ -152,20 +124,7 @@ file = "mods/sodium.pw.toml"
metafile = true
[[files]]
file = "mods/sound-physics-remastered.pw.toml"
metafile = true
[[files]]
file = "mods/starlight.pw.toml"
metafile = true
[[files]]
file = "mods/terra.pw.toml"
metafile = true
[[files]]
file = "mods/viafabricplus.pw.toml"
metafile = true
file = "mods/viafabricplus-3.0.7-SNAPSHOT.jar"
[[files]]
file = "mods/worldedit-cui.pw.toml"
@ -187,27 +146,12 @@ metafile = true
file = "mods/xaeros-world-map.pw.toml"
metafile = true
[[files]]
file = "mods/yacl.pw.toml"
metafile = true
[[files]]
file = "mods/zoomify.pw.toml"
metafile = true
[[files]]
file = "resourcepacks/VanillaTweaks_Colorful_Enchanting.zip"
[[files]]
file = "resourcepacks/VanillaTweaks_Lower_Shield.zip"
[[files]]
file = "resourcepacks/VanillaTweaks_What.zip"
[[files]]
file = "resourcepacks/illuminated-shields.pw.toml"
metafile = true
[[files]]
file = "shaderpacks/bsl-shaders.pw.toml"
metafile = true

View File

@ -1,13 +1,13 @@
name = "Bobby"
filename = "bobby-5.0.3.jar"
filename = "bobby-5.1.0+mc1.20.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/M08ruV16/versions/Byj5ahzr/bobby-5.0.3.jar"
url = "https://cdn.modrinth.com/data/M08ruV16/versions/jGGumR4a/bobby-5.1.0%2Bmc1.20.4.jar"
hash-format = "sha1"
hash = "e910ff7dfa6a56ed00f62b7fb8e523f40525c9ca"
hash = "3c4437a3199629377faeda77e50b01577c4da027"
[update]
[update.modrinth]
mod-id = "M08ruV16"
version = "Byj5ahzr"
version = "jGGumR4a"

View File

@ -1,13 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.95.3+1.20.4.jar"
filename = "fabric-api-0.95.3+1.20.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/dBMtQPll/fabric-api-0.95.3%2B1.20.4.jar"
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/vEBS94Zq/fabric-api-0.95.3%2B1.20.5.jar"
hash-format = "sha1"
hash = "4477a4eb5a9741501346b565ee7d3e0f534483c1"
hash = "734fb1df46fc8e87decfffe7990024fef065fa0e"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "dBMtQPll"
version = "vEBS94Zq"

Binary file not shown.