Downgraded CC:Tweaked, added back CC:VS

This commit is contained in:
Casey 2024-09-02 14:06:21 +03:00
parent 96f9c836ec
commit be1d96807e
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
7 changed files with 31 additions and 10 deletions

View File

@ -2,6 +2,7 @@
## Compatibility
They provide compatibility between mods or other services
* <img width="32" height="32" src="https://cdn.modrinth.com/data/r3Ge6Tj5/cb170c790831e9691674117d9f33c0df715efeae.png">&#91;<abbr title="side:client">CO</abbr>&#93; **[AE2 + Mouse Tweaks Fix](https://modrinth.com/mod/ae2-mousetweaks-fix)** - Disables Mouse Tweaks' "WheelTweak" in AE2 terminals
* <img width="32" height="32" src="https://cdn.modrinth.com/data/bvgy8HrZ/aa76a1faf3ccaaf2057712edf3657bd318bf5995.png">&#91;<abbr title="side:both">CS</abbr>&#93; **[CC: VS](https://modrinth.com/mod/cc-vs)** - A simple ComputerCraft x Valkyrien Skies integration addon
* <img width="32" height="32" src="https://cdn.modrinth.com/data/fXt291FO/0a7670a36212340465e689bbd107e921a45065ad.webp">&#91;<abbr title="side:both">CS</abbr>&#93; **[CC:C Bridge](https://modrinth.com/mod/cccbridge)** - Adds compatibility between the ComputerCraft and Create mod with peripherals!
* <img width="32" height="32" src="https://cdn.modrinth.com/data/eu7WswDc/e4adb9e0d5b4d8f448051c9d5f5684ed0ef15d01.png">&#91;<abbr title="side:both">CS</abbr>&#93; **[Computer Cartographer](https://modrinth.com/mod/computer-cartographer)** - Adds a peripheral to ComputerCraft Tweaked that allows for interfacing with common mapping plugins (BlueMap, Dynmap, Pl3xMap, and Squaremap).
* <img width="32" height="32" src="">&#91;<abbr title="side:both">CS</abbr>&#93; **[Create Cobblestone Mixers](https://modrinth.com/mod/create-cobblestone-mixers)** - Adds a block-breaking free way of generating cobblestone for all your Create Mod needs...

View File

@ -2,7 +2,7 @@ hash-format = "sha256"
[[files]]
file = "README.md"
hash = "01cc3b102df1cfb21c7e74a759a812163715682718083c104ce08cccb57b5bf6"
hash = "5b37c794127d3af713732cc15aee7ba48e1d655f98933a58ac0900937a4b17a7"
[[files]]
file = "make-list.py"
@ -10,7 +10,7 @@ hash = "3d4daf2b31fc7223f1d8ae13e66af64c88564127e805681ee0eccbc2baf94e92"
[[files]]
file = "modinfo.toml"
hash = "c66a3a9d282a9aafe540d101918d7c39355ace2ed10d17ccebeade3419cd0c04"
hash = "c1aab3280d88e557f22fe668d7a82cb21167eedd26e4c005c422391f6e2b2b76"
[[files]]
file = "mods/3dskinlayers.pw.toml"
@ -239,7 +239,12 @@ metafile = true
[[files]]
file = "mods/cc-tweaked.pw.toml"
hash = "4bb621237a31c54f51c37d9a0660d176336a89888a931b294ee95d9c1a90856a"
hash = "0c52d356ebc786b1088f960f3f2de15ebd2eb6e1a80e1da7975e67ff1de6b265"
metafile = true
[[files]]
file = "mods/cc-vs.pw.toml"
hash = "6bbf58a8bd96a900bf47c13c1bfff04ab0f6bdc8e72abbe8ff6efac002eef073"
metafile = true
[[files]]
@ -1019,7 +1024,7 @@ metafile = true
[[files]]
file = "mods/plethora-peripherals.pw.toml"
hash = "634e9ad89419dd15aeffcaabe46396d00753e8bcb68a7e2c318061100a5ec10f"
hash = "4a8101afd8d0a7aac581791e92246c1ef199e4efc50b79efcc7bd061eb70a7b7"
metafile = true
[[files]]

View File

@ -632,7 +632,6 @@ icon = "https://cdn.modrinth.com/data/bvgy8HrZ/aa76a1faf3ccaaf2057712edf3657bd31
side = "both"
optional = false
category = "compatibility"
removed = true
[mods.convenient-decor]
name = "Convenient Decor"

View File

@ -1,13 +1,14 @@
name = "CC: Tweaked"
filename = "cc-tweaked-1.20.1-fabric-1.113.0.jar"
filename = "cc-tweaked-1.20.1-fabric-1.111.0.jar"
side = "both"
pin = true
[download]
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/87ef5MGO/cc-tweaked-1.20.1-fabric-1.113.0.jar"
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/MlxrTZqO/cc-tweaked-1.20.1-fabric-1.111.0.jar"
hash-format = "sha1"
hash = "d7d236328577c23ac742eadb244f0bc9ebfe1bfe"
hash = "74af3d15232d46a66cdbeef7bdaed4b544a30b5d"
[update]
[update.modrinth]
mod-id = "gu7yAYhd"
version = "87ef5MGO"
version = "MlxrTZqO"

14
mods/cc-vs.pw.toml Normal file
View File

@ -0,0 +1,14 @@
name = "CC: VS"
filename = "cc_vs-1.20.1-fabric-0.1.0.jar"
side = "both"
pin = true
[download]
url = "https://cdn.modrinth.com/data/bvgy8HrZ/versions/8Xl4d2Lj/cc_vs-1.20.1-fabric-0.1.0.jar"
hash-format = "sha1"
hash = "d690be71f7ba220ef856a99d62e11f3d1e1ae02d"
[update]
[update.modrinth]
mod-id = "bvgy8HrZ"
version = "8Xl4d2Lj"

View File

@ -1,6 +1,7 @@
name = "Plethora Peripherals"
filename = "Plethora-Fabric-1.11.7.jar"
side = "both"
pin = true
[download]
url = "https://cdn.modrinth.com/data/LDfFdCXe/versions/OjFtc3oY/Plethora-Fabric-1.11.7.jar"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "0580c7c09ee266fbcf5467ccc8cb2be26fdaf3ea108e27d49892610b12e26178"
hash = "14e244176854320543b19dfccdcd4ed628685571c70e1a8a67025d1b6f13997e"
[versions]
fabric = "0.16.2"