added config files

This commit is contained in:
2024-09-25 03:12:49 +02:00
parent 9a84b7a147
commit e028f16b78
373 changed files with 16567 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#Should the Slime Helmet be damaged by climbing on the ceiling
hangClimbingDamagesSlimeHelmet = true
#Should Slime Chestplates and Slime Leggings be damaged by wall climbing (not inculding including already climbable blocks)
wallClimbingDamagesSlimeChestplateAndLeggings = true
#Should Slime Boots be damaged by bouncing
bouncingDamagesSlimeBoots = true
#The maximum speed an entity on a Slippery Slime Block can go.
#Setting this to a high value can cause lag due to entities being sent hundreds\thousands of blocks away
#Range: 0 ~ 100
maxSlipperySlimeBlockSpeed = 8
#Allows the player to keep momentum and continue bouncing endlessly below 1.5 blocks of fall distance by holding the jump key
slimeBootSurfing = false