Reduce duration of Pit Kiln if it isn't full
codetaylor opened this issue ยท 1 comments
n is config value
x is itemCount - 1 / capacity - 1
y is duration scalar
So if you set the config value n to 0.5
, the Pit Kiln will fire 1
item in 50%
the time. For each item added after the first, the duration increases linearly until it is 100%
duration when full.
Setting the config value to 1.0
would replicate the Pit Kiln's current behavior.