Fellies/config/waystones-client.toml

17 lines
585 B
TOML
Raw Normal View History

2021-01-28 20:21:47 +00:00
[client]
2021-02-12 14:22:54 +00:00
#If enabled, the text overlay on waystones will no longer always render at full brightness.
disableTextGlow = false
2021-02-13 10:16:29 +00:00
#The y position of the warp button in the inventory.
teleportButtonY = 60
2021-01-28 20:21:47 +00:00
#The volume of the sound played when teleporting.
#Range: 0.0 ~ 1.0
soundVolume = 0.10000000149011612
2021-02-13 10:16:29 +00:00
#The x position of the warp button in the inventory.
teleportButtonX = 58
2021-01-28 20:21:47 +00:00
#If enabled, a JourneyMap waypoint will be created when activating a waystone.
createJourneyMapWaypoint = false
2021-02-13 10:16:29 +00:00
#If enabled, activated waystones will not emit particles.
disableParticles = false
2021-01-28 20:21:47 +00:00