properly configure walljump
This commit is contained in:
parent
66213ce56d
commit
886660a732
@ -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
31
config/walljump.json
Normal 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
|
||||||
|
}
|
@ -61,8 +61,8 @@ file = "config/voicechat/voicechat-server.properties"
|
|||||||
hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/wall-jump.properties"
|
file = "config/walljump.json"
|
||||||
hash = "abd2fe87ba82de4dd91da88937a348ece73fa545578e23bb42225fd9539dafa3"
|
hash = "94f9017594df2b175fecdccbabfab5ec924d363622730895022621dfdaee7d93"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/custom-hud/config.json"
|
file = "config/yosbr/config/custom-hud/config.json"
|
||||||
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "488d7041a75d31b6410e7258b85f3062c05d4866812a1e6431ec1165c14ae351"
|
hash = "6f683d5c4e5c0b03ba58e795fc93a39e460ff9d8106d3645d9e475afda02b458"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.15.3"
|
fabric = "0.15.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user