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.
38 lines
1.3 KiB
TOML
38 lines
1.3 KiB
TOML
|
|
#.
|
|
#Config for Automation related components
|
|
[automation]
|
|
#.
|
|
#.
|
|
#Whether allowing Deployers to perform Cutting Board Recipes
|
|
enableCuttingBoardDeploying = true
|
|
#.
|
|
#List of Block Entities that can be boosted when placed on Blaze Stove
|
|
boostingCookerList = ["farmersdelight:cooking_pot", "farmersdelight:skillet", "miners_delight:copper_pot"]
|
|
|
|
#.
|
|
#Config for Integration with other mods
|
|
[integration]
|
|
#.
|
|
#.
|
|
#Whether replacing vanilla and modded pies into Farmer's Delight style
|
|
#[@cui:RequiresReload:both]
|
|
enablePieOverhaul = true
|
|
#.
|
|
#Pie items in this list will not be included in pie overhaul
|
|
#[@cui:RequiresReload:both]
|
|
pieOverhaulBlackList = []
|
|
#.
|
|
#For harvester to function properly, turning on this support will cause the collision shape of the overweight crop block to disappear.
|
|
#[@cui:RequiresReload:server]
|
|
enableHarvesterSupportForOverweightFarming = true
|
|
#.
|
|
#Basket of Farmers Delight has a 8 ticks transfer cooldown. Disable the cooldown for better automation.
|
|
#[@cui:RequiresReload:server]
|
|
disableTransferCooldownForFarmersDelightBasket = true
|
|
#.
|
|
#For harvester to function properly, turning on this support will cause the collision shape of Coffee Bush and Tea Bush block to disappear.
|
|
#[@cui:RequiresReload:server]
|
|
enableHarvesterSupportForFarmersRespite = true
|
|
|