Initial commit

This commit is contained in:
Michael Dahlmann 2026-06-23 16:37:08 +02:00
commit 17079b0096
15 changed files with 248 additions and 0 deletions

66
index.toml Normal file
View file

@ -0,0 +1,66 @@
hash-format = "sha256"
[[files]]
file = "mods/c2me-fabric.pw.toml"
hash = "22703540d8f55ca7940fe7826402cab4587bef4a6c9c2b99bfd0a11ebd4cf820"
metafile = true
[[files]]
file = "mods/carpet.pw.toml"
hash = "c5ed17434b9f7fa4daa641963566cd3337e1617957d8e77f52d3cb03aafb3b1a"
metafile = true
[[files]]
file = "mods/distanthorizons.pw.toml"
hash = "15f5d74f5b60dc0279a4c910db2db721ff1a9f5deb2620006f7007c8ab5e9558"
metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "fdc6309bf3420b7e358737b05877335191021e8a2376def243deb0e521797166"
metafile = true
[[files]]
file = "mods/ferrite-core.pw.toml"
hash = "069d81cab53c0141459ad4d70bcf3e10f17652f24cc62d3b4a0fc2cd2b700871"
metafile = true
[[files]]
file = "mods/lithium.pw.toml"
hash = "40f3c3ed0be22a65ad52e0f89c905e59b57d4ec0941c3d6a2c702af4713213ad"
metafile = true
[[files]]
file = "mods/lithostitched.pw.toml"
hash = "b7cc69278cab67d2de0f2ef533c46fbf4432a8366cad44bd32759d507156bac2"
metafile = true
[[files]]
file = "mods/noisiumforked.pw.toml"
hash = "1330268d34fa30998d31f2299eb65054cc419bb935710a50a95518dbeccbb268"
metafile = true
[[files]]
file = "mods/portable-villager.pw.toml"
hash = "33f50823011140d081d33c82b2a767f2a2f62dba90eb76c3fb25502aef716d4f"
metafile = true
[[files]]
file = "mods/scalablelux.pw.toml"
hash = "8635a6f88d0f0e9487299a0da5507bb9f1685969a8b02772efdba6df3d9c0afa"
metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "e8e263c9e5b45ef826911470c4b07405012d8f43f77214f59e56690f7731e299"
metafile = true
[[files]]
file = "mods/spark.pw.toml"
hash = "c7b6e4a7666e9e64a70df0b550db2e25f7150d4c1c2c2e79e81dfbc036ce3a25"
metafile = true
[[files]]
file = "mods/tectonic.pw.toml"
hash = "5ee7054892d7925e628cdc8bfe6581db7e0525494d3ef4652829dae4f14b1acc"
metafile = true

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

@ -0,0 +1,13 @@
name = "Concurrent Chunk Management Engine (Fabric)"
filename = "c2me-fabric-mc26.2-0.4.2-alpha.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/mvEDAhN1/c2me-fabric-mc26.2-0.4.2-alpha.0.1.jar"
hash-format = "sha512"
hash = "0379b8ef14111545a77da74a05b685ed9d2ead9266d137d7883201e754176792626e729c4c35836143df3008ba7d5eb3b9586b01ca7595ef9fe5737d7a406c44"
[update]
[update.modrinth]
mod-id = "VSNURh3q"
version = "mvEDAhN1"

13
mods/carpet.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Carpet"
filename = "fabric-carpet-26.2+v260616.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/bGrLxJ8v/fabric-carpet-26.2%2Bv260616.jar"
hash-format = "sha512"
hash = "8b8fac6979bd3153f5cfb4faa6bab52e1357eab814492a6658f3c0e1ac2856ad37a626c0a03a0839c39abb7bf56661f77b09d05d10ac01173bcdd373a33c6265"
[update]
[update.modrinth]
mod-id = "TQTTVgYE"
version = "bGrLxJ8v"

View file

@ -0,0 +1,13 @@
name = "Distant Horizons"
filename = "DistantHorizons-3.1.2-b-26.2-fabric-neoforge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uCdwusMi/versions/IguX0jEa/DistantHorizons-3.1.2-b-26.2-fabric-neoforge.jar"
hash-format = "sha512"
hash = "3bd9c7093f2589fdbbc521d67e98f160ccd6d5fc538a2d83146039f944c8ee648f1057d1c3c3cb44be1d759e5eab7b062dfc934443b34489f9695dff83c08511"
[update]
[update.modrinth]
mod-id = "uCdwusMi"
version = "IguX0jEa"

13
mods/fabric-api.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.153.0+26.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/M8Kbv865/fabric-api-0.153.0%2B26.2.jar"
hash-format = "sha512"
hash = "27f3cb9dd81ab5371a38f9bf01c4504f197def7fadc6443c0ed4bd6c7a129bbac433179e5033e47aad00aafc9dc99f52edf3ab6232e1fb8aafd11a555893385c"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "M8Kbv865"

