1.2.0
This commit is contained in:
parent
982d66b1dd
commit
142097ff93
10
index.toml
10
index.toml
|
@ -335,6 +335,11 @@ file = "mods/mekanism.pw.toml"
|
||||||
hash = "88f8a91fd486f6a4aadf94fe15598ac21dd0c65e8eebc04e8572aa275c505cbf"
|
hash = "88f8a91fd486f6a4aadf94fe15598ac21dd0c65e8eebc04e8572aa275c505cbf"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/mo-guns.pw.toml"
|
||||||
|
hash = "875f76c552f01dc1acaa36d02f358c917aeee7a7b3d9687887058a1d71d5dd7e"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/more-immersive-wires.pw.toml"
|
file = "mods/more-immersive-wires.pw.toml"
|
||||||
hash = "b208348d3d160392e83f146c902a3a9f2a5f7dee06ac237b7119e11d3ec65e56"
|
hash = "b208348d3d160392e83f146c902a3a9f2a5f7dee06ac237b7119e11d3ec65e56"
|
||||||
|
@ -345,6 +350,11 @@ file = "mods/mouse-tweaks.pw.toml"
|
||||||
hash = "496ee18fbcb9e7e2c629048a9f40bf642df42cc0287691d98932b9d311cede46"
|
hash = "496ee18fbcb9e7e2c629048a9f40bf642df42cc0287691d98932b9d311cede46"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/mrcrayfish-furniture-mod.pw.toml"
|
||||||
|
hash = "eab360710dfebe9b6f7f5c260acfc8275663db2245c85a1e436a78d8e7531dd5"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/mrcrayfishs-gun-mod.pw.toml"
|
file = "mods/mrcrayfishs-gun-mod.pw.toml"
|
||||||
hash = "3c039f216acdcfb6e21e09f157bcde98a3f47f81280612fbe26e530cab7a1083"
|
hash = "3c039f216acdcfb6e21e09f157bcde98a3f47f81280612fbe26e530cab7a1083"
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Mo' Guns"
|
||||||
|
filename = "MoGuns-1.9.2-1.18.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/tFkFJ8qg/versions/XMyzGyX6/MoGuns-1.9.2-1.18.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "2a07f8fea4f9469716050d93f540cbcc97b14c42"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "tFkFJ8qg"
|
||||||
|
version = "XMyzGyX6"
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "MrCrayfish's Furniture Mod"
|
||||||
|
filename = "cfm-7.0.0-pre35-1.18.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "2e73f576c3b1d6b36ed258df6ac67cb8a82bcc98"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4374992
|
||||||
|
project-id = 55438
|
|
@ -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 = "3665d9e0ee35fd27425621951307046e82d7ea75aec317cba1679336a9251792"
|
hash = "298d67dd1ee7b44ac9bc88f46ee70cddc86637eaae833e422592886d9d9c3ed6"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "40.2.2"
|
forge = "40.2.2"
|
||||||
|
|
Loading…
Reference in New Issue