mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
12 lines
220 B
TOML
12 lines
220 B
TOML
|
|
||
|
#Settings not loaded on servers.
|
||
|
[client]
|
||
|
|
||
|
#Opt-out settings
|
||
|
[client.optout]
|
||
|
#Disable CTRL-SHIFT item tooltip display.
|
||
|
without_tooltips = false
|
||
|
#Disable all TERs (tile entity renderers).
|
||
|
without_ters = false
|
||
|
|