13
mods/ferrite-core.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "FerriteCore"
filename = "ferritecore-9.0.0-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/d5ddUdiB/ferritecore-9.0.0-fabric.jar"
hash-format = "sha512"
hash = "d81fa97e11784c19d42f89c2f433831d007603dd7193cee45fa177e4a6a9c52b384b198586e04a0f7f63cd996fed713322578bde9a8db57e1188854ae5cbe584"
[update]
[update.modrinth]
mod-id = "uXXizFIs"
version = "d5ddUdiB"

13
mods/lithium.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Lithium"
filename = "lithium-fabric-0.25.0+mc26.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/x1OEDMlF/lithium-fabric-0.25.0%2Bmc26.2.jar"
hash-format = "sha512"
hash = "15027c279850999667cee29510e4491c01d17f121604c51dd9736a5b835dee6303183fdde63637b3dd666de3b28082b1818cacd6a047fee35fced49807b5eacf"
[update]
[update.modrinth]
mod-id = "gvQqBUqZ"
version = "x1OEDMlF"

View file

@ -0,0 +1,13 @@
name = "Lithostitched"
filename = "lithostitched-1.7.10-fabric-26.2.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/XaDC71GB/versions/eVgvp3rW/lithostitched-1.7.10-fabric-26.2.jar"
hash-format = "sha512"
hash = "717de08092398819bbdab679004e4a09ad8405a6fba0b8bb5d4a9aa54f421eb82d23ad86f339475b2e86b44f1a87e41b8cb3002bad53ccea30cddf85d0bd2230"
[update]
[update.modrinth]
mod-id = "XaDC71GB"
version = "eVgvp3rW"

View file

@ -0,0 +1,13 @@
name = "NoisiumForked"
filename = "noisium-fabric-2.8.5+mc26.2-pre-2.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/hasdd01q/versions/rWMnuBfv/noisium-fabric-2.8.5%2Bmc26.2-pre-2.jar"
hash-format = "sha512"
hash = "c7ae72c6b3c5e30f767270a2930fe60dfe4cb7e656c612627eb477ff4225a43bbf71882fd837ece43e6ab2d8706933f701007b2fe534d330182786877b50fb79"
[update]
[update.modrinth]
mod-id = "hasdd01q"
version = "rWMnuBfv"

View file

@ -0,0 +1,13 @@
name = "Portable Villager"
filename = "portable_villager-26.2.0-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uTN8AqE2/versions/LQYBf6C8/portable_villager-26.2.0-fabric.jar"
hash-format = "sha512"
hash = "cfb6f599ad960a473edcf38e02e61790a1ef4ab794c5c01123ba866ebcd3a17284a9c713f9ff031b97c37d507d9eca4da0fc43b49f21d454da9285223bad2cf6"
[update]
[update.modrinth]
mod-id = "uTN8AqE2"
version = "LQYBf6C8"

13
mods/scalablelux.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "ScalableLux"
filename = "ScalableLux-0.2.1+fabric.2b08348-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Ps1zyz6x/versions/FuGn0NlI/ScalableLux-0.2.1%2Bfabric.2b08348-all.jar"
hash-format = "sha512"
hash = "46cc3df58ad2723fb7f925da0e380e22481e15ceb0e61fbd7947f48d2902e7a67ae4d2d22df4faab4e3140ccf79aa9f59d91ec9959bd6e2afbf0fb90970a02fc"
[update]
[update.modrinth]
mod-id = "Ps1zyz6x"
version = "FuGn0NlI"

View file

@ -0,0 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-fabric-2.6.20+26.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/bvaEHE2T/voicechat-fabric-2.6.20%2B26.2.jar"
hash-format = "sha512"
hash = "6d9e16ef5e86b60c637797631f55c5ab3adbb8a8ee1e67f1d6b4f3c70fead800cf5d927a2f5f0eb6de5bc806088ae0d39a8ad3293c98d13936684a03c5d81336"
[update]
[update.modrinth]
mod-id = "9eGKb6K1"
version = "bvaEHE2T"

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

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

13
mods/tectonic.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Tectonic"
filename = "tectonic-3.0.25-fabric-26.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/d99VUqqA/tectonic-3.0.25-fabric-26.2.jar"
hash-format = "sha512"
hash = "1747065c5114ba8246c9047b4ea4f8b577bb0e9f437196f8ab53adf4a5da64a0ca910a1fb9e12ab135a107b3a296f7dbe3d0b38e67724964b1e69d70403a6499"
[update]
[update.modrinth]
mod-id = "lWDHr9jE"
version = "d99VUqqA"

13
pack.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Modpack Vanilla"
author = "michi"
version = "1.0.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "04129d5f5639abd412c38de4efa289896638179b7b3bac20b5699aa295afd102"
[versions]
fabric = "0.19.3"
minecraft = "26.2"