diff --git a/config/cells.cfg b/config/cells.cfg index 5b0394be..b1bda3b7 100644 --- a/config/cells.cfg +++ b/config/cells.cfg @@ -7,7 +7,7 @@ ########################################################################################################## cells { - # Enable the fix for the Essentia Creative Cell that makes it report only Max Int instead of Max Long / 2. This prevents deltas from overflowing and not reporting the right amounts. Disable Thaumic Energistics support long in your version. + # Enable the fix for the Essentia Creative Cell that makes it report only Max Int instead of Max Long / 2. This prevents deltas from overflowing and not reporting the right amounts. Disable this config if Thaumic Energistics support long in your version. B:enableEssentiaCreativeCellFix=true } @@ -121,5 +121,8 @@ interfaces { # Minimum polling rate for interfaces in ticks. 0 allows adaptive (AE2-managed tick rates). Higher values force interfaces to poll at least this often, reducing responsiveness but saving performance. I:interfaceMinPollingRate=0 + + # Use fixed (non-animated) textures for interface blocks and parts. Requires a game restart to take effect. + B:useFixedInterfaceTextures=true }