config update
This commit is contained in:
parent
d6f9e1770a
commit
d071414716
39 changed files with 866 additions and 19 deletions
|
|
@ -184,22 +184,28 @@ disabled_generic_methods = []
|
|||
|
||||
#Terminal size of computers.
|
||||
[term_sizes.computer]
|
||||
#Width of computer terminal
|
||||
#Range: 1 ~ 255
|
||||
width = 51
|
||||
#Height of computer terminal
|
||||
#Range: 1 ~ 255
|
||||
height = 19
|
||||
|
||||
#Terminal size of pocket computers.
|
||||
[term_sizes.pocket_computer]
|
||||
#Width of pocket computer terminal
|
||||
#Range: 1 ~ 255
|
||||
width = 26
|
||||
#Height of pocket computer terminal
|
||||
#Range: 1 ~ 255
|
||||
height = 20
|
||||
|
||||
#Maximum size of monitors (in blocks).
|
||||
[term_sizes.monitor]
|
||||
#Maximum width of monitors
|
||||
#Range: 1 ~ 32
|
||||
width = 8
|
||||
#Maximum height of monitors
|
||||
#Range: 1 ~ 32
|
||||
height = 6
|
||||
|
||||
|
|
|
|||
|
|
@ -17,12 +17,23 @@ vesselHeatMultiplier = 0.5
|
|||
#Limit the max boiler level achievable with a Fluid Vessel
|
||||
#Range: 0 ~ 18
|
||||
vesselMaxLevel = 18
|
||||
#.
|
||||
#RPM of a Kinetic Battery when discharging
|
||||
#Range: 0 ~ 256
|
||||
batteryDischargeRPM = 64
|
||||
#.
|
||||
#Max capacity of a Kinetic Battery in su-hours
|
||||
#Range: 0.0 ~ 8192.0
|
||||
batteryCapacity = 512.0
|
||||
#.
|
||||
#Allow Redstone Links to have wildcards in both slots [restart required]
|
||||
allowDualWildcardLink = false
|
||||
|
||||
[stressValues]
|
||||
|
||||
#.
|
||||
#Fine tune the kinetic stats of individual components
|
||||
[stressValues.v2]
|
||||
[stressValues.v1]
|
||||
#.
|
||||
#Stress impact of a powered brake [in Stress Units]
|
||||
#Range: -Infinity ~ Infinity
|
||||
|
|
@ -32,23 +43,25 @@ vesselMaxLevel = 18
|
|||
#.
|
||||
#[in Stress Units]
|
||||
#Configure the individual stress impact of mechanical blocks. Note that this cost is doubled for every speed increase it receives.
|
||||
[stressValues.v2.impact]
|
||||
inverted_gearshift = 0.0
|
||||
six_way_gearbox = 0.0
|
||||
[stressValues.v1.impact]
|
||||
brass_gearbox = 0.0
|
||||
centrifugal_clutch = 0.0
|
||||
overstress_clutch = 0.0
|
||||
brake = 0.0
|
||||
encased_chain_cogwheel = 0.0
|
||||
inverted_clutch = 0.0
|
||||
parallel_gearbox = 0.0
|
||||
freewheel_clutch = 0.0
|
||||
brass_gearbox = 0.0
|
||||
kinetic_battery = 64.0
|
||||
six_way_gearbox = 0.0
|
||||
shear_pin = 0.0
|
||||
parallel_gearbox = 0.0
|
||||
inverted_gearshift = 0.0
|
||||
freewheel_clutch = 0.0
|
||||
overstress_clutch = 0.0
|
||||
inverted_clutch = 0.0
|
||||
|
||||
#.
|
||||
#[in Stress Units]
|
||||
#Configure how much stress a source can accommodate for.
|
||||
[stressValues.v2.capacity]
|
||||
crank_wheel = 2.0
|
||||
large_crank_wheel = 2.0
|
||||
[stressValues.v1.capacity]
|
||||
crank_wheel = 8.0
|
||||
kinetic_battery = 32.0
|
||||
large_crank_wheel = 8.0
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,6 @@
|
|||
permissionHandler = "forge:default_handler"
|
||||
#Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.
|
||||
advertiseDedicatedServerToLan = true
|
||||
#Set this to true to enable living entities to use items with durations of 0. Fixes being able to use Eyes of Ender repeatedly by holding down the use button. Disabled by default as it could change interactions with items of existing mods.
|
||||
useItemWithDurationZero = false
|
||||
|
||||
|
|
|
|||
|
|
@ -102,6 +102,42 @@ fanSpeedMultiplier = 0.75
|
|||
steel_millstone = 1.0
|
||||
steel_mechanical_saw = 1.0
|
||||
steel_mechanical_pump = 1.0
|
||||
tungsten_steel_gearbox = 0.0
|
||||
tungsten_steel_crushing_wheel = 3.0
|
||||
brass_encased_tungsten_steel_shaft = 0.0
|
||||
silicone_rubber_belt_stainless_steel = 0.0
|
||||
andesite_encased_large_tungsten_steel_cogwheel = 0.0
|
||||
andesite_encased_tungsten_steel_cogwheel = 0.0
|
||||
stainless_steel_mechanical_saw = 4.0
|
||||
stainless_steel_cogwheel = 0.0
|
||||
andesite_encased_stainless_steel_shaft = 0.0
|
||||
tungsten_steel_encased_fan = 3.0
|
||||
andesite_encased_large_stainless_steel_cogwheel = 0.0
|
||||
large_tungsten_steel_cogwheel = 0.0
|
||||
stainless_steel_shaft = 0.0
|
||||
tungsten_steel_cogwheel = 0.0
|
||||
stainless_steel_mechanical_press = 4.0
|
||||
large_stainless_steel_cogwheel = 0.0
|
||||
brass_encased_large_tungsten_steel_cogwheel = 0.0
|
||||
stainless_steel_mechanical_pump = 2.0
|
||||
brass_encased_large_stainless_steel_cogwheel = 0.0
|
||||
stainless_steel_encased_fan = 2.0
|
||||
stainless_steel_millstone = 2.0
|
||||
stainless_steel_gearbox = 0.0
|
||||
tungsten_steel_millstone = 3.0
|
||||
brass_encased_stainless_steel_shaft = 0.0
|
||||
tungsten_steel_mechanical_press = 6.0
|
||||
polyethylene_belt_tungsten_steel = 0.0
|
||||
tungsten_steel_shaft = 0.0
|
||||
stainless_steel_mechanical_mixer = 2.0
|
||||
andesite_encased_stainless_steel_cogwheel = 0.0
|
||||
andesite_encased_tungsten_steel_shaft = 0.0
|
||||
tungsten_steel_mechanical_saw = 6.0
|
||||
brass_encased_tungsten_steel_cogwheel = 0.0
|
||||
brass_encased_stainless_steel_cogwheel = 0.0
|
||||
stainless_steel_crushing_wheel = 2.0
|
||||
tungsten_steel_mechanical_mixer = 3.0
|
||||
tungsten_steel_mechanical_pump = 3.0
|
||||
|
||||
[kinetics.stressValues.v2.impact.aluminium]
|
||||
silicone_rubber_belt_aluminium = 0.0
|
||||
|
|
@ -386,3 +422,4 @@ fanSpeedMultiplier = 0.75
|
|||
#.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
neutroniumPressure = 524288.0
|
||||
|
||||
|
|
|
|||
|
|
@ -446,3 +446,15 @@
|
|||
#Range: 1 ~ 6
|
||||
slotsInRow = 4
|
||||
|
||||
#Alchemy Upgrade Settings
|
||||
[server.alchemyUpgrade]
|
||||
#Number of Alchemy Upgrade's filter slots
|
||||
#Range: 1 ~ 20
|
||||
filterSlots = 4
|
||||
|
||||
#Advanced Alchemy Upgrade Settings
|
||||
[server.advancedAlchemyUpgrade]
|
||||
#Number of Advanced Alchemy Upgrade's filter slots
|
||||
#Range: 1 ~ 20
|
||||
filterSlots = 8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue