#The amount of AE energy per tick used by the ME Transmutation Module. # Default: 25.0 # Range: 0.0 ~ 1.7976931348623157E308 moduleEnergyUsage = 25.0 #The amount of AE energy used to transmute items, per 2000 EMC. # Default: 1.0 # Range: 0.0 ~ 1.7976931348623157E308 transmutationPowerMultiplier = 1.0 #The number of EMC units (of any tier) per byte as used in AE2 auto-crafting. #It is not recommended to set this very low as this will require unreasonably large #amounts of crafting storage for some jobs. # Default: 1000000 # Range: > 1 emcPerByte = 1000000 #When extracting items from a Transmutation Terminal via EMC, deduct EMC only #from the player using the terminal rather than all players with modules attached. #This option does not cover re-insertion and conversion back into EMC. terminalExtractFromOwnEmcOnly = false #How many ticks to wait before the next player EMC sync when manipulating stored EMC. # Default: 20 # Range: 1 ~ 200 syncThrottleInterval = 20