Files
FearFactory/1.20.1-FearFactoryTest/minecraft/config/create_central_kitchen-common.toml
admin ba1ce7cc98 Hysteria shader & basic sunburn config & 1st person fire tweaks
Changed Hysteria shader default params

- slightly less desaturation but not complete removal
- caves now have true darkness (shaders override minecraft gamma, however true darkness will be retained as a fallback)
- basic sun burn config that allows players to retreat to other dimensions (with a sun) to avoid getting burned
- fire resist potions prevent sun burn from even applying (prevents the fire effect from showing on the screen as a result)
- tinted glass prevents sunburn
- added vanilla tweaks lowered first person fire
   this was added because although the create netherite diving gear stops fire damage, the player still renders as on fire in both 3rd and 1st person blocking half the players view.
2025-05-11 17:47:58 -05:00

38 lines
1.2 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"]
#.
#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