Skip to content

Commit

Permalink
Revert "Update Settings.scala"
Browse files Browse the repository at this point in the history
This reverts commit f53a080.
  • Loading branch information
ff66theone committed Dec 27, 2023
1 parent 2e375ea commit b65c581
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/main/scala/li/cil/oc/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -141,20 +141,6 @@ class Settings(val config: Config) {
val suckDelay = (config.getDouble("robot.delays.suck") - 0.06) max 0
val harvestRatio = config.getDouble("robot.delays.harvestRatio") max 0

// ----------------------------------------------------------------------- //
// temperature
val ignoreTemperature = config.getBoolean("temperature.ignoreTemperature")
val disableThrottling = config.getBoolean("temperature.disableThrottling")
val minThrottle = config.getDouble("temperature.minThrottle") max 1 min 0.25
val maxThrottle = config.getDouble("temperature.maxThrottle") max 1.5 min 1
val crashChances = config.getDouble("temperature.crashChances") max 1
val temperatureMultiplier = config.getDouble("temperature.Multiplier")
val maxSafeTemperature = config.getDouble("temperature.maxSafeTemperature")

// temperature.fan
val fanEfficiency = config.getDouble("temperature.fan.fanEfficiency") max 5
val maxFanThrottle = config.getDouble("temperature.fan.maxThrottle") max 1

// ----------------------------------------------------------------------- //
// power
val ignorePower = config.getBoolean("power.ignorePower")
Expand Down

0 comments on commit b65c581

Please sign in to comment.