diff --git a/config/create_central_kitchen-common-1.toml.bak b/config/create_central_kitchen-common-1.toml.bak new file mode 100644 index 0000000..65b2a86 --- /dev/null +++ b/config/create_central_kitchen-common-1.toml.bak @@ -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 + diff --git a/config/create_central_kitchen-common-2.toml.bak b/config/create_central_kitchen-common-2.toml.bak new file mode 100644 index 0000000..65b2a86 --- /dev/null +++ b/config/create_central_kitchen-common-2.toml.bak @@ -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 + diff --git a/config/fml.toml b/config/fml.toml index 652ec55..c944240 100644 --- a/config/fml.toml +++ b/config/fml.toml @@ -19,7 +19,7 @@ disableOptimizedDFU = true #Skip specific GL versions, may help with buggy graphics card drivers earlyWindowSkipGLVersions = [] #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 maxThreads = -1 #Squir? diff --git a/config/jade/server-plugin-overrides.json b/config/jade/server-plugin-overrides.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/config/jade/server-plugin-overrides.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/config/jade/sort-order.json b/config/jade/sort-order.json index 76fe394..49115f1 100644 --- a/config/jade/sort-order.json +++ b/config/jade/sort-order.json @@ -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, "corpse:corpse": null, "create:backtank_capacity": null, "create:blaze_burner": 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: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_tank": null, - "jade:block_face": null, - "jade:distance": null, - "jade:mod_name": null, "jade:object_name": null, - "jade:registry_name": null, "lootr:inventory": null, "minecraft:animal_owner": null, - "minecraft:armor_stand": null, "minecraft:beehive": null, - "minecraft:block_display": null, - "minecraft:block_states": null, "minecraft:brewing_stand": null, "minecraft:campfire": null, "minecraft:chicken_egg": null, "minecraft:chiseled_bookshelf": null, "minecraft:command_block": null, - "minecraft:crop_progress": null, - "minecraft:enchantment_power": null, "minecraft:energy_storage": null, - "minecraft:entity_armor": null, - "minecraft:entity_health": null, - "minecraft:falling_block": null, "minecraft:fluid_storage": 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_tooltip": null, "minecraft:jukebox": null, "minecraft:lectern": null, "minecraft:mob_breeding": 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:progress": null, "minecraft:redstone": null, - "minecraft:tnt_stability": null, - "minecraft:total_enchantment_power": null, - "minecraft:villager_profession": null, - "minecraft:waxed": null, - "minecraft:zombie_villager": null, - "storagedrawers:main": null + "minecraft:zombie_villager": null } \ No newline at end of file diff --git a/config/libraryferret_1.properties b/config/libraryferret_1.properties index d57c90a..b8ecf1e 100644 --- a/config/libraryferret_1.properties +++ b/config/libraryferret_1.properties @@ -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) -#Thu Jan 09 06:39:16 CET 2025 +#Tue Jan 07 10:26:41 UTC 2025 boolean.creative.enable_item_group_ferret=false diff --git a/config/skinrestorer/mojang_profile_cache.json b/config/skinrestorer/mojang_profile_cache.json index 3dabb01..48aea55 100644 --- a/config/skinrestorer/mojang_profile_cache.json +++ b/config/skinrestorer/mojang_profile_cache.json @@ -1 +1 @@ -[{"name":"ZareMate","uuid":"1e05172e-504d-488d-8b89-f69021978af5","expiresOn":"2025-02-05 05:32:40 +0100"}] \ No newline at end of file +[{"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"}] \ No newline at end of file diff --git a/config/terrablender.toml b/config/terrablender.toml index 5b07633..d3a5725 100644 --- a/config/terrablender.toml +++ b/config/terrablender.toml @@ -3,15 +3,15 @@ general = {} #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. #Range: 2-6 overworld_region_size = 3 #The weighting of vanilla biome regions in the nether. #Range: 0-2147483647 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. #Range: 0-2147483647 vanilla_overworld_region_weight = 10 diff --git a/config/valkyrienskies/vs_core_server.json b/config/valkyrienskies/vs_core_server.json index 0aaac03..d823741 100644 --- a/config/valkyrienskies/vs_core_server.json +++ b/config/valkyrienskies/vs_core_server.json @@ -2,7 +2,7 @@ "pt" : { "synchronizePhysics" : false, "physicsTicksPerGameTick" : 3, - "terrainBakingThreads" : 12, + "terrainBakingThreads" : 0, "terrainBakingThreadPriority" : 5, "terrainDeletionThreads" : 1, "terrainDeletionThreadPriority" : 4