19 lines
1.3 KiB
TOML
19 lines
1.3 KiB
TOML
#Send a welcome message containing tips when joining the world
|
|
sayThanksMessage = false
|
|
#Should reinforced blocks' textures be slightly darker than their vanilla counterparts? Servers can force this setting on clients if the server config setting "force_reinforced_block_tint" is set to true.
|
|
reinforced_block_tint = true
|
|
#Set the color that reinforced blocks' textures have when reinforced_block_tint is enabled. This cannot be overridden by servers, and will be applied the same to all blocks. Grayscale values look best.
|
|
#Format: 0xRRGGBB
|
|
#Range: 0 ~ 16777215
|
|
reinforced_block_tint_color = 10066329
|
|
#Set the radius in which chunks viewed in a frame camera feed should be requested from the server and rendered. If this config has a higher value than the vanilla "Render Distance" option or the "view-distance" server property, the smaller value is used instead.
|
|
#Range: 2 ~ 32
|
|
frame_feed_render_distance = 16
|
|
#Set the resolution of the Frame camera feed. This is always a square resolution. Smaller values will be less detailed, higher values may lead to diminishing returns.
|
|
#Range: 1 ~ 16384
|
|
frame_feed_resolution = 512
|
|
#The maximum amount of frames per second the Frame camera feed renders at. Higher values will lead to worse performance.
|
|
#Range: 10 ~ 260
|
|
frame_feed_fps_limit = 30
|
|
|