Create mod buffs - smoother lava animation - uncapped some apoth enchants

This commit is contained in:
2025-05-17 09:49:00 -05:00
parent 35b7063666
commit bb5d44d67b
6 changed files with 55 additions and 52 deletions

View File

@ -69,7 +69,7 @@
#.
#Maximum length in blocks of chain conveyor connections.
#Range: > 5
maxChainConveyorLength = 32
maxChainConveyorLength = 64
#.
#Maximum amount of connections each chain conveyor can have.
#Range: > 1
@ -90,7 +90,7 @@
#.
#Game ticks between Kinetic Blocks checking whether their source is still valid.
#Range: > 5
kineticValidationFrequency = 60
kineticValidationFrequency = 120
#.
#multiplier used for calculating exhaustion from speed when a crank is turned.
#Range: 0.0 ~ 1.0
@ -110,7 +110,7 @@
#.
#Time in ticks until the next item launched by an ejector scans blocks for potential collisions
#Range: > 10
ejectorScanInterval = 120
ejectorScanInterval = 240
#.
#Encased Fan
@ -170,7 +170,7 @@
#.
#Configure how Spawner blocks can be moved by contraptions.
#Allowed Values: MOVABLE, NO_PICKUP, UNMOVABLE
movableSpawners = "NO_PICKUP"
movableSpawners = "MOVABLE"
#.
#Configure how Budding Amethyst can be moved by contraptions.
#Allowed Values: MOVABLE, NO_PICKUP, UNMOVABLE
@ -411,17 +411,17 @@
#.
#The amount of Schematics a player can upload until previous ones are overwritten.
#Range: > 1
maxSchematics = 10
maxSchematics = 1024
#.
#[in KiloBytes]
#The maximum allowed file size of uploaded Schematics.
#Range: > 16
maxTotalSchematicSize = 256
maxTotalSchematicSize = 16384
#.
#[in Bytes]
#The maximum packet size uploaded Schematics are split into.
#Range: 256 ~ 32767
maxSchematicPacketSize = 1024
maxSchematicPacketSize = 4096
#.
#Amount of game ticks without new packets arriving until an active schematic upload process is discarded.
#Range: > 100
@ -433,7 +433,7 @@
#.
#Amount of game ticks between shots of the cannon. Higher => Slower
#Range: > 1
schematicannonDelay = 10
schematicannonDelay = 1
#.
#Amount of blocks a Schematicannon can print per Gunpowder item provided.
#Range: > 1
@ -446,7 +446,7 @@
#.
#The Maximum Distance to an active mirror for the symmetry wand to trigger.
#Range: > 10
maxSymmetryWandRange = 50
maxSymmetryWandRange = 128
#.
#The Maximum Distance a Block placed by Create's placement assist will have to its interaction point.
#Range: > 3
@ -458,11 +458,11 @@
#.
#The Maximum volume of Air that can be stored in a backtank = Seconds of underwater breathing
#Range: > 1
airInBacktank = 900
airInBacktank = 1800
#.
#The volume of Air added by each level of the backtanks Capacity Enchantment
#Range: > 1
enchantedBacktankCapacity = 300
enchantedBacktankCapacity = 1800
#.
#Amount of free Extendo Grip actions provided by one filled Copper Backtank. Set to 0 makes Extendo Grips unbreakable
#Range: > 0
@ -482,7 +482,7 @@
#.
#Maximum length of track that can be placed as one batch or turn.
#Range: 16 ~ 128
maxTrackPlacementLength = 32
maxTrackPlacementLength = 128
#.
#Maximum length of a Train Stations' assembly track.
#Range: > 5
@ -494,7 +494,7 @@
#.
#Relative speed of a manually controlled Train compared to a Scheduled one.
#Range: 0.0 ~ 3.4028234663852886E38
manualTrainSpeedModifier = 0.75
manualTrainSpeedModifier = 1.0
#.
#Standard Trains
@ -522,15 +522,15 @@
#[in Blocks/Second]
#The top speed of powered Trains.
#Range: 0.0 ~ 3.4028234663852886E38
poweredTrainTopSpeed = 40.0
poweredTrainTopSpeed = 56.0
#.
#[in Blocks/Second]
#The top speed of powered Trains during a turn.
#Range: 0.0 ~ 3.4028234663852886E38
poweredTrainTurningTopSpeed = 20.0
poweredTrainTurningTopSpeed = 25.0
#.
#[in Blocks/Second²]
#The acceleration of powered Trains.
#Range: 0.0 ~ 3.4028234663852886E38
poweredTrainAcceleration = 3.0
poweredTrainAcceleration = 6.0