From bca74c232c3d1b2b1b083329aa97b653662ad8d9 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Sun, 15 Dec 2024 13:16:43 -0400 Subject: [PATCH] Add backup and ping wheel --- minecraft/docker-compose.yml | 7 +++- minecraft/pack/index.toml | 35 +++++++++++++------ minecraft/pack/mods/blossomlib.pw.toml | 13 ------- minecraft/pack/mods/blossomwarps.pw.toml | 13 ------- .../pack/mods/compact-help-command.pw.toml | 13 +++++++ .../pack/mods/fabric-language-kotlin.pw.toml | 13 +++++++ .../pack/mods/followers-teleport-too.pw.toml | 13 +++++++ minecraft/pack/mods/ping-wheel.pw.toml | 13 +++++++ minecraft/pack/mods/x-backup.pw.toml | 13 +++++++ minecraft/pack/pack.toml | 2 +- 10 files changed, 97 insertions(+), 38 deletions(-) delete mode 100644 minecraft/pack/mods/blossomlib.pw.toml delete mode 100644 minecraft/pack/mods/blossomwarps.pw.toml create mode 100644 minecraft/pack/mods/compact-help-command.pw.toml create mode 100644 minecraft/pack/mods/fabric-language-kotlin.pw.toml create mode 100644 minecraft/pack/mods/followers-teleport-too.pw.toml create mode 100644 minecraft/pack/mods/ping-wheel.pw.toml create mode 100644 minecraft/pack/mods/x-backup.pw.toml diff --git a/minecraft/docker-compose.yml b/minecraft/docker-compose.yml index fa95990..2a39e61 100644 --- a/minecraft/docker-compose.yml +++ b/minecraft/docker-compose.yml @@ -39,7 +39,12 @@ services: # railoptimization (Not updated) # modernfix (Not updated) # Maybe add: - # essential-commands (Replace helpfulcommands and blossumwarps) + # essential-commands (Replace helpfulcommands) + # blossumwarps (Warp points) + # blossumtpa (Teleport requests) + # blossumhomes (Home points) + # blossumback (Back command) + # enchanting-commands (Enchanting commands) # luckperms (Permissions, maybe, not sure its needed) volumes: - /docker/appdata/minecraft:/data \ No newline at end of file diff --git a/minecraft/pack/index.toml b/minecraft/pack/index.toml index ef2bcf6..d6cd23c 100644 --- a/minecraft/pack/index.toml +++ b/minecraft/pack/index.toml @@ -28,16 +28,6 @@ file = "mods/balm.pw.toml" hash = "e3f783bcc6ff818d804d3c6022d8ac08ae41e3c01171445a0358bff9d9f45387" metafile = true -[[files]] -file = "mods/blossomlib.pw.toml" -hash = "dee34336edeb00799560138a92ccd6444f81c529a1cc3f24c7d22c1db4cb78d3" -metafile = true - -[[files]] -file = "mods/blossomwarps.pw.toml" -hash = "97a4639cc797637e3e739ff34605455cadec28e13f63fa801e09b036d34ba1db" -metafile = true - [[files]] file = "mods/c2me-fabric.pw.toml" hash = "ee2851f9fa059ab4a243fb6f7ba58f9d4d2e586aee9b8ea3859e13d59a6386f1" @@ -53,6 +43,11 @@ file = "mods/collective.pw.toml" hash = "49349d6789c8d49c469d98f0796b260df8f9534625fddd60c37a0bd197dce225" metafile = true +[[files]] +file = "mods/compact-help-command.pw.toml" +hash = "96fb87e87ce84bef8d4d50e90082b4ebfc7a3fe06c21bdca70bed2a874af3fa3" +metafile = true + [[files]] file = "mods/craterlib.pw.toml" hash = "8d6953e79ed890486dfd960ebf8ede73dd9f25ed1b7300a611829ac725a9827a" @@ -78,11 +73,21 @@ file = "mods/fabric-api.pw.toml" hash = "bae6c7361d1a1dd2ff099c563226526fd86069d68f6bb242bbae1a610a173204" metafile = true +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "3d0bf4d56ea941f856200934fdc2fb4952fe513d469f47bdb5fc586f99f16097" +metafile = true + [[files]] file = "mods/ferrite-core.pw.toml" hash = "1ef554f7a8d5f7ed4bc21316e034eeef3430dc306012c0a706bd4c3e4ac253aa" metafile = true +[[files]] +file = "mods/followers-teleport-too.pw.toml" +hash = "c2e3a784ac7202941c4f3adfa500133f91f844417e56683ba7dd1a0b150b6a77" +metafile = true + [[files]] file = "mods/forge-config-api-port.pw.toml" hash = "4b257578b2973f4e99ae3192989f7ba4db19e9eca99ea396a1479c8a6cd9ca88" @@ -148,6 +153,11 @@ file = "mods/noisium.pw.toml" hash = "85ae542e2ccfb61bcdd3aa55b1a56436782687ba63388e249cb98376737045d4" metafile = true +[[files]] +file = "mods/ping-wheel.pw.toml" +hash = "8801b779ee16367851cdc838370dfec7c73d2fb180e4d939bea6dac61d752060" +metafile = true + [[files]] file = "mods/plasmo-voice.pw.toml" hash = "3dc5c2ae7db409f60bbec59830ba7d2108cdbdd1c6be7e4fa5278220213de558" @@ -198,6 +208,11 @@ file = "mods/vmp-fabric.pw.toml" hash = "d6455abd0deae481e3c40ec33fa388a11c23031971bcf5437330f9aea2f47e45" metafile = true +[[files]] +file = "mods/x-backup.pw.toml" +hash = "1a6e7e03e8665cd5981cf27c9ba29591adc552484eb7373aefcf442dffff0e26" +metafile = true + [[files]] file = "mods/yacl.pw.toml" hash = "4b7c266cf6c560aec780394f515cbe880c72fb07286f60694823fde3b926f184" diff --git a/minecraft/pack/mods/blossomlib.pw.toml b/minecraft/pack/mods/blossomlib.pw.toml deleted file mode 100644 index 698fe51..0000000 --- a/minecraft/pack/mods/blossomlib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "BlossomLib" -filename = "blossom-lib-2.5.11+1.21.4.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/Xw7lTsbM/versions/3mC9QSRE/blossom-lib-2.5.11%2B1.21.4.jar" -hash-format = "sha512" -hash = "595aefb0949829b56721fe14cbdc98aa95eb717cd3688ace0c5e602dd69b4487a243c75853408887313a9d6fe12b4e3d632b1813c4a93be15f0e507d39be98e1" - -[update] -[update.modrinth] -mod-id = "Xw7lTsbM" -version = "3mC9QSRE" diff --git a/minecraft/pack/mods/blossomwarps.pw.toml b/minecraft/pack/mods/blossomwarps.pw.toml deleted file mode 100644 index b6a3b9f..0000000 --- a/minecraft/pack/mods/blossomwarps.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "BlossomWarps" -filename = "blossom-warps-2.0.11+1.21.4.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/u9XjQayT/versions/6J7c0sqS/blossom-warps-2.0.11%2B1.21.4.jar" -hash-format = "sha512" -hash = "79a51dce8df90b8fb08e42e01f4cbe3922c8afc92212fc3937156ab86f0c52942caa111d1bd082a474b4f13934573ca34ef8103cac60f159364f14fb163cb831" - -[update] -[update.modrinth] -mod-id = "u9XjQayT" -version = "6J7c0sqS" diff --git a/minecraft/pack/mods/compact-help-command.pw.toml b/minecraft/pack/mods/compact-help-command.pw.toml new file mode 100644 index 0000000..3eac416 --- /dev/null +++ b/minecraft/pack/mods/compact-help-command.pw.toml @@ -0,0 +1,13 @@ +name = "Compact Help Command" +filename = "compacthelpcommand-1.21.4-2.7.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/XdiGl7ZL/versions/TivaOLr7/compacthelpcommand-1.21.4-2.7.jar" +hash-format = "sha512" +hash = "c74e3aeebdc0b4f5a8e671745081e948ad472f074cffec330ab694c874aa4d50061edc4708fdd80f53be2bccff5606254ac68bdb479aa27d3d343a5ab2e79af4" + +[update] +[update.modrinth] +mod-id = "XdiGl7ZL" +version = "TivaOLr7" diff --git a/minecraft/pack/mods/fabric-language-kotlin.pw.toml b/minecraft/pack/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 0000000..e0f3882 --- /dev/null +++ b/minecraft/pack/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.0+kotlin.2.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/csX9r2wS/fabric-language-kotlin-1.13.0%2Bkotlin.2.1.0.jar" +hash-format = "sha512" +hash = "bd6acac5e2196aae0095ec453aec46d54e0d925289895fac94b1426cabd3db7e275302502475c61b9719fc8f026e7aaa305122dcdf374c58620bc38b8b4e99a7" + +[update] +[update.modrinth] +mod-id = "Ha28R6CL" +version = "csX9r2wS" diff --git a/minecraft/pack/mods/followers-teleport-too.pw.toml b/minecraft/pack/mods/followers-teleport-too.pw.toml new file mode 100644 index 0000000..c2f24d4 --- /dev/null +++ b/minecraft/pack/mods/followers-teleport-too.pw.toml @@ -0,0 +1,13 @@ +name = "Followers Teleport Too" +filename = "followersteleporttoo-1.21.4-2.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/E5YVNsbH/versions/s48s1B03/followersteleporttoo-1.21.4-2.6.jar" +hash-format = "sha512" +hash = "cd66443542e0aaa651c74ee4868699fa8916da95a315290a94f1fd4bf8c1c2bbd85a746d054359a47cb34d4efd6c2f88ce934b89efa86826d0fb22d39231fd21" + +[update] +[update.modrinth] +mod-id = "E5YVNsbH" +version = "s48s1B03" diff --git a/minecraft/pack/mods/ping-wheel.pw.toml b/minecraft/pack/mods/ping-wheel.pw.toml new file mode 100644 index 0000000..e3e6885 --- /dev/null +++ b/minecraft/pack/mods/ping-wheel.pw.toml @@ -0,0 +1,13 @@ +name = "Ping Wheel" +filename = "Ping-Wheel-1.10.0-fabric-1.21.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QQXAdCzh/versions/j4MXM9sv/Ping-Wheel-1.10.0-fabric-1.21.4.jar" +hash-format = "sha512" +hash = "424d97183ae963c557c5f729a881e6e547021648a98e21d7ccc473fdfd4687393f0a259fff0abdf8a8b87983bf05d4b8aeaf7858c0993115351327f2afe137db" + +[update] +[update.modrinth] +mod-id = "QQXAdCzh" +version = "j4MXM9sv" diff --git a/minecraft/pack/mods/x-backup.pw.toml b/minecraft/pack/mods/x-backup.pw.toml new file mode 100644 index 0000000..17cb6a6 --- /dev/null +++ b/minecraft/pack/mods/x-backup.pw.toml @@ -0,0 +1,13 @@ +name = "X Backup" +filename = "x-backup-0.3.5+1.21.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/zJ4gyF5J/versions/EpiThn2S/x-backup-0.3.5%2B1.21.4.jar" +hash-format = "sha512" +hash = "167201cac5be9399166992bed421a7e9df7e8375fb3250b1145e6f00390bcd82a87ea32162a86eb2526e723e6e50b01f5630c2f7435491d34cedbf8d0a0943ff" + +[update] +[update.modrinth] +mod-id = "zJ4gyF5J" +version = "EpiThn2S" diff --git a/minecraft/pack/pack.toml b/minecraft/pack/pack.toml index 8efa998..96bad81 100644 --- a/minecraft/pack/pack.toml +++ b/minecraft/pack/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "2955d50bbca21437a681ba02d19373424d7a805b395939823fda5b526fb31f8b" +hash = "13d43ff2ec5ecf4e2e376b90bd6c02f31ade6e65d58445b469e2856520cc8a66" [versions] fabric = "0.16.9"