Add some generation mods
This commit is contained in:
parent
72e4f16b9f
commit
7570d50702
30
index.toml
30
index.toml
@ -68,6 +68,11 @@ file = "mods/badpackets.pw.toml"
|
||||
hash = "e5a68e0e0d90aac1d965ab7cab5858c474e875be9012a7c8a3adf96420faa726"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bclib.pw.toml"
|
||||
hash = "82b70b3ca30f3eedea12049a414cf30baae722c79128b17789a93b6906dc3ca5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/better-fabric-console.pw.toml"
|
||||
hash = "bcac9bb680ef83b99bacc8e96bd4f77372f5360d49083ad4d53a6b0412f386ed"
|
||||
@ -78,11 +83,21 @@ file = "mods/better-mount-hud.pw.toml"
|
||||
hash = "961a423cc427d4c785354239e8e7b251b5575756b1cf85dd1bc85011b47f0fbf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/betterend.pw.toml"
|
||||
hash = "09faca3cde7ffda49fcd3d4fc4f4a3d4f8774463170dfee83d6472f64bc84016"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/betterf3.pw.toml"
|
||||
hash = "ba31b113733abc813e36738bdc8104fad628232d29907f66f48cf8c45299de9f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/betternether.pw.toml"
|
||||
hash = "bb1ce36de0df1b27894c1270d6d8bdb6f34b77eb26ed6cac19ef4bd80ae41cd8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bobby.pw.toml"
|
||||
hash = "628ca822826f31018f97293b673e09defe9bc46616a7636bbd4a3b51ee4c9949"
|
||||
@ -183,6 +198,11 @@ file = "mods/immediatelyfast.pw.toml"
|
||||
hash = "7e9f6a5b564e4fbe92bff784eb13a2565eb5a631ed452cf9b8748e73935ae8b2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/incendium.pw.toml"
|
||||
hash = "4278c84cdeeccd8c87fb43d4123b0aa81ba9b1f3303b2672a67dc3883126e71a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/indium.pw.toml"
|
||||
hash = "0c5e71addef34c8dcd1c81dfc2ad851a3e274b9d8d3a7d388e1113d4139bf8d8"
|
||||
@ -258,6 +278,11 @@ file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/nullscape.pw.toml"
|
||||
hash = "9e09f07e73ff32e66e284584c72aeda18b81c4c3706e1be38352dbf072126102"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/optigui.pw.toml"
|
||||
hash = "0806fafc99d2bc0d3caf9bbf726367ee3e1a56788a6254b58b45567980dce7f1"
|
||||
@ -323,6 +348,11 @@ file = "mods/starlight.pw.toml"
|
||||
hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/terralith.pw.toml"
|
||||
hash = "7eab318d7763eecf47bde9ecd8d499fe676935392e222a9e8c64c08e6df548d5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/wthit.pw.toml"
|
||||
hash = "874a680170fbf36204ee1c4e57650b6a28b15d10a32163964850aaccc9a7457a"
|
||||
|
13
mods/bclib.pw.toml
Normal file
13
mods/bclib.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "BCLib"
|
||||
filename = "bclib-3.0.13.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BgNRHReB/versions/bccqbyya/bclib-3.0.13.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4850fbc25fa1f2217916155ed354579af1c15205"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BgNRHReB"
|
||||
version = "bccqbyya"
|
13
mods/betterend.pw.toml
Normal file
13
mods/betterend.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "BetterEnd"
|
||||
filename = "better-end-4.0.10.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gc8OEnCC/versions/otd2erfL/better-end-4.0.10.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1e7da7e351af26a912934d05b0aa77e5f6c4d139"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gc8OEnCC"
|
||||
version = "otd2erfL"
|
13
mods/betternether.pw.toml
Normal file
13
mods/betternether.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "BetterNether"
|
||||
filename = "better-nether-9.0.9.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MpzVLzy5/versions/9kJblF2V/better-nether-9.0.9.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ee7275b0d3f627520c9d17dd3c942ec82ca093a7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MpzVLzy5"
|
||||
version = "9kJblF2V"
|
13
mods/incendium.pw.toml
Normal file
13
mods/incendium.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Incendium"
|
||||
filename = "Incendium_1.20.2_v5.3.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ZVzW5oNS/versions/OamdlEiS/Incendium_1.20.2_v5.3.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9c9a4e587ab5208a17895eebc2e614d9484caf55"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ZVzW5oNS"
|
||||
version = "OamdlEiS"
|
13
mods/nullscape.pw.toml
Normal file
13
mods/nullscape.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Nullscape"
|
||||
filename = "Nullscape_1.20.2_v1.2.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LPjGiSO4/versions/w4mEZnbU/Nullscape_1.20.2_v1.2.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6d0d32276415eb11b4c58f7ccd61145aa83095e4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LPjGiSO4"
|
||||
version = "w4mEZnbU"
|
13
mods/terralith.pw.toml
Normal file
13
mods/terralith.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Terralith"
|
||||
filename = "Terralith_1.20.2_v2.4.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8oi3bsk5/versions/qFd4s3fV/Terralith_1.20.2_v2.4.7.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "389b41e31bb192e1bf40913bc22194724676d313"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8oi3bsk5"
|
||||
version = "qFd4s3fV"
|
Loading…
x
Reference in New Issue
Block a user