cells.cfg

This commit is contained in:
ZHAY10086
2026-04-14 09:15:33 +08:00
parent 0bdfcc7acc
commit 6021505589
+4 -1
View File
@@ -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
}