Files
admin 35b7063666 nerfs to sleep, sanity, timelength - populated defaults - shader settings edits - aktome added
Populated the default config folder - it turns out there are certain configs that are created for each world, you can copy world configs here and they will become the defaults for each world.

day and night time is 5 times longer.

You can sleep in bed, but it no longer advances the time for any reason. Sleep is for the weak.

no longer go immediately insane upon dimension change, but it's still VERY detrimental and immediate round trips are still awful.

rain is now only mildly detrimental to sanity, in most scenarios rain will not cause your sanity to drop but reduce how fast it rises.

Added akashic tome, this lets us bundle mod documentation into one damn book.

Shaders have been messed with, feel free to edit these.
2025-05-16 23:11:49 -05:00

26 lines
1.1 KiB
TOML

#Resource locations of disallowed actions. Trying to cast one of these will result in a mishap.
actionDenyList = []
#Should villagers take offense when you flay the mind of their fellow villagers?
villagersOffendedByMindMurder = true
#Resource locations of dimensions you can't Blink or Greater Teleport in.
tpDimDenyList = ["twilightforest:twilight_forest"]
#when false makes player reference iotas behave as normal entity reference iotas
doesTrueNameHaveAmbit = true
[Spells]
#The maximum number of actions that can be executed in one tick, to avoid hanging the server.
#Range: > 0
maxOpCount = 100000
#The harvest level of the Break Block spell.
#0 = wood, 1 = stone, 2 = iron, 3 = diamond, 4 = netherite.
#Range: 0 ~ 4
opBreakHarvestLevel = 3
["Spell Circles"]
#The maximum number of slates in a spell circle
#Range: > 4
maxSpellCircleLength = 1024
#Resource locations of disallowed actions within circles. Trying to cast one of these in a circle will result in a mishap. For example: hexcasting:get_caster will prevent Mind's Reflection.
circleActionDenyList = []