diff --git a/index.toml b/index.toml index 8a1abc7..7225c5c 100644 --- a/index.toml +++ b/index.toml @@ -115,6 +115,11 @@ file = "mods/magiclib.pw.toml" hash = "66f1350327721eddb21d3b1037bb7b0f8b38074ab08aac37e20aa797343e23b6" metafile = true +[[files]] +file = "mods/malilib.pw.toml" +hash = "3926d859126491c673d921c3f3f93316766689ff0694f83d82255ec4776d3c74" +metafile = true + [[files]] file = "mods/midnightcontrols-extra.pw.toml" hash = "563a2484af46ebe381f606733cce8e75450dc8de141a115bb82120ddfc47d535" @@ -180,6 +185,11 @@ file = "mods/sodium.pw.toml" hash = "aa4dcf55ac3191b0b31437521714c1d28364c3396cf06ef07fa76a08488c1837" metafile = true +[[files]] +file = "mods/sound-physics-remastered.pw.toml" +hash = "08d9f157fea976ba8e7a20ebfce995fe5419ebddf581fcdab079aaceb33053e3" +metafile = true + [[files]] file = "mods/toms-storage.pw.toml" hash = "4d817fb45630a8ea31f6f37ea93eacfdfd30cc8281f8cf4f93a039da4cea988e" @@ -199,3 +209,18 @@ metafile = true file = "mods/wthit.pw.toml" hash = "53ba03514c34cf2540c35722a0405ffea1dca1f35eb4d91e8e016d89267eb2fa" metafile = true + +[[files]] +file = "shaderpacks/bsl-shaders.pw.toml" +hash = "6f796fa32047df2fba6fca47eb50b8547a82f80c0522c9d0822a43436d5d1f6b" +metafile = true + +[[files]] +file = "shaderpacks/complementary-shaders-v4.pw.toml" +hash = "d468216fa4b4917769fae3179b7bb47656f8a65474e87352d5b379783384e0af" +metafile = true + +[[files]] +file = "shaderpacks/rethinking-voxels.pw.toml" +hash = "6e2b1e07d0a729f548c17b04b8bf2c06995bc840ae7ad2a89490d7249f386d72" +metafile = true diff --git a/mods/malilib.pw.toml b/mods/malilib.pw.toml new file mode 100644 index 0000000..b94dd2b --- /dev/null +++ b/mods/malilib.pw.toml @@ -0,0 +1,13 @@ +name = "MaLiLib" +filename = "malilib-fabric-1.19.2-0.13.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "adc66c8c481293d6fe316da539eb5b8e46e8ac76" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3923052 +project-id = 303119 diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml new file mode 100644 index 0000000..2f20550 --- /dev/null +++ b/mods/sound-physics-remastered.pw.toml @@ -0,0 +1,13 @@ +name = "Sound Physics Remastered" +filename = "soundphysics-fabric-1.19.2-1.0.18.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/xXUcyQrd/soundphysics-fabric-1.19.2-1.0.18.jar" +hash-format = "sha1" +hash = "1708d7578def69d41fc019534b0c5b5fd6bbc1d9" + +[update] +[update.modrinth] +mod-id = "qyVF9oeo" +version = "xXUcyQrd" diff --git a/pack.toml b/pack.toml index 69ad41a..4de9a89 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "waylonwalker" author = "Waylon Walker" -version = "1.0.0" +version = "1.0.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "78119102306e33c2aea61a19772461e759b803851f49569ace8ab92193fb8ceb" +hash = "01772ecd30b38ee10ba4d557ed76cdda5ad6aaabcc4af0092ecae368dd209086" [versions] fabric = "0.14.17" diff --git a/shaderpacks/bsl-shaders.pw.toml b/shaderpacks/bsl-shaders.pw.toml new file mode 100644 index 0000000..6741aa1 --- /dev/null +++ b/shaderpacks/bsl-shaders.pw.toml @@ -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" diff --git a/shaderpacks/complementary-shaders-v4.pw.toml b/shaderpacks/complementary-shaders-v4.pw.toml new file mode 100644 index 0000000..f6a5b27 --- /dev/null +++ b/shaderpacks/complementary-shaders-v4.pw.toml @@ -0,0 +1,13 @@ +name = "Complementary Shaders v4" +filename = "ComplementaryShaders_v4.7.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/YWBtNYH3/ComplementaryShaders_v4.7.1.zip" +hash-format = "sha1" +hash = "ace224078b04b7eea7541cde4f7630a89b4831cc" + +[update] +[update.modrinth] +mod-id = "R6NEzAwj" +version = "YWBtNYH3" diff --git a/shaderpacks/rethinking-voxels.pw.toml b/shaderpacks/rethinking-voxels.pw.toml new file mode 100644 index 0000000..556a529 --- /dev/null +++ b/shaderpacks/rethinking-voxels.pw.toml @@ -0,0 +1,13 @@ +name = "Rethinking Voxels" +filename = "rethinking-voxels_beta18.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kmwfVOoi/versions/5NlLe3RT/rethinking-voxels_beta18.zip" +hash-format = "sha1" +hash = "a431045300e530083d22a81bf18da6f40f1df495" + +[update] +[update.modrinth] +mod-id = "kmwfVOoi" +version = "5NlLe3RT" diff --git a/waylonwalker-1.0.0.mrpack b/waylonwalker-1.0.0.mrpack index 01da21b..803267b 100644 Binary files a/waylonwalker-1.0.0.mrpack and b/waylonwalker-1.0.0.mrpack differ diff --git a/waylonwalker-1.0.1.mrpack b/waylonwalker-1.0.1.mrpack new file mode 100644 index 0000000..cf3e7ef Binary files /dev/null and b/waylonwalker-1.0.1.mrpack differ diff --git a/waylonwalker.zip b/waylonwalker.zip new file mode 100644 index 0000000..0cd5d17 Binary files /dev/null and b/waylonwalker.zip differ