properly configure walljump

This commit is contained in:
endigma 2023-12-29 01:32:37 -04:00
parent 66213ce56d
commit 886660a732
Signed by: endigma
GPG Key ID: 915867AD1D297D9F
4 changed files with 34 additions and 18 deletions

View File

@ -1,15 +0,0 @@
#automatically generated default config file
#Sat Sep 02 09:54:10 ADT 2023
useDoubleJump=false
exhaustionWallJump=0.8
minFallDistance=7.5
autoRotation=false
enableEnchantments=false
stepAssist=true
allowReClinging=false
sprintSpeedBoost=0.0
elytraSpeedBoost=0.0
wallSlideDelay=15
useWallJump=true
wallJumpHeight=0.55
playFallSound=true

31
config/walljump.json Normal file
View File

@ -0,0 +1,31 @@
{
"enchantconfigs": {
"enableEnchantments": true,
"enableDoubleJumpEnchantment": true,
"doublejump_maxlevel": 2,
"enableSpeedboostEnchantment": true,
"speedboost_maxlevel": 3,
"enableWallJumpEnchantment": true,
"walljump_maxlevel": 1
},
"doubleconfigs": {
"useDoubleJump": false,
"minFallDistance": 7.5
},
"speedconfigs": {
"sprintSpeedBoost": 0.0,
"elytraSpeedBoost": 0.0
},
"jumpconfigs": {
"useWallJump": true,
"wallJumpHeight": 0.55,
"wallJumpXextra": 0.0,
"wallJumpZextra": 0.0,
"allowReClinging": false,
"wallSlideDelay": 15,
"autoRotation": false,
"exhaustionWallJump": 0.8
},
"playFallSound": true,
"stepAssist": true
}

View File

@ -61,8 +61,8 @@ file = "config/voicechat/voicechat-server.properties"
hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
[[files]]
file = "config/wall-jump.properties"
hash = "abd2fe87ba82de4dd91da88937a348ece73fa545578e23bb42225fd9539dafa3"
file = "config/walljump.json"
hash = "94f9017594df2b175fecdccbabfab5ec924d363622730895022621dfdaee7d93"
[[files]]
file = "config/yosbr/config/custom-hud/config.json"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "488d7041a75d31b6410e7258b85f3062c05d4866812a1e6431ec1165c14ae351"
hash = "6f683d5c4e5c0b03ba58e795fc93a39e460ff9d8106d3645d9e475afda02b458"
[versions]
fabric = "0.15.3"