heat/cool prediction: fixed embarassing off-by-1 bug! removed the "margin of error" config convering up this bug.
This commit is contained in:
@@ -504,15 +504,4 @@ public interface EasyGiantsFoundryConfig extends Config
|
||||
)
|
||||
String generalSettings = "generalSettings";
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "heatingCoolingMarginOfError",
|
||||
name = "Heating/Cooling Margin of Error",
|
||||
description = "The margin of error for lava/waterfall calculations to compensate for decay and overshooting.",
|
||||
position = 0,
|
||||
section = generalSettings
|
||||
)
|
||||
default int heatingCoolingBuffer()
|
||||
{
|
||||
return 20;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user