Wiki 9Minecraft Bag Of Yurting Wiki
Bag Of Yurting WikiDocumentation › Client Config

Client Config

The client config allows client-relevant settings of Bag of Yurting to be configured by specific clients. The client config file is automatically generated at <your-minecraft-instance-folder>/config/bagofyurting-client.toml the first time the Minecraft client is launched with the Bag of Yurting mod installed. Changes to the client config file while Minecraft is running are automatically noticed by forge's file watcher, causing the changes to take effect instantly.

The following options are configurable:

Parameter Type Default Value Description
enable_particles boolean true Whether to spawn particles when the bag of yurting is used.
invert_safety_override boolean false If this is set to false and the client is allowed to use the bag at creative level, they may do so by holding the sprint key. If true, clients with creative permission will always use the bag at creative level, unless they are holding the sprint key, which will cause them to use the bag at standard level instead.

The default config file is as follows:

#Whether to spawn particles after using the bag of yurting. Set to false to disable.
enable_particles = true
#If false, holding sprint will allow you to ignore the block whitelist/blacklist if you are permitted to do so.
#If true, you will always ignore the block whitelist/blacklist if permitted to do so; holding sprint enables the safety lists.
invert_safety_override = false

History

Version Changelog
1.16.4-1.2.0.0 Added enable_particles and invert_safety_override options