mirror of
https://github.com/WarrenHood/MC-Modpack-ForgeBoys.git
synced 2025-04-29 23:25:12 +01:00
Fixed connected textures
This commit is contained in:
parent
c7873ecdc2
commit
653e368285
32
modpack.lock
32
modpack.lock
|
@ -83,19 +83,6 @@ sha1 = "a52918a500ff421180a1cbd1a0cabee712134ec4"
|
||||||
sha512 = "cf67f2050cafa00f0bee42e6d7bef77fdb808ac4f71742f7b4d6d5c1e6ffb49561a5a252f332d2b78a9767bdb5faa284611790dba303fbdc736ae36d794f61c7"
|
sha512 = "cf67f2050cafa00f0bee42e6d7bef77fdb808ac4f71742f7b4d6d5c1e6ffb49561a5a252f332d2b78a9767bdb5faa284611790dba303fbdc736ae36d794f61c7"
|
||||||
filename = "architectury-9.2.14-forge.jar"
|
filename = "architectury-9.2.14-forge.jar"
|
||||||
|
|
||||||
[mods.athena-ctm]
|
|
||||||
version = "3.1.2"
|
|
||||||
server_side = false
|
|
||||||
client_side = true
|
|
||||||
|
|
||||||
[[mods.athena-ctm.source]]
|
|
||||||
|
|
||||||
[mods.athena-ctm.source.Download]
|
|
||||||
url = "https://cdn.modrinth.com/data/b1ZV3DIJ/versions/DULOQFj7/athena-forge-1.20.1-3.1.2.jar"
|
|
||||||
sha1 = "2acee24454af859988a691f0506271a465f68f7b"
|
|
||||||
sha512 = "5a71a1c220eafbfbdb570fa204454352b48d55f238db1a5b398a8c40f6b0fbd8c09a2f6c10def330abdf3daadaa24dfa52471f8de931a93fd99dc7d85b60960b"
|
|
||||||
filename = "athena-forge-1.20.1-3.1.2.jar"
|
|
||||||
|
|
||||||
[mods.automobility]
|
[mods.automobility]
|
||||||
version = "0.4.2+1.20.1-forge"
|
version = "0.4.2+1.20.1-forge"
|
||||||
server_side = true
|
server_side = true
|
||||||
|
@ -399,6 +386,25 @@ name = "connector"
|
||||||
version = "1.0.0-beta.45+1.20.1"
|
version = "1.0.0-beta.45+1.20.1"
|
||||||
providers = ["Modrinth"]
|
providers = ["Modrinth"]
|
||||||
|
|
||||||
|
[mods.continuity]
|
||||||
|
version = "3.0.0-beta.5+1.20.1"
|
||||||
|
server_side = false
|
||||||
|
client_side = true
|
||||||
|
|
||||||
|
[[mods.continuity.source]]
|
||||||
|
|
||||||
|
[mods.continuity.source.Download]
|
||||||
|
url = "https://cdn.modrinth.com/data/1IjD5062/versions/84Zs6tNo/continuity-3.0.0-beta.5%2B1.20.1.jar"
|
||||||
|
sha1 = "15ad75d51f567c69308b91223454bacfd2eda7a5"
|
||||||
|
sha512 = "8996e74dfe96ee845bdd25e2fc5ec73a73073b2b7945693a6058182a19fd8486c4d7f03de87a3369fb73a912411b8f9061a93f0fef77c4d729157de2f31e96be"
|
||||||
|
filename = "continuity-3.0.0-beta.5+1.20.1.jar"
|
||||||
|
|
||||||
|
[[mods.continuity.deps]]
|
||||||
|
name = "fabric-api"
|
||||||
|
version = "0.92.2+1.20.1"
|
||||||
|
providers = ["Modrinth"]
|
||||||
|
loader = "Fabric"
|
||||||
|
|
||||||
[mods.controlling]
|
[mods.controlling]
|
||||||
version = "12.0.2"
|
version = "12.0.2"
|
||||||
server_side = false
|
server_side = false
|
||||||
|
|
|
@ -24,10 +24,6 @@ version = "*"
|
||||||
name = "appleskin"
|
name = "appleskin"
|
||||||
version = "*"
|
version = "*"
|
||||||
|
|
||||||
[mods.athena-ctm]
|
|
||||||
name = "athena-ctm"
|
|
||||||
version = "*"
|
|
||||||
|
|
||||||
[mods.automobility]
|
[mods.automobility]
|
||||||
name = "automobility"
|
name = "automobility"
|
||||||
version = "*"
|
version = "*"
|
||||||
|
@ -80,6 +76,11 @@ version = "*"
|
||||||
name = "connector-extras"
|
name = "connector-extras"
|
||||||
version = "*"
|
version = "*"
|
||||||
|
|
||||||
|
[mods.continuity]
|
||||||
|
name = "continuity"
|
||||||
|
version = "*"
|
||||||
|
loader = "Fabric"
|
||||||
|
|
||||||
[mods.controlling]
|
[mods.controlling]
|
||||||
name = "controlling"
|
name = "controlling"
|
||||||
version = "*"
|
version = "*"
|
||||||
|
|
Loading…
Reference in a new issue