Graphical Glitch with storage blocks after modifying the configs on the server.
TavianRiebold opened this issue ยท 5 comments
I think we could just add a Math.min in the render class for this type of thing, and not void the excess
`energy {
# [range: 0 ~ 2147483647, default: 1000000]
I:"Basic Storage Capacity"=10000000
# [range: 0 ~ 2147483647, default: 20000]
I:"Basic Storage Transfer"=200000
# The default transfer limit of a flux connector [range: 0 ~ 2147483647, default: 800000]
I:"Default Transfer Limit"=800000
# [range: 0 ~ 2147483647, default: 128000000]
I:"Gargantuan Storage Capacity"=256000000
# [range: 0 ~ 2147483647, default: 1440000]
I:"Gargantuan Storage Transfer"=2560000
# [range: 0 ~ 2147483647, default: 8000000]
I:"Herculean Storage Capacity"=100000000
# [range: 0 ~ 2147483647, default: 120000]
I:"Herculean Storage Transfer"=1000000000
}`
is the values I set in case it helps