diff --git a/config/yosbr/config/BlossomMods/BlossomTpa.json b/config/yosbr/config/BlossomMods/BlossomTpa.json new file mode 100644 index 0000000..3163574 --- /dev/null +++ b/config/yosbr/config/BlossomMods/BlossomTpa.json @@ -0,0 +1,9 @@ +{ + "teleportation": { + "cancelOnMove": true, + "actionBarMessageEnabled": true + }, + "timeout": 60, + "standStill": 3, + "cooldown": 30 +} diff --git a/index.toml b/index.toml index aaa3e49..1f7810b 100644 --- a/index.toml +++ b/index.toml @@ -4,6 +4,10 @@ hash-format = "sha256" file = "config/isxander-main-menu-credits.json" hash = "82219d10207c39e58dacdf82359116dd404f1109988d1f5aef90423149e97e8c" +[[files]] +file = "config/yosbr/config/BlossomMods/BlossomTpa.json" +hash = "ce7bee420782e2d4c7c6faf5da8463945fcd6d47b5dd872a24b45c4fea8e84d4" + [[files]] file = "config/yosbr/config/MouseTweaks.cfg" hash = "517dc398bcc772616a9775a38c77e608a12a9e03cf5b019e7640a4ad572f628c" @@ -148,6 +152,16 @@ file = "mods/bettergrassify.pw.toml" hash = "7a1461aa9d13a87e81431dc54c40c3e2df10aa6216b20aaf3389828b01407a63" metafile = true +[[files]] +file = "mods/blossomlib.pw.toml" +hash = "06f14238b158016b8832fbc2cd7e9730a58ef475fc74359031a4f4f8cba1340f" +metafile = true + +[[files]] +file = "mods/blossomtpa.pw.toml" +hash = "2785eb559710cddbd354e727bcf1f67a9923a136c053f3262e462bac758645b2" +metafile = true + [[files]] file = "mods/calcmod.pw.toml" hash = "0e81a1ab30c2deebe8a51c0269e7868f53cdae5c3d5a3a0756a76243aceeab30" diff --git a/mods/blossomlib.pw.toml b/mods/blossomlib.pw.toml new file mode 100644 index 0000000..3e04be0 --- /dev/null +++ b/mods/blossomlib.pw.toml @@ -0,0 +1,13 @@ +name = "BlossomLib" +filename = "blossom-lib-2.5.17+1.21.9.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Xw7lTsbM/versions/UhnLDUIB/blossom-lib-2.5.17%2B1.21.9.jar" +hash-format = "sha512" +hash = "c2b59bdcf8c2d86a8e8d68beea720b684658a88994dd5f8bcbdd1b812a02404e6f3a8fbc5e8f547af71cba7b6229b52ec74c5900efb87054c7dd7d70611560d9" + +[update] +[update.modrinth] +mod-id = "Xw7lTsbM" +version = "UhnLDUIB" diff --git a/mods/blossomtpa.pw.toml b/mods/blossomtpa.pw.toml new file mode 100644 index 0000000..ff8f04f --- /dev/null +++ b/mods/blossomtpa.pw.toml @@ -0,0 +1,13 @@ +name = "BlossomTpa" +filename = "blossom-tpa-2.2.11+1.21.9.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Y25EUH1s/versions/u3w7YkDw/blossom-tpa-2.2.11%2B1.21.9.jar" +hash-format = "sha512" +hash = "6c0ffe5621b782b06e2abd91bd519c095b1643fc6a7b8d1ae53330dc95ee1b95db370f11742cad8c951600780f1002d02b62ae62b3f77eaadc5249d34d526dd7" + +[update] +[update.modrinth] +mod-id = "Y25EUH1s" +version = "u3w7YkDw" diff --git a/pack.toml b/pack.toml index 1ec0732..dc35b3d 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 = "299ee57f94d06844d869ee784c45ebd74ea6220242a80e53aa1c535819bb8267" +hash = "478d0967231dbd38671118646ecfd2dde45b0c4ad46bfcf16bc52bb866436789" [versions] fabric = "0.17.3"