Modpack Template
Some checks failed
Build Modpack / build (push) Failing after 5s

This commit is contained in:
merith-tk 2024-10-10 11:34:10 -07:00
commit fbd1f63b3b
17 changed files with 390 additions and 0 deletions

BIN
.minecraft/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

19
.minecraft/index.toml Normal file
View file

@ -0,0 +1,19 @@
hash-format = "sha256"
[[files]]
file = "icon.png"
hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c"
[[files]]
file = "mods/lithium.pw.toml"
hash = "b3b33c53f8356928f86223f26eaebd7a266d610f8628e5077cda196192b0b7e4"
metafile = true
[[files]]
file = "mods/sodium.pw.toml"
hash = "d24ad43869dfe068c041cc7da0a7ed5926f742d1676eb765ad66515e1e9568a6"
metafile = true
[[files]]
file = "packwiz-installer-bootstrap.jar"
hash = "a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c"

View file

@ -0,0 +1,13 @@
name = "Lithium"
filename = "lithium-fabric-mc1.21.1-0.13.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/5szYtenV/lithium-fabric-mc1.21.1-0.13.0.jar"
hash-format = "sha1"
hash = "25ab173627db3ed587380ddf635844d7a97ec6c4"
[update]
[update.modrinth]
mod-id = "gvQqBUqZ"
version = "5szYtenV"

View file

@ -0,0 +1,13 @@
name = "Sodium"
filename = "sodium-fabric-0.6.0-beta.1+mc1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/AANobbMI/versions/oZOSEhyy/sodium-fabric-0.6.0-beta.1%2Bmc1.21.jar"
hash-format = "sha1"
hash = "1f3eae51029d9fad59a3c448010eb6b6b45e3035"
[update]
[update.modrinth]
mod-id = "AANobbMI"
version = "oZOSEhyy"

13
.minecraft/pack.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Modpack Template"
author = "Merith.TK"
version = "1.0.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "c108bf23bd93b176bf893a8863c8eb3d1c3fb2abb7a4bb9651135daeca814e82"
[versions]
fabric = "0.16.4"
minecraft = "1.21.1"

Binary file not shown.