add raised, openblocks-elevator, and datapack loader
This commit is contained in:
parent
de30983493
commit
d3feb69034
5 changed files with 55 additions and 1 deletions
|
@ -115,6 +115,11 @@ file = "mods/fwaystones.pw.toml"
|
|||
hash = "b23a2e35c4be6830c8b34c4380e83a544af721e9372097963808cb7250e4624d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/globalpacks.pw.toml"
|
||||
hash = "4b1966d563f70e4c67f5f1049fd7412f99e78910d6c297c196f207507b9255ca"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/handcrafted.pw.toml"
|
||||
hash = "8ceb12ff4f44a9ca752980996868ab26dffa2b68bb0a17b5503e6da4657c13c3"
|
||||
|
@ -185,11 +190,21 @@ file = "mods/no-chat-reports.pw.toml"
|
|||
hash = "df11b66e152011f96cc5a4dbf35d2dec99c4373cb19a8c1c761368170d425cf4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/openblocks-elevator-fabric.pw.toml"
|
||||
hash = "ac23cb85704f38c7a3647f9638a078c221afb3df4ebf5d61442f2d9adc2adc96"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/owo-lib.pw.toml"
|
||||
hash = "8de9d8b60eceeb443872a7d9bc8da4a8a77da7b2d0b55aed2d9ca9df7e4df74c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/raised.pw.toml"
|
||||
hash = "ca01ca09a92046525aa36aa2bef72829a37b280de4bd5dff90c14318f661ce86"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reacharound.pw.toml"
|
||||
hash = "c57fadb2814e9b3f4f4810d8ddeffc9df7bb2014c931e88268ee0f77150d2ac7"
|
||||
|
|
13
.minecraft/mods/globalpacks.pw.toml
Normal file
13
.minecraft/mods/globalpacks.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Global Packs"
|
||||
filename = "global_packs-fabric-1.19.3-1.15.2_fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NRLPy2mk/versions/1AE1EPaJ/global_packs-fabric-1.19.3-1.15.2_fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8869558f6ae71fbeb78edad7ea963f78c62cce12"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NRLPy2mk"
|
||||
version = "1AE1EPaJ"
|
13
.minecraft/mods/openblocks-elevator-fabric.pw.toml
Normal file
13
.minecraft/mods/openblocks-elevator-fabric.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = " OpenBlocks Elevator (Fabric)"
|
||||
filename = "openblockselevator-0.0.2-1.19.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/v8XOAQUM/versions/RZ3aO3Ia/openblockselevator-0.0.2-1.19.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c00c3d765aaf0a924651e06ca9bd055f5e6792a1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "v8XOAQUM"
|
||||
version = "RZ3aO3Ia"
|
13
.minecraft/mods/raised.pw.toml
Normal file
13
.minecraft/mods/raised.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Raised"
|
||||
filename = "raised-fabric-1.19.3-1.1.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nCQRBEiR/versions/OvtfPyeu/raised-fabric-1.19.3-1.1.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b5e1a8bc5fef5d07f56adda24c28156e1b65b19d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nCQRBEiR"
|
||||
version = "OvtfPyeu"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "7624b5601f2306b06195894aa881f76787125a5760fe25a927568b83a65642e4"
|
||||
hash = "774b99bdf1943348cba339f50396c5b9f235ddd0818171a0f5fcce6d4c553e61"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.12"
|
||||
|
|
Loading…
Reference in a new issue