restructure template for ease of use
This commit is contained in:
parent
bff2326285
commit
0958674598
8 changed files with 26 additions and 12 deletions
28
.minecraft/index.toml
Normal file
28
.minecraft/index.toml
Normal file
|
@ -0,0 +1,28 @@
|
|||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "bin/version.json"
|
||||
hash = "b5f8dc11af2e5d2eeb17007a53fced417fdb3020baac8a8f8dd230a2d3fd854e"
|
||||
|
||||
[[files]]
|
||||
file = "modpack.icon.png"
|
||||
hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c"
|
||||
|
||||
[[files]]
|
||||
file = "mods/lithium.toml"
|
||||
hash = "5a5c6174eda3db8594761efaf64308c44702b3f2a25957b0c35825b0109a1ef0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/phosphor.toml"
|
||||
hash = "1fbb24b0b382c6d21bd2fed103e564bfe5f3e5ee10e6686faafd0164f07bf8da"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium.toml"
|
||||
hash = "4aba93a705eb2c6300818297bc1d85329b9b085392810dbf15c79b5e3dd6d0ef"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "packwiz-installer-bootstrap.jar"
|
||||
hash = "a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c"
|
13
.minecraft/mods/lithium.toml
Normal file
13
.minecraft/mods/lithium.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Lithium (Fabric)"
|
||||
filename = "lithium-fabric-mc1.18.1-0.7.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3659/182/lithium-fabric-mc1.18.1-0.7.8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8b7cd216fee54b9acc261005cae5acbc856b1933"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3659182
|
||||
project-id = 360438
|
13
.minecraft/mods/phosphor.toml
Normal file
13
.minecraft/mods/phosphor.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Phosphor (Fabric)"
|
||||
filename = "phosphor-fabric-mc1.18.x-0.8.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3573/395/phosphor-fabric-mc1.18.x-0.8.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9b826d21b9cd999853a57c76b0c47ee4d9161dc9"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3573395
|
||||
project-id = 372124
|
13
.minecraft/mods/sodium.toml
Normal file
13
.minecraft/mods/sodium.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Sodium"
|
||||
filename = "sodium-fabric-mc1.18.1-0.4.0-alpha6+build.14.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3605/309/sodium-fabric-mc1.18.1-0.4.0-alpha6+build.14.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "795d4c12bffdb1b21eed5ff87c07ce5ca3c0dcbf"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3605309
|
||||
project-id = 394468
|
13
.minecraft/pack.toml
Normal file
13
.minecraft/pack.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Modpack Template"
|
||||
author = "Merith.TK"
|
||||
version = "1.0.0"
|
||||
pack-format = "packwiz:1.0.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "d021bf567c5145418d5c6aec8806f0c9b0d7f8cf9b8a820301e8998e797f59c0"
|
||||
|
||||
[versions]
|
||||
fabric = "0.13.3"
|
||||
minecraft = "1.18.1"
|
Loading…
Add table
Add a link
Reference in a new issue