added walljump config
This commit is contained in:
parent
44ea027126
commit
6488d9c575
3 changed files with 39 additions and 1 deletions
34
src/config/walljump-common.toml
Normal file
34
src/config/walljump-common.toml
Normal file
|
@ -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
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue