17 lines
585 B
TOML
17 lines
585 B
TOML
|
|
||
|
[client]
|
||
|
#The x position of the warp button in the inventory.
|
||
|
teleportButtonX = 58
|
||
|
#The y position of the warp button in the inventory.
|
||
|
teleportButtonY = 60
|
||
|
#If enabled, activated waystones will not emit particles.
|
||
|
disableParticles = false
|
||
|
#If enabled, the text overlay on waystones will no longer always render at full brightness.
|
||
|
disableTextGlow = false
|
||
|
#The volume of the sound played when teleporting.
|
||
|
#Range: 0.0 ~ 1.0
|
||
|
soundVolume = 0.10000000149011612
|
||
|
#If enabled, a JourneyMap waypoint will be created when activating a waystone.
|
||
|
createJourneyMapWaypoint = false
|
||
|
|