From 0199f83ffcda99af6b6821adcdfe3a736873f800 Mon Sep 17 00:00:00 2001
From: hotsocket
Date: Sat, 12 Jul 2025 00:42:11 -0500
Subject: [PATCH] Add CC:C Bridge. Update Forge, CC:T.
---
index.toml | 7 ++++++-
mods/cc-tweaked.pw.toml | 31 +++++++++++++------------------
mods/cccbridge.pw.toml | 13 +++++++++++++
pack.toml | 4 ++--
4 files changed, 34 insertions(+), 21 deletions(-)
create mode 100644 mods/cccbridge.pw.toml
diff --git a/index.toml b/index.toml
index d475942..54eef0b 100644
--- a/index.toml
+++ b/index.toml
@@ -211,7 +211,12 @@ metafile = true
[[files]]
file = "mods/cc-tweaked.pw.toml"
-hash = "3b2852f9c365a4fa54c1b1e05d47edfcbff4637f19a010cbdb4e7f443b499e82"
+hash = "1544f6f326efdb1880372b13682690d31c6d985385103f7ef1c06d0e7bd166a0"
+metafile = true
+
+[[files]]
+file = "mods/cccbridge.pw.toml"
+hash = "af5be21b70b778bd919a8d10807895fad40671c9701519dbf95bc74f139fec3f"
metafile = true
[[files]]
diff --git a/mods/cc-tweaked.pw.toml b/mods/cc-tweaked.pw.toml
index c1241ce..b4ea2d9 100644
--- a/mods/cc-tweaked.pw.toml
+++ b/mods/cc-tweaked.pw.toml
@@ -1,18 +1,13 @@
-name = "CC: Tweaked"
-filename = "cc-tweaked-1.21.1-forge-1.115.1.jar"
-side = "both"
-
-[download]
-url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/h6qYZ1UT/cc-tweaked-1.21.1-forge-1.115.1.jar"
-hash-format = "sha512"
-hash = "a9580e569243592448955fa9f65e96b0efe7275df62b0c49e8fd9cf6c07546ea006a00a6c0aa30bb4e7d441cc0a3b79607388c1dab1efad45afec5bf4a9a48b7"
-
-[meta]
-link = "https://modrinth.com/mod/cc-tweaked"
-icon = "https://cdn.modrinth.com/data/gu7yAYhd/icon.png"
-description = "ComputerCraft fork adding programmable computers, turtles and more to Minecraft."
-category = "tech"
-
-[update.modrinth]
-mod-id = "gu7yAYhd"
-version = "h6qYZ1UT"
+name = "CC: Tweaked"
+filename = "cc-tweaked-1.21.1-forge-1.116.0.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/qXBAAGD6/cc-tweaked-1.21.1-forge-1.116.0.jar"
+hash-format = "sha512"
+hash = "7af5f545cdbedc3f12d4153087ff1283b19bc8398e1c487455e2fd578009c990e1e1e70e5d4f269ab2ff9182ec6d4176e00372b3d6c23b69af13e7dac82a576d"
+
+[update]
+[update.modrinth]
+mod-id = "gu7yAYhd"
+version = "qXBAAGD6"
diff --git a/mods/cccbridge.pw.toml b/mods/cccbridge.pw.toml
new file mode 100644
index 0000000..09ffccf
--- /dev/null
+++ b/mods/cccbridge.pw.toml
@@ -0,0 +1,13 @@
+name = "CC:C Bridge"
+filename = "cccbridge-mc1.21.1-v1.7.2-neoforge.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/fXt291FO/versions/k3OVsWus/cccbridge-mc1.21.1-v1.7.2-neoforge.jar"
+hash-format = "sha512"
+hash = "b00cc2b77b8db073de77a82afb39e4f1d17addaa055382172d4fccff570d3c20b712a958de6f3f4a206f22513f56b1bd5267ee053a97f95e48e0e88b8780e58e"
+
+[update]
+[update.modrinth]
+mod-id = "fXt291FO"
+version = "k3OVsWus"
diff --git a/pack.toml b/pack.toml
index a575034..e855bb8 100644
--- a/pack.toml
+++ b/pack.toml
@@ -6,8 +6,8 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
-hash = "776579cc5e1663a8b161e6fa3eb6e2a918c149dfcdc1eef7428d9602e35d6a4f"
+hash = "e9bc83c2c4d8c2755698dd0e86869db9991630267ba3dc52ac54b3cb353c6e8f"
[versions]
minecraft = "1.21.1"
-neoforge = "21.1.180"
+neoforge = "21.1.190"
|