Added cursery, sneaky curses: adds new curses, causes curses to have a chance to affix when enchanting regardless of its presence in the description, obfuscates curses from tooltip and instead makes the item's name red. curse of pandora: adds curios and cursed curios ancientcurses: adds altars where you can earn jewels (gems) to affix to an amulet for bonuses (future curio wip) Sound attracts mobs, proximity chat, and simple radios for bequiet systems Iron's spells & spellbook integrates with some of our mods and adds mobs and magic tenseambiance: dynamic biome based creepy ambient noise
15 lines
609 B
TOML
15 lines
609 B
TOML
#Select the backend to use. Set to "DEFAULT" to let Flywheel decide.
|
|
backend = "DEFAULT"
|
|
#Enable or disable instance update limiting with distance.
|
|
limitUpdates = true
|
|
#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect.
|
|
#Range: -1 ~ 16
|
|
workerThreads = -1
|
|
|
|
#Config options for Flywheel's built-in backends.
|
|
[flw_backends]
|
|
#How smooth Flywheel's shader-based lighting should be. May have a large performance impact.
|
|
#Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED
|
|
lightSmoothness = "SMOOTH"
|
|
|