Traveler's Backpack

Traveler's Backpack

26M Downloads

Can't enable abilities

ITCMD opened this issue ยท 3 comments

commented

Describe the bug
Even though it is set to "true" in the server common config file, I see the following:
image

Here's the world\serverconfig\travelersbackpack-server.toml file:

#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

Required informations (please complete the following information):

  • Mod version: 1.18.2 - 7.1.6
  • Mod Loader: Forge
commented

server config is kinda of broken, next update will transfer whole server config to common config, what will resolve the issue

commented

Thank you for the quick update!