Update configuration files for improved logging and automation features
This commit is contained in:
parent
2b729a0aae
commit
e349e50a41
33
config/create_central_kitchen-common-1.toml.bak
Normal file
33
config/create_central_kitchen-common-1.toml.bak
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
|
||||||
|
#.
|
||||||
|
#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
|
||||||
|
|
||||||
33
config/create_central_kitchen-common-2.toml.bak
Normal file
33
config/create_central_kitchen-common-2.toml.bak
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
|
||||||
|
#.
|
||||||
|
#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
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ disableOptimizedDFU = true
|
|||||||
#Skip specific GL versions, may help with buggy graphics card drivers
|
#Skip specific GL versions, may help with buggy graphics card drivers
|
||||||
earlyWindowSkipGLVersions = []
|
earlyWindowSkipGLVersions = []
|
||||||
#Whether to log a help message on first attempt, to aid troubleshooting. This setting should automatically disable itself after a successful launch
|
#Whether to log a help message on first attempt, to aid troubleshooting. This setting should automatically disable itself after a successful launch
|
||||||
earlyWindowLogHelpMessage = false
|
earlyWindowLogHelpMessage = true
|
||||||
#Max threads for early initialization parallelism, -1 is based on processor count
|
#Max threads for early initialization parallelism, -1 is based on processor count
|
||||||
maxThreads = -1
|
maxThreads = -1
|
||||||
#Squir?
|
#Squir?
|
||||||
|
|||||||
1
config/jade/server-plugin-overrides.json
Normal file
1
config/jade/server-plugin-overrides.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
@ -1,79 +1,31 @@
|
|||||||
{
|
{
|
||||||
"ae2:charger": null,
|
|
||||||
"ae2:crafting_monitor": null,
|
|
||||||
"ae2:debug": null,
|
|
||||||
"ae2:grid_node_state": null,
|
|
||||||
"ae2:part_icon": null,
|
|
||||||
"ae2:part_mod_name": null,
|
|
||||||
"ae2:part_name": null,
|
|
||||||
"ae2:part_tooltip": null,
|
|
||||||
"ae2:pattern_provider": null,
|
|
||||||
"ae2:power_storage": null,
|
|
||||||
"ae2:server_data": null,
|
"ae2:server_data": null,
|
||||||
"corpse:corpse": null,
|
"corpse:corpse": null,
|
||||||
"create:backtank_capacity": null,
|
"create:backtank_capacity": null,
|
||||||
"create:blaze_burner": null,
|
"create:blaze_burner": null,
|
||||||
"create:contraption_inv": null,
|
"create:contraption_inv": null,
|
||||||
"create:crafting_blueprint": null,
|
|
||||||
"create:exact_block": null,
|
|
||||||
"create:filter": null,
|
|
||||||
"create:goggles": null,
|
|
||||||
"create:hide_boiler_tanks": null,
|
"create:hide_boiler_tanks": null,
|
||||||
"create:placard": null,
|
|
||||||
"dynamictrees:branch": null,
|
|
||||||
"dynamictrees:fruit": null,
|
|
||||||
"dynamictrees:pod": null,
|
|
||||||
"dynamictrees:rooty": null,
|
|
||||||
"dynamictrees:rooty_water": null,
|
|
||||||
"immersiveengineering:multiblock_icon": null,
|
|
||||||
"immersiveengineering:multiblock_inventory": null,
|
"immersiveengineering:multiblock_inventory": null,
|
||||||
"immersiveengineering:multiblock_tank": null,
|
"immersiveengineering:multiblock_tank": null,
|
||||||
"jade:block_face": null,
|
|
||||||
"jade:distance": null,
|
|
||||||
"jade:mod_name": null,
|
|
||||||
"jade:object_name": null,
|
"jade:object_name": null,
|
||||||
"jade:registry_name": null,
|
|
||||||
"lootr:inventory": null,
|
"lootr:inventory": null,
|
||||||
"minecraft:animal_owner": null,
|
"minecraft:animal_owner": null,
|
||||||
"minecraft:armor_stand": null,
|
|
||||||
"minecraft:beehive": null,
|
"minecraft:beehive": null,
|
||||||
"minecraft:block_display": null,
|
|
||||||
"minecraft:block_states": null,
|
|
||||||
"minecraft:brewing_stand": null,
|
"minecraft:brewing_stand": null,
|
||||||
"minecraft:campfire": null,
|
"minecraft:campfire": null,
|
||||||
"minecraft:chicken_egg": null,
|
"minecraft:chicken_egg": null,
|
||||||
"minecraft:chiseled_bookshelf": null,
|
"minecraft:chiseled_bookshelf": null,
|
||||||
"minecraft:command_block": null,
|
"minecraft:command_block": null,
|
||||||
"minecraft:crop_progress": null,
|
|
||||||
"minecraft:enchantment_power": null,
|
|
||||||
"minecraft:energy_storage": null,
|
"minecraft:energy_storage": null,
|
||||||
"minecraft:entity_armor": null,
|
|
||||||
"minecraft:entity_health": null,
|
|
||||||
"minecraft:falling_block": null,
|
|
||||||
"minecraft:fluid_storage": null,
|
"minecraft:fluid_storage": null,
|
||||||
"minecraft:furnace": null,
|
"minecraft:furnace": null,
|
||||||
"minecraft:harvest_tool": null,
|
|
||||||
"minecraft:horse_stats": null,
|
|
||||||
"minecraft:item_ber": null,
|
|
||||||
"minecraft:item_display": null,
|
|
||||||
"minecraft:item_frame": null,
|
|
||||||
"minecraft:item_storage": null,
|
"minecraft:item_storage": null,
|
||||||
"minecraft:item_tooltip": null,
|
|
||||||
"minecraft:jukebox": null,
|
"minecraft:jukebox": null,
|
||||||
"minecraft:lectern": null,
|
"minecraft:lectern": null,
|
||||||
"minecraft:mob_breeding": null,
|
"minecraft:mob_breeding": null,
|
||||||
"minecraft:mob_growth": null,
|
"minecraft:mob_growth": null,
|
||||||
"minecraft:mob_spawner": null,
|
|
||||||
"minecraft:note_block": null,
|
|
||||||
"minecraft:painting": null,
|
|
||||||
"minecraft:player_head": null,
|
|
||||||
"minecraft:potion_effects": null,
|
"minecraft:potion_effects": null,
|
||||||
"minecraft:progress": null,
|
"minecraft:progress": null,
|
||||||
"minecraft:redstone": null,
|
"minecraft:redstone": null,
|
||||||
"minecraft:tnt_stability": null,
|
"minecraft:zombie_villager": null
|
||||||
"minecraft:total_enchantment_power": null,
|
|
||||||
"minecraft:villager_profession": null,
|
|
||||||
"minecraft:waxed": null,
|
|
||||||
"minecraft:zombie_villager": null,
|
|
||||||
"storagedrawers:main": null
|
|
||||||
}
|
}
|
||||||
@ -1,3 +1,3 @@
|
|||||||
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
||||||
#Thu Jan 09 06:39:16 CET 2025
|
#Tue Jan 07 10:26:41 UTC 2025
|
||||||
boolean.creative.enable_item_group_ferret=false
|
boolean.creative.enable_item_group_ferret=false
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
[{"name":"ZareMate","uuid":"1e05172e-504d-488d-8b89-f69021978af5","expiresOn":"2025-02-05 05:32:40 +0100"}]
|
[{"name":"gerda","uuid":"6ef64c2c-5c85-43da-a51a-d5008e5710f6","expiresOn":"2025-02-06 21:45:53 +0000"},{"name":"Sc0Ot3rKId_","uuid":"0ab75e44-3a2a-46af-ad58-7f483b86c90f","expiresOn":"2025-02-06 12:07:59 +0000"},{"name":"ZareMate","uuid":"1e05172e-504d-488d-8b89-f69021978af5","expiresOn":"2025-02-05 05:33:02 +0000"}]
|
||||||
@ -3,15 +3,15 @@ general = {}
|
|||||||
|
|
||||||
#Generation settings
|
#Generation settings
|
||||||
[generation_settings]
|
[generation_settings]
|
||||||
|
#The size of nether biome regions from each mod that uses TerraBlender.
|
||||||
|
#Range: 2-6
|
||||||
|
nether_region_size = 2
|
||||||
#The size of overworld biome regions from each mod that uses TerraBlender.
|
#The size of overworld biome regions from each mod that uses TerraBlender.
|
||||||
#Range: 2-6
|
#Range: 2-6
|
||||||
overworld_region_size = 3
|
overworld_region_size = 3
|
||||||
#The weighting of vanilla biome regions in the nether.
|
#The weighting of vanilla biome regions in the nether.
|
||||||
#Range: 0-2147483647
|
#Range: 0-2147483647
|
||||||
vanilla_nether_region_weight = 10
|
vanilla_nether_region_weight = 10
|
||||||
#The size of nether biome regions from each mod that uses TerraBlender.
|
|
||||||
#Range: 2-6
|
|
||||||
nether_region_size = 2
|
|
||||||
#The weighting of vanilla biome regions in the overworld.
|
#The weighting of vanilla biome regions in the overworld.
|
||||||
#Range: 0-2147483647
|
#Range: 0-2147483647
|
||||||
vanilla_overworld_region_weight = 10
|
vanilla_overworld_region_weight = 10
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"pt" : {
|
"pt" : {
|
||||||
"synchronizePhysics" : false,
|
"synchronizePhysics" : false,
|
||||||
"physicsTicksPerGameTick" : 3,
|
"physicsTicksPerGameTick" : 3,
|
||||||
"terrainBakingThreads" : 12,
|
"terrainBakingThreads" : 0,
|
||||||
"terrainBakingThreadPriority" : 5,
|
"terrainBakingThreadPriority" : 5,
|
||||||
"terrainDeletionThreads" : 1,
|
"terrainDeletionThreads" : 1,
|
||||||
"terrainDeletionThreadPriority" : 4
|
"terrainDeletionThreadPriority" : 4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user