cobblemonNEV/server/config/create_central_kitchen-common-4.toml.bak

34 lines
1.1 KiB
TOML
Raw Normal View History

2024-05-16 13:03:06 -07:00
#.
#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