Files
meatballcraft/config/ae2powertools/server.cfg
T
ZHAY10086 2b8ea95744 udpate1
2026-03-15 17:17:48 +08:00

19 lines
480 B
INI

# Configuration file
server {
crafter {
# Base number of crafts performed per operation cycle.
# This is a flat multiplier on ALL batch sizes, dictating base throughput.
# Example: Set to 20 = 20 crafts per second (at default 1 second cycle).
# Multiplied with user's batch size for total crafts per operation.
# Higher values = higher throughput.
# Min: 1
# Max: 1000000
I:baseCraftsPerOperation=1
}
}