Initial commit

This commit is contained in:
merith-tk 2024-11-05 14:52:30 -08:00
commit 63e3b018b8
18 changed files with 408 additions and 0 deletions

BIN
.minecraft/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

24
.minecraft/index.toml Normal file
View file

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

View file

@ -0,0 +1,13 @@
name = "Krypton"
filename = "krypton-0.2.8.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/Acz3ttTp/krypton-0.2.8.jar"
hash-format = "sha512"
hash = "5f8cf96c79bfd4d893f1d70da582e62026bed36af49a7fa7b1e00fb6efb28d9ad6a1eec147020496b4fe38693d33fe6bfcd1eebbd93475612ee44290c2483784"
[update]
[update.modrinth]
mod-id = "fQEb0iXm"
version = "Acz3ttTp"

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.4+mc1.21.3.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/AANobbMI/versions/HCEjRjK4/sodium-fabric-0.6.0-beta.4%2Bmc1.21.3.jar"
hash-format = "sha512"
hash = "7fbc173f0a8110acfbd3e91c670642724f5718ed7bc137045c3782e793a9f54e9d39e54265bee8546c44e95ce73836d70ca110db012b529bcb5390844a411ba5"
[update]
[update.modrinth]
mod-id = "AANobbMI"
version = "HCEjRjK4"

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 = "58ea5a6d260433d09d7de2602ee3dc24509caf50cc7a8535c471e4f8c475a01a"
[versions]
fabric = "0.16.9"
minecraft = "1.21.3"

Binary file not shown.