diff --git a/README.md b/README.md index 7809ff7..23ebb70 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ## Compatibility They provide compatibility between mods or other services * [CO] **[AE2 + Mouse Tweaks Fix](https://modrinth.com/mod/ae2-mousetweaks-fix)** - Disables Mouse Tweaks' "WheelTweak" in AE2 terminals + * [CS] **[CC: VS](https://modrinth.com/mod/cc-vs)** - A simple ComputerCraft x Valkyrien Skies integration addon * [CS] **[CC:C Bridge](https://modrinth.com/mod/cccbridge)** - Adds compatibility between the ComputerCraft and Create mod with peripherals! * [CS] **[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). * [CS] **[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... diff --git a/index.toml b/index.toml index a23abda..c4731cc 100644 --- a/index.toml +++ b/index.toml @@ -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]] diff --git a/modinfo.toml b/modinfo.toml index f7d0491..fffa761 100644 --- a/modinfo.toml +++ b/modinfo.toml @@ -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" diff --git a/mods/cc-tweaked.pw.toml b/mods/cc-tweaked.pw.toml index 74dfecd..e15f505 100644 --- a/mods/cc-tweaked.pw.toml +++ b/mods/cc-tweaked.pw.toml @@ -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" diff --git a/mods/cc-vs.pw.toml b/mods/cc-vs.pw.toml new file mode 100644 index 0000000..75ca3cf --- /dev/null +++ b/mods/cc-vs.pw.toml @@ -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" diff --git a/mods/plethora-peripherals.pw.toml b/mods/plethora-peripherals.pw.toml index 3d4e939..36c2e21 100644 --- a/mods/plethora-peripherals.pw.toml +++ b/mods/plethora-peripherals.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index c2537cc..585d392 100644 --- a/pack.toml +++ b/pack.toml @@ -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"