From 6af462ed716e6e3d795b1dc6e7bb39b114cfbd6c Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Wed, 10 Jul 2024 07:32:08 -0400 Subject: [PATCH] Version bump to 0.8.6 Mods added: - FastMove - Real Camera Configs changed: - `walljump-common.toml` - Disabled enchantments and wall-climbing (wall-climbing will be handled by FastMove) --- src/config/walljump-common.toml | 6 +++--- src/index.toml | 12 +++++++++++- src/mods/fastmove.pw.toml | 13 +++++++++++++ src/mods/real-camera.pw.toml | 13 +++++++++++++ src/pack.toml | 4 ++-- 5 files changed, 42 insertions(+), 6 deletions(-) create mode 100644 src/mods/fastmove.pw.toml create mode 100644 src/mods/real-camera.pw.toml diff --git a/src/config/walljump-common.toml b/src/config/walljump-common.toml index bdbeff5..77bca1c 100644 --- a/src/config/walljump-common.toml +++ b/src/config/walljump-common.toml @@ -9,7 +9,7 @@ #Range: 0.0 ~ 5.0 elytraSpeedBoost = 0.0 #Enable Wall-Jump enchantments in the enchanting table - enableEnchantments = true + enableEnchantments = false #Exhaustion gained per wall jump #Range: 0.0 ~ 5.0 exhaustionWallJump = 0.3 @@ -22,11 +22,11 @@ #Range: 0.0 ~ 5.0 sprintSpeedBoost = 0.0 #Walk up steps even while airborne, also jump over fences - stepAssist = true + stepAssist = false #Allows you to jump in mid-air useDoubleJump = true #Allows you to wall cling and wall jump - useWallJump = true + useWallJump = false #Range: 0.0 ~ 1.0 wallJumpHeight = 0.55 #Ticks wall clinged before starting wall slide diff --git a/src/index.toml b/src/index.toml index 338c5dc..32adfd2 100644 --- a/src/index.toml +++ b/src/index.toml @@ -39,7 +39,7 @@ hash = "fa79208c014d3f6d8b317c98b0f7a25a08faafa68e767aab2aafe6232cdee144" [[files]] file = "config/walljump-common.toml" -hash = "1b3d0c85bb5dac78346f05995fdca2ab88bf80905ef1801d5510f2719127d4b8" +hash = "6ed989bfdaa7d43f656278a811eba06035dae60ccd7fc416732b969fdb14ddf7" [[files]] file = "config/water_sources.json" @@ -600,6 +600,11 @@ file = "mods/fast-paintings.pw.toml" hash = "c1f384e413720c59bf548e1222bd79568870f6a0bd79ce139d0a28dc050799ac" metafile = true +[[files]] +file = "mods/fastmove.pw.toml" +hash = "737a8dc5119254e7ddcd20c1f6e6531860ea77c4cea8b7ecb2abae28108f967d" +metafile = true + [[files]] file = "mods/fastsuite.pw.toml" hash = "f66951f1aede8b984643c636b2f3177354395254f9e60a9728dbcbcf1d94668d" @@ -1040,6 +1045,11 @@ file = "mods/rats.pw.toml" hash = "835f492eb562981d516fcce7b6784b8b83f81255166eb11bac1205a35dd32b0d" metafile = true +[[files]] +file = "mods/real-camera.pw.toml" +hash = "3f545806662aefca07c5e5c5294072b193066de37a63b2186233b2f23b0e398c" +metafile = true + [[files]] file = "mods/reap-mod.pw.toml" hash = "48acf55ee5299c2139ff4296be89c37fc7657d92a0e03b833470a442b34b5dba" diff --git a/src/mods/fastmove.pw.toml b/src/mods/fastmove.pw.toml new file mode 100644 index 0000000..da9d737 --- /dev/null +++ b/src/mods/fastmove.pw.toml @@ -0,0 +1,13 @@ +name = "FastMove - Parkour Movement" +filename = "FastMove-1.20.1-1.0.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XmqpPthc/versions/emfAuPDy/FastMove-1.20.1-1.0.7.jar" +hash-format = "sha1" +hash = "2e38406190d1483b8d7ec4519b23aeffec6c24ad" + +[update] +[update.modrinth] +mod-id = "XmqpPthc" +version = "emfAuPDy" diff --git a/src/mods/real-camera.pw.toml b/src/mods/real-camera.pw.toml new file mode 100644 index 0000000..38fb7e2 --- /dev/null +++ b/src/mods/real-camera.pw.toml @@ -0,0 +1,13 @@ +name = "Real Camera" +filename = "realcamera-1.20.1-forge-0.6.1-beta.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fYYSAh4R/versions/20tdza7t/realcamera-1.20.1-forge-0.6.1-beta.jar" +hash-format = "sha1" +hash = "71cd86895b1b96babd246b31f67f80249f003c86" + +[update] +[update.modrinth] +mod-id = "fYYSAh4R" +version = "20tdza7t" diff --git a/src/pack.toml b/src/pack.toml index 42595d9..beee74f 100644 --- a/src/pack.toml +++ b/src/pack.toml @@ -1,12 +1,12 @@ name = "GalacticFactory" author = "GalacticFactory" -version = "0.8.5" +version = "0.8.6" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "42f9a91b42065565d27b98f07c2f7cb8957f6e090cb8e67243434f20d3dc1181" +hash = "a41bad23bbde437ab78211b56f04a38713ac477b85b63b7e54cdf0a43329b08c" [versions] forge = "47.2.0"