Updated to Forge 40.1.52 and updated mods.
This commit is contained in:
10
server/config/Mekanism/common.toml
Normal file
10
server/config/Mekanism/common.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#Mekanism Common Config. This config is not sync'd between server and client.
|
||||
[common]
|
||||
#Displayed energy type in Mekanism GUIs and network reader readings.
|
||||
#Allowed Values: JOULES, FORGE_ENERGY, ELECTRICAL_UNITS
|
||||
energyType = "FORGE_ENERGY"
|
||||
#Displayed temperature unit in Mekanism GUIs and network reader readings.
|
||||
#Allowed Values: KELVIN, CELSIUS, RANKINE, FAHRENHEIT, AMBIENT
|
||||
temperatureUnit = "KELVIN"
|
||||
|
@@ -77,6 +77,18 @@
|
||||
#Amount (joules) of energy the Free Runners can accept per tick.
|
||||
chargeRate = "320"
|
||||
|
||||
#Armored Free Runner Settings
|
||||
[gear.free_runner.armored]
|
||||
#Armor value of the Armored Free Runners
|
||||
#Range: > 0
|
||||
armor = 3
|
||||
#Toughness value of the Armored Free Runners.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
toughness = 2.0
|
||||
#Knockback resistance value of the Armored Free Runners.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
knockbackResistance = 0.0
|
||||
|
||||
#Jetpack Settings
|
||||
[gear.jetpack]
|
||||
#Jetpack Gas Tank capacity in mB.
|
||||
@@ -89,9 +101,14 @@
|
||||
#Armored Jetpack Settings
|
||||
[gear.jetpack.armored]
|
||||
#Armor value of the Armored Jetpack.
|
||||
#Range: > 0
|
||||
armor = 8
|
||||
#Toughness value of the Armored Jetpack.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
toughness = 2.0
|
||||
#Knockback resistance value of the Armored Jetpack.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
knockbackResistance = 0.0
|
||||
|
||||
#Network Reader Settings
|
||||
[gear.network_reader]
|
||||
@@ -213,6 +230,26 @@
|
||||
#Rate at which Hydrogen can be transferred into the jetpack unit.
|
||||
#Range: 1 ~ 9223372036854775807
|
||||
jetpackTransferRate = 256
|
||||
#Energy usage (Joules) of MekaSuit per tick of using hydrostatic repulsion.
|
||||
energyUsageHydrostaticRepulsion = "500"
|
||||
#Armor value of MekaSuit Helmets.
|
||||
#Range: > 0
|
||||
helmetArmor = 3
|
||||
#Armor value of MekaSuit BodyArmor.
|
||||
#Range: > 0
|
||||
bodyArmorArmor = 8
|
||||
#Armor value of MekaSuit Pants.
|
||||
#Range: > 0
|
||||
pantsArmor = 6
|
||||
#Armor value of MekaSuit Boots.
|
||||
#Range: > 0
|
||||
bootsArmor = 3
|
||||
#Toughness value of the MekaSuit.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
toughness = 3.0
|
||||
#Knockback resistance value of the MekaSuit.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
knockbackResistance = 0.10000000149011612
|
||||
|
||||
[gear.mekasuit.damage_absorption]
|
||||
#Percent of damage taken from fall that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
|
||||
|
@@ -28,9 +28,6 @@
|
||||
resistiveHeaterEfficiency = 0.6
|
||||
#Amount of heat each Boiler heating element produces.
|
||||
superheatingHeatTransfer = 1.6E7
|
||||
#Displayed temperature unit in Mekanism GUIs.
|
||||
#Allowed Values: K, C, R, F, STP
|
||||
temperatureUnit = "K"
|
||||
#Peak processing rate for the Solar Neutron Activator. Note: It can go higher than this value in some extreme environments.
|
||||
maxSolarNeutronActivatorRate = 64
|
||||
|
||||
@@ -90,9 +87,6 @@
|
||||
EthyleneBurnTime = 40
|
||||
#Maximum Joules per mB of Steam. Also affects Thermoelectric Boiler.
|
||||
maxEnergyPerSteam = "10"
|
||||
#Displayed energy type in Mekanism GUIs.
|
||||
#Allowed Values: J, FE, EU
|
||||
energyType = "FE"
|
||||
|
||||
#Radiation Settings
|
||||
[general.radiation]
|
||||
|
14
server/config/Mekanism/generator-storage.toml
Normal file
14
server/config/Mekanism/generator-storage.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
#Generator Energy Storage Config. This config is synced from server to client.
|
||||
[storage]
|
||||
#Base energy storage (Joules).
|
||||
heatGenerator = "160000"
|
||||
#Base energy storage (Joules).
|
||||
bioGenerator = "160000"
|
||||
#Base energy storage (Joules).
|
||||
solarGenerator = "96000"
|
||||
#Base energy storage (Joules).
|
||||
advancedSolarGenerator = "200000"
|
||||
#Base energy storage (Joules).
|
||||
windGenerator = "200000"
|
||||
|
14
server/config/Mekanism/generators-gear.toml
Normal file
14
server/config/Mekanism/generators-gear.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
#Mekanism Generators Gear Config. This config is synced from server to client.
|
||||
[generators-gear]
|
||||
|
||||
#MekaSuit Settings
|
||||
[generators-gear.mekasuit]
|
||||
#Geothermal charging rate (Joules) of pants per tick, per degree above ambient, per upgrade installed. This value scales down based on how much of the MekaSuit Pants is submerged. Fire is treated as having a temperature of ~200K above ambient, lava has a temperature of 1,000K above ambient.
|
||||
geothermalChargingRate = "10.5000"
|
||||
|
||||
[generators-gear.mekasuit.damage_absorption]
|
||||
#Percent of heat damage negated by MekaSuit Pants with maximum geothermal generator units installed. This number scales down linearly based on how many units are actually installed.
|
||||
#Range: 0.0 ~ 1.0
|
||||
heatDamageReductionRatio = 0.8
|
||||
|
96
server/config/Mekanism/generators.toml
Normal file
96
server/config/Mekanism/generators.toml
Normal file
@@ -0,0 +1,96 @@
|
||||
|
||||
#Mekanism Generators Config. This config is synced between server and client.
|
||||
[generators]
|
||||
#Amount of energy in Joules the Bio Generator produces per tick.
|
||||
bioGeneration = "350"
|
||||
#Affects the Injection Rate, Max Temp, and Ignition Temp.
|
||||
energyPerFusionFuel = "10000000"
|
||||
#Peak output for the Solar Generator. Note: It can go higher than this value in some extreme environments.
|
||||
solarGeneration = "50"
|
||||
#Peak output for the Advanced Solar Generator. Note: It can go higher than this value in some extreme environments.
|
||||
advancedSolarGeneration = "300"
|
||||
|
||||
#Heat Generator Settings
|
||||
[generators.heat_generator]
|
||||
#Amount of energy in Joules the Heat Generator produces per tick. heatGeneration + heatGenerationLava * lavaSides + heatGenerationNether. Note: lavaSides is how many sides are adjacent to lava, this includes the block itself if it is lava logged allowing for a max of 7 "sides".
|
||||
heatGeneration = "200"
|
||||
#Multiplier of effectiveness of Lava that is adjacent to the Heat Generator.
|
||||
heatGenerationLava = "30"
|
||||
#Add this amount of Joules to the energy produced by a heat generator if it is in an 'ultrawarm' dimension, in vanilla this is just the Nether.
|
||||
heatGenerationNether = "100"
|
||||
#The amount of lava in mB that gets consumed to transfer heatGeneration Joules to the Heat Generator.
|
||||
#Range: 1 ~ 24000
|
||||
heatGenerationFluidRate = 10
|
||||
|
||||
#Turbine Settings
|
||||
[generators.turbine]
|
||||
#The number of blades on each turbine coil per blade applied.
|
||||
turbineBladesPerCoil = 4
|
||||
#The rate at which steam is vented into the turbine.
|
||||
turbineVentGasFlow = 32000.0
|
||||
#The rate at which steam is dispersed into the turbine.
|
||||
turbineDisperserGasFlow = 1280.0
|
||||
#The rate at which steam is condensed in the turbine.
|
||||
condenserRate = 64000
|
||||
|
||||
#Wind Generator Settings
|
||||
[generators.wind_generator]
|
||||
#Minimum base generation value of the Wind Generator.
|
||||
windGenerationMin = "60"
|
||||
#Maximum base generation value of the Wind Generator.
|
||||
generationMax = "480"
|
||||
#The minimum Y value that affects the Wind Generators Power generation. This value gets clamped at the world's min height.
|
||||
#Range: -2032 ~ 2030
|
||||
minY = 24
|
||||
#The maximum Y value that affects the Wind Generators Power generation. This value gets clamped at the world's logical height.
|
||||
maxY = 2031
|
||||
#The list of dimension ids that the Wind Generator will not generate power in.
|
||||
windGenerationDimBlacklist = []
|
||||
|
||||
#Fusion Settings
|
||||
[generators.fusion_reactor]
|
||||
#The fraction of the heat dissipated from the case that is converted to Joules.
|
||||
#Range: 0.0 ~ 1.0
|
||||
thermocoupleEfficiency = 0.05
|
||||
#The fraction fraction of heat from the casing that can be transferred to all sources that are not water. Will impact max heat, heat transfer to thermodynamic conductors, and power generation.
|
||||
#Range: 0.001 ~ 1.0
|
||||
casingThermalConductivity = 0.1
|
||||
#The fraction of the heat from the casing that is dissipated to water when water cooling is in use. Will impact max heat, and steam generation.
|
||||
#Range: 0.0 ~ 1.0
|
||||
waterHeatingRatio = 0.3
|
||||
|
||||
#Hohlraum Settings
|
||||
[generators.hohlraum]
|
||||
#Hohlraum capacity in mB.
|
||||
#Range: 1 ~ 9223372036854775807
|
||||
maxGas = 10
|
||||
#Amount of DT-Fuel Hohlraum can accept per tick.
|
||||
#Range: 1 ~ 9223372036854775807
|
||||
fillRate = 1
|
||||
|
||||
#Fission Reactor Settings
|
||||
[generators.fission_reactor]
|
||||
#Amount of energy created (in heat) from each whole mB of fission fuel.
|
||||
energyPerFissionFuel = "1000000"
|
||||
#The heat capacity added to a Fission Reactor by a single casing block. Increase to require more energy to raise the reactor temperature.
|
||||
casingHeatCapacity = 1000.0
|
||||
#The average surface area of a Fission Reactor's fuel assemblies to reach 100% boil efficiency. Higher values make it harder to cool the reactor.
|
||||
#Range: 1.0 ~ 1.7976931348623157E308
|
||||
surfaceAreaTarget = 4.0
|
||||
#Whether catastrophic meltdowns can occur from Fission Reactors. If disabled instead of melting down the reactor will turn off and not be able to be turned back on until the damage level decreases.
|
||||
meltdownsEnabled = true
|
||||
#The chance of a meltdown occurring once damage passes 100%. Will linearly scale as damage continues increasing.
|
||||
#Range: 0.0 ~ 1.0
|
||||
meltdownChance = 0.001
|
||||
#How much radioactivity of fuel/waste contents are multiplied during a meltdown.
|
||||
meltdownRadiationMultiplier = 50.0
|
||||
#Damage to reset the reactor to after a meltdown.
|
||||
#Range: 0.0 ~ 100.0
|
||||
postMeltdownDamage = 75.0
|
||||
#The default burn rate of the fission reactor.
|
||||
#Range: 0.001 ~ 1.0
|
||||
defaultBurnRate = 0.1
|
||||
#The burn rate increase each fuel assembly provides. Max Burn Rate = fuelAssemblies * burnPerAssembly
|
||||
#Range: 1 ~ 1000000
|
||||
burnPerAssembly = 1
|
||||
|
@@ -71,4 +71,6 @@
|
||||
paintingMachine = "40000"
|
||||
#Base energy storage (Joules). Also defines max output rate.
|
||||
spsPort = "1000000000"
|
||||
#Base energy storage (Joules).
|
||||
dimensionalStabilizer = "40000"
|
||||
|
||||
|
@@ -61,6 +61,8 @@
|
||||
pigmentMixer = "200"
|
||||
#Energy per operation tick (Joules).
|
||||
paintingMachine = "100"
|
||||
#Energy per chunk per tick (Joules).
|
||||
dimensionalStabilizer = "5000"
|
||||
|
||||
#Teleporter
|
||||
[usage.teleporter]
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#Maximum number of blocks in a small tin vein.
|
||||
#Range: 1 ~ 64
|
||||
maxVeinSize = 4
|
||||
#Maximum number of blocks in a small tin vein.
|
||||
#Chance that blocks that are directly exposed to air in a small tin vein are not placed.
|
||||
#Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.0
|
||||
#Distribution shape for placing small tin veins.
|
||||
@@ -63,7 +63,7 @@
|
||||
#Maximum number of blocks in a large tin vein.
|
||||
#Range: 1 ~ 64
|
||||
maxVeinSize = 9
|
||||
#Maximum number of blocks in a large tin vein.
|
||||
#Chance that blocks that are directly exposed to air in a large tin vein are not placed.
|
||||
#Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.0
|
||||
#Distribution shape for placing large tin veins.
|
||||
@@ -109,7 +109,7 @@
|
||||
#Maximum number of blocks in a upper osmium vein.
|
||||
#Range: 1 ~ 64
|
||||
maxVeinSize = 7
|
||||
#Maximum number of blocks in a upper osmium vein.
|
||||
#Chance that blocks that are directly exposed to air in a upper osmium vein are not placed.
|
||||
#Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.0
|
||||
#Distribution shape for placing upper osmium veins.
|
||||
@@ -150,7 +150,7 @@
|
||||
#Maximum number of blocks in a middle osmium vein.
|
||||
#Range: 1 ~ 64
|
||||
maxVeinSize = 9
|
||||
#Maximum number of blocks in a middle osmium vein.
|
||||
#Chance that blocks that are directly exposed to air in a middle osmium vein are not placed.
|
||||
#Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.0
|
||||
#Distribution shape for placing middle osmium veins.
|
||||
@@ -191,7 +191,7 @@
|
||||
#Maximum number of blocks in a small osmium vein.
|
||||
#Range: 1 ~ 64
|
||||
maxVeinSize = 4
|
||||
#Maximum number of blocks in a small osmium vein.
|
||||
#Chance that blocks that are directly exposed to air in a small osmium vein are not placed.
|
||||
#Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.0
|
||||
#Distribution shape for placing small osmium veins.
|
||||
@@ -237,7 +237,7 @@
|
||||
#Maximum number of blocks in a small uranium vein.
|
||||
#Range: 1 ~ 64
|
||||
maxVeinSize = 4
|
||||
#Maximum number of blocks in a small uranium vein.
|
||||
#Chance that blocks that are directly exposed to air in a small uranium vein are not placed.
|
||||
#Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.0
|
||||
#Distribution shape for placing small uranium veins.
|
||||
@@ -278,7 +278,7 @@
|
||||
#Maximum number of blocks in a buried uranium vein.
|
||||
#Range: 1 ~ 64
|
||||
maxVeinSize = 9
|
||||
#Maximum number of blocks in a buried uranium vein.
|
||||
#Chance that blocks that are directly exposed to air in a buried uranium vein are not placed.
|
||||
#Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.75
|
||||
#Distribution shape for placing buried uranium veins.
|
||||
@@ -324,7 +324,7 @@
|
||||
#Maximum number of blocks in a normal fluorite vein.
|
||||
#Range: 1 ~ 64
|
||||
maxVeinSize = 5
|
||||
#Maximum number of blocks in a normal fluorite vein.
|
||||
#Chance that blocks that are directly exposed to air in a normal fluorite vein are not placed.
|
||||
#Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.0
|
||||
#Distribution shape for placing normal fluorite veins.
|
||||
@@ -365,7 +365,7 @@
|
||||
#Maximum number of blocks in a buried fluorite vein.
|
||||
#Range: 1 ~ 64
|
||||
maxVeinSize = 13
|
||||
#Maximum number of blocks in a buried fluorite vein.
|
||||
#Chance that blocks that are directly exposed to air in a buried fluorite vein are not placed.
|
||||
#Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 1.0
|
||||
#Distribution shape for placing buried fluorite veins.
|
||||
@@ -411,7 +411,7 @@
|
||||
#Maximum number of blocks in a normal lead vein.
|
||||
#Range: 1 ~ 64
|
||||
maxVeinSize = 9
|
||||
#Maximum number of blocks in a normal lead vein.
|
||||
#Chance that blocks that are directly exposed to air in a normal lead vein are not placed.
|
||||
#Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.25
|
||||
#Distribution shape for placing normal lead veins.
|
||||
|
Reference in New Issue
Block a user