Files
FearFactory/1.20.1-FearFactoryTest/minecraft/defaultconfigs/curios-server.toml
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

20 lines
564 B
TOML

#Sets behavior for keeping Curios items on death.
#ON - Curios items are kept on death
#DEFAULT - Curios items follow the keepInventory gamerule
#OFF - Curios items are dropped on death
#Allowed Values: ON, DEFAULT, OFF
keepCurios = "DEFAULT"
[menu]
#Enables the old legacy Curios menu for better backwards compatibility.
enableLegacyMenu = false
[menu.experimental]
#The minimum number of columns for the Curios menu.
#Range: 1 ~ 8
minimumColumns = 1
#The maximum number of slots per page of the Curios menu.
#Range: 1 ~ 48
maxSlotsPerPage = 48