Added Spark profiler
This commit is contained in:
parent
2aafd34d18
commit
77ee9700b7
|
@ -919,6 +919,11 @@ file = "mods/sodium.pw.toml"
|
||||||
hash = "cd49906a91e2ff1c11acba79192d609c232f2f73d82cc6a646e7338c8e76aa8a"
|
hash = "cd49906a91e2ff1c11acba79192d609c232f2f73d82cc6a646e7338c8e76aa8a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/spark.pw.toml"
|
||||||
|
hash = "5f2efbb6362b829766025b8714593308f89fd46b05a36e302c760227e6611304"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/spell-checker.pw.toml"
|
file = "mods/spell-checker.pw.toml"
|
||||||
hash = "564340de753f710ad2ad61dd6d643036bf80a2f468b6b6a6d939c5cad2614eaa"
|
hash = "564340de753f710ad2ad61dd6d643036bf80a2f468b6b6a6d939c5cad2614eaa"
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "spark"
|
||||||
|
filename = "spark-1.10.53-fabric.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[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"
|
|
@ -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 = "090bbc2c5da53d3ee30a5f28d70dc72dae86a695a5d6f5d8a4378435b61e68a9"
|
hash = "fd8d87b6583a514c8c0213aa8893f10e53e717e67848f80062d1cccbdc4fb6a6"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.15.10"
|
fabric = "0.15.10"
|
||||||
|
|
Loading…
Reference in New Issue