renamed padding ticks config back to heatActionBuffer.

This commit is contained in:
Louis Hong
2024-11-21 12:01:44 -08:00
parent 77e2e2ebe4
commit 1ece6c01d4

View File

@@ -520,7 +520,7 @@ public interface EasyGiantsFoundryConfig extends Config
max = 50 max = 50
) )
@ConfigItem( @ConfigItem(
keyName = "paddingTicks", // renamed to reset player's settings for previous bugged implementation keyName = "heatActionBuffer", // renamed to reset player's settings for previous bugged implementation
name = "Padding Ticks", name = "Padding Ticks",
description = "Number of inefficient idle ticks between actions; calculations will pad more than optimal heat compensate for heat decay during idle/afk.", description = "Number of inefficient idle ticks between actions; calculations will pad more than optimal heat compensate for heat decay during idle/afk.",
position = 0, position = 0,