Abilities config is set to true on serverconfig but doesnt work (1.19)
CeZerTyui opened this issue ยท 2 comments
- Mod version: TravelersBackpack-1.19-8.0.8.jar
- Mod Loader: Forge
in game it still says disabled
But the server config says its true
`
#Server config settings
[server]
toolSlotsAcceptSwords = true
disableCrafting = false
#Enables wearing backpack directly from ground
enableBackpackBlockWearable = true
#Backpack immune to any damage source (lava, fire), can't be destroyed, never disappears as floating item
invulnerableBackpack = true
enableBackpackAbilities = true
#Range: > 250
tanksCapacity = 4000
`