diff --git a/defaultconfigs/create-server.toml b/defaultconfigs/create-server.toml index e387d1cf3..d19b9dcc2 100644 --- a/defaultconfigs/create-server.toml +++ b/defaultconfigs/create-server.toml @@ -39,9 +39,6 @@ #Allow any stonecutting recipes to be processed by a Mechanical Saw. allowStonecuttingOnSaw = true #. - #Allow any Druidcraft woodcutter recipes to be processed by a Mechanical Saw. - allowWoodcuttingOnSaw = true - #. #Allow Spouts to interact with Casting Tables and Basins from Tinkers' Construct. allowCastingBySpout = true #. @@ -106,6 +103,14 @@ #Time in ticks until the next item launched by an ejector scans blocks for potential collisions #Range: > 10 ejectorScanInterval = 120 + #. + #Maximum length in blocks of chain conveyor connections. + #Range: > 5 + maxChainConveyorLength = 32 + #. + #Maximum amount of connections each chain conveyor can have. + #Range: > 1 + maxChainConveyorConnections = 4 #. #Encased Fan @@ -140,13 +145,6 @@ #Range: > 1 maxBlocksMoved = 2048 #. - #[in Bytes] - #[0 to disable this limit] - #Maximum amount of data a contraption can have before it can't be synced with players. - #Un-synced contraptions will not be visible and will not have collision. - #Range: > 0 - maxDataSize = 2000000 - #. #Maximum value of a chassis attachment range. #Range: > 1 maxChassisRange = 16 @@ -201,6 +199,10 @@ #Whether stabilised bearings create a separated entity even on non-rotating contraptions. #[Technical] stabiliseStableContraptions = false + #. + #Whether the players hitbox should be expanded to the size of the contraption hitbox. + #[Technical] + syncPlayerPickupHitboxWithContraptionHitbox = false #. #Configure speed/capacity levels for requirements and indicators. @@ -241,6 +243,13 @@ #. #Fine tune the kinetic stats of individual components [kinetics.stressValues.v2] + large_water_wheel = 8.0 + windmill_bearing = 128.0 + hand_crank = 0.25 + creative_motor = 2097152.0 + water_wheel = 1.0 + copper_valve_handle = 0.25 + steam_engine = 256.0 #. #. @@ -251,7 +260,7 @@ deployer = 0.25 mechanical_piston = 0.5 millstone = 65535.0 - mechanical_bearing = 1.0 + mechanical_bearing = 0.5 clockwork_bearing = 0.5 cuckoo_clock = 0.125 speedometer = 0.0 @@ -293,6 +302,7 @@ hose_pulley = 0.5 elevator_pulley = 0.5 mechanical_crafter = 0.125 + chain_conveyor = 0.0 #. #[in Stress Units] @@ -371,12 +381,12 @@ #Range: > 1 linkRange = 256 #. - #Maximum possible distance in blocks between data gatherers and their target. + #Maximum possible distance in blocks between display links and their target. #Range: > 1 displayLinkRange = 64 #. #The total amount of stacks a vault can hold per block in size. - #Range: > 1 + #Range: 1 ~ 2048 vaultCapacity = 20 #. #The amount of ticks a brass tunnel waits between distributions. @@ -385,6 +395,18 @@ #. #Whether hostile mobs walking near a seat will start riding it. seatHostileMobs = true + #. + #Maximum distance in blocks a Package Port can be placed at from its target. + #Range: > 1 + packagePortRange = 5 + #. + #The amount of packages a chain conveyor can carry at a time. + #Range: > 1 + chainConveyorCapacity = 20 + #. + #The amount of ticks a factory gauge waits between requests. + #Range: > 5 + factoryGaugeTimer = 100 #. #Everything related to Schematic tools