add raised hotbar
This commit is contained in:
parent
5e432b6538
commit
0f73cb5f5e
3 changed files with 19 additions and 1 deletions
|
@ -204,6 +204,11 @@ file = "mods/puzzle.pw.toml"
|
||||||
hash = "761170eaeece33f423619aefe9de989bac69c68deb29f7df8653eecabcb303e2"
|
hash = "761170eaeece33f423619aefe9de989bac69c68deb29f7df8653eecabcb303e2"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/raised.pw.toml"
|
||||||
|
hash = "cdbed847d0b389182828f5b730d226abb243a3110dd06288c060702b429bc87c"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/reeses-sodium-options.pw.toml"
|
file = "mods/reeses-sodium-options.pw.toml"
|
||||||
hash = "c704ab1b78607e345633f54f6f0d3a4ffa9fdb37600c87a794bd67fab3ec9b54"
|
hash = "c704ab1b78607e345633f54f6f0d3a4ffa9fdb37600c87a794bd67fab3ec9b54"
|
||||||
|
|
13
mods/raised.pw.toml
Normal file
13
mods/raised.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Raised"
|
||||||
|
filename = "raised-fabric-1.18.2-1.1.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "2c140be8f4ab4646d62bc12dbcd1980fc68c0dba"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 3840762
|
||||||
|
project-id = 570368
|
|
@ -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 = "5f9f66c31c6001b4f717571863127ce7d1a81e9ea4aeb10882f04e5138c357d5"
|
hash = "0469b33654ebc49bdcdaa2b41b8b7a586216c1b2a00647d32c42d36ce7373ffb"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.8"
|
fabric = "0.14.8"
|
||||||
|
|
Loading…
Reference in a new issue