mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
11 lines
494 B
TOML
11 lines
494 B
TOML
|
|
||
|
#Client only settings
|
||
|
[client]
|
||
|
#If true, disables all particle effects in the Reactor.
|
||
|
disableReactorParticles = false
|
||
|
#If true, no (advanced) tooltips will be added to blocks and items that can be used inside the Reactor or Turbine or as a fuel source.
|
||
|
disableTurbineParticles = false
|
||
|
#If true, no custom Patchouli components will be added and the book will stop to work correctly. Enable this if you are having problems with newer versions of Patchouli
|
||
|
disablePatchouliTweaks = false
|
||
|
|