Added Spark, Fabric Exporter and switched from compile from source hex casting to beta modrinth release

This commit is contained in:
JordanPlayz158
2025-01-04 21:48:15 -05:00
parent 8bf1bedb3f
commit 9c71f77291
6 changed files with 54 additions and 12 deletions

View File

@@ -465,6 +465,11 @@ file = "mods/fabric-language-kotlin.pw.toml"
hash = "07620e0acf742955b2f10e73244e1828836dd8737ea6142c7c4cd03243a78b7e" hash = "07620e0acf742955b2f10e73244e1828836dd8737ea6142c7c4cd03243a78b7e"
metafile = true metafile = true
[[files]]
file = "mods/fabricexporter.pw.toml"
hash = "4637aea36cfa56c6456981c710535cdde86f1006fb4c1ba239fbc759b782cd88"
metafile = true
[[files]] [[files]]
file = "mods/fabricord.pw.toml" file = "mods/fabricord.pw.toml"
hash = "002ae3e3db1b5587d7300166606dd811fd7933f5f66e0aaa2b1c3491e19a741b" hash = "002ae3e3db1b5587d7300166606dd811fd7933f5f66e0aaa2b1c3491e19a741b"
@@ -551,13 +556,13 @@ hash = "46b44b530e3a305d207833ae7ba36808f09d77ffef22835076a69ed112e5784f"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/hexal.pw.toml" file = "mods/hex-casting.pw.toml"
hash = "c11e1462519b3df885a038dc227782492c3cac475a34be65ec2ce114369afb5d" hash = "a062040e25906154ee421d2eaf36387576b54cccf5bbed8cc7ae164e1d0a947c"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/hexcasting.pw.toml" file = "mods/hexal.pw.toml"
hash = "f0cfe6c84ab485259c0fd0cfbb4c8832ced45622292efbf76683614237b79d85" hash = "c11e1462519b3df885a038dc227782492c3cac475a34be65ec2ce114369afb5d"
metafile = true metafile = true
[[files]] [[files]]
@@ -1045,6 +1050,11 @@ file = "mods/sodium.pw.toml"
hash = "245530bdbb5c4127a1286f3722778d71e478194a8dcee89388c8fd247b4a57da" hash = "245530bdbb5c4127a1286f3722778d71e478194a8dcee89388c8fd247b4a57da"
metafile = true metafile = true
[[files]]
file = "mods/spark.pw.toml"
hash = "96e3771cd09bb4a808d1c1fcb5a050efdc2ffb4efe7b584407ed54c46c0388d9"
metafile = true
[[files]] [[files]]
file = "mods/spectrum.pw.toml" file = "mods/spectrum.pw.toml"
hash = "0c50eff5af55c21966e0211dafaba03bb2ad057a69663e741fb32bd37935ffc7" hash = "0c50eff5af55c21966e0211dafaba03bb2ad057a69663e741fb32bd37935ffc7"

View File

@@ -0,0 +1,13 @@
name = "FabricExporter"
filename = "fabricexporter-1.0.10.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/dbVXHSlv/versions/hbHNI2Vs/fabricexporter-1.0.10.jar"
hash-format = "sha1"
hash = "e6ad48fb39c9a9cbc0baa423dc7775642ceaf763"
[update]
[update.modrinth]
mod-id = "dbVXHSlv"
version = "hbHNI2Vs"

13
mods/hex-casting.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Hex Casting"
filename = "hexcasting-fabric-1.20.1-0.11.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nTW3yKrm/versions/IvI9LKNc/hexcasting-fabric-1.20.1-0.11.2.jar"
hash-format = "sha1"
hash = "3b5e0868e43f7b096f5f290ac04de790a6777962"
[update]
[update.modrinth]
mod-id = "nTW3yKrm"
version = "IvI9LKNc"

View File

@@ -1,7 +0,0 @@
name = "hexcasting"
filename = "hexcasting-fabric-1.20.1-0.11.1-7-pre-668.jar"
[download]
url = "https://git.cubicxp.org/cubicxp/RegalitySMP/raw/branch/main/compileFromSourceMods/hexcasting-fabric-1.20.1-0.11.1-7-pre-668.jar"
hash-format = "sha256"
hash = "d7bed43061df1fd3f68369c12c1cd1bd84927901c68ae1ab7a84229db9d38742"

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

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

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 = "c671554888f5bff47db40519380415ee2c4f25b2c2e5af58fa9680a6be663cf2" hash = "cdacb6b17cd9d735648db17c05f869a767d0aa67afe9d8ad19d11f8712502643"
[versions] [versions]
fabric = "0.16.9" fabric = "0.16.9"