add create chunkloader

This commit is contained in:
TDLaouer 2024-04-09 12:35:23 +02:00
parent 9c704f7dfc
commit 065b8fb324
3 changed files with 19 additions and 1 deletions

View File

@ -112,6 +112,11 @@ file = "mods/create-fabric.pw.toml"
hash = "cc457369350325e226471c9b070f7ef3e47b6ea8126e8c7c28622b2960ea3f2b" hash = "cc457369350325e226471c9b070f7ef3e47b6ea8126e8c7c28622b2960ea3f2b"
metafile = true metafile = true
[[files]]
file = "mods/create-power-loader-fabric.pw.toml"
hash = "70fba7c03aa74167b98cbd4ca7f2ff416a821e74bdb94543fd63f653a2ad6ce7"
metafile = true
[[files]] [[files]]
file = "mods/create-steam-n-rails.pw.toml" file = "mods/create-steam-n-rails.pw.toml"
hash = "2250d424633babae3b3f240382111fe0588e30031421fb7d6ac4f3e9d27be18c" hash = "2250d424633babae3b3f240382111fe0588e30031421fb7d6ac4f3e9d27be18c"

View File

@ -0,0 +1,13 @@
name = "Create: Power Loader (Fabric)"
filename = "create_power_loader-1.4.3-mc1.20.1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/E9MuZ1zB/versions/Q5q7SSeu/create_power_loader-1.4.3-mc1.20.1-fabric.jar"
hash-format = "sha1"
hash = "e2ec7212c885ef893a924f3b20b79b8bc5b2f437"
[update]
[update.modrinth]
mod-id = "E9MuZ1zB"
version = "Q5q7SSeu"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "8c7c61f1f74c06f9e9da18e5781e5fb0704b5b10e8c0335eec9a86d316154a4a" hash = "007a55c71109c3de038e21cab9187843b45a141184b10deeb4b7775f1a0d5998"
[versions] [versions]
fabric = "0.15.7" fabric = "0.15.7"