add shaders and sound physics remastered
This commit is contained in:
parent
79e4c8f4ae
commit
91622bf76c
10 changed files with 92 additions and 2 deletions
25
index.toml
25
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
|
||||
|
|
|
|||
13
mods/malilib.pw.toml
Normal file
13
mods/malilib.pw.toml
Normal file
|
|
@ -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
|
||||
13
mods/sound-physics-remastered.pw.toml
Normal file
13
mods/sound-physics-remastered.pw.toml
Normal file
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
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"
|
||||
13
shaderpacks/complementary-shaders-v4.pw.toml
Normal file
13
shaderpacks/complementary-shaders-v4.pw.toml
Normal file
|
|
@ -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"
|
||||
13
shaderpacks/rethinking-voxels.pw.toml
Normal file
13
shaderpacks/rethinking-voxels.pw.toml
Normal file
|
|
@ -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"
|
||||
Binary file not shown.
BIN
waylonwalker-1.0.1.mrpack
Normal file
BIN
waylonwalker-1.0.1.mrpack
Normal file
Binary file not shown.
BIN
waylonwalker.zip
Normal file
BIN
waylonwalker.zip
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue