From 6488d9c57595d618020d6ee8ec29fdbfae23b71d Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 13 Nov 2023 23:56:11 -0500 Subject: [PATCH] added walljump config --- src/config/walljump-common.toml | 34 +++++++++++++++++++++++++++++++++ src/index.toml | 4 ++++ src/pack.toml | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 src/config/walljump-common.toml diff --git a/src/config/walljump-common.toml b/src/config/walljump-common.toml new file mode 100644 index 0000000..bdbeff5 --- /dev/null +++ b/src/config/walljump-common.toml @@ -0,0 +1,34 @@ + +#Common configuration settings +[common] + #Allows you to climb up without alternating walls + allowReClinging = false + #Automatically turn the player when wall clinging + autoRotation = false + #Elytra speed boost; set to 0.0 to disable + #Range: 0.0 ~ 5.0 + elytraSpeedBoost = 0.0 + #Enable Wall-Jump enchantments in the enchanting table + enableEnchantments = true + #Exhaustion gained per wall jump + #Range: 0.0 ~ 5.0 + exhaustionWallJump = 0.3 + #Minimum distance for fall damage; set to 3.0 to disable + #Range: 3.0 ~ 256.0 + minFallDistance = 3.0 + #Play a rush of wind as you fall to your doom + playFallSound = true + #Sprint speed boost; set to 0.0 to disable + #Range: 0.0 ~ 5.0 + sprintSpeedBoost = 0.0 + #Walk up steps even while airborne, also jump over fences + stepAssist = true + #Allows you to jump in mid-air + useDoubleJump = true + #Allows you to wall cling and wall jump + useWallJump = true + #Range: 0.0 ~ 1.0 + wallJumpHeight = 0.55 + #Ticks wall clinged before starting wall slide + #Range: > 0 + wallSlideDelay = 15 diff --git a/src/index.toml b/src/index.toml index e472549..cf1b365 100644 --- a/src/index.toml +++ b/src/index.toml @@ -8,6 +8,10 @@ hash = "d3f67c209e5b3c9d7f840b3e4bbdb48149220d209d9b9bc5317dca83694d60cd" file = "config/builtinservers.json" hash = "1b26d2227e4b6e7c26e5ddd3276ab4911c4c96586801c740e970acade25c9cb4" +[[files]] +file = "config/walljump-common.toml" +hash = "1b3d0c85bb5dac78346f05995fdca2ab88bf80905ef1801d5510f2719127d4b8" + [[files]] file = "kubejs/assets/capejs/textures/capes/dev.png" hash = "35e8f0d6ee84ecf70bed440d5b26b523d2c684568f16fdc871ce934d224eec2c" diff --git a/src/pack.toml b/src/pack.toml index 965df22..cf8a6b5 100644 --- a/src/pack.toml +++ b/src/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "cbdfa852dcf87a1ef18fa7a34d71e177d0a88bfaff431be116cbf52a309cefda" +hash = "822ebfc4629e9ab31dae07e75eb912d86c2c88104b15ee45c1aa42b915e6b35d" [versions] forge = "47.2.0"