AE2 stuff - Wireless Receiver doesn't have a config
ThisNThat01 opened this issue · 3 comments
i've been trying to change the values for the wireless receivers but i can't find anything on them. i tried looking around to try to find how to do it but can't find anything. the amount of power the wireless receivers use is insane so i wanted to change it
If you mean the wireless connectors (wireless receivers are not in AE2Stuff)
Create a file in config/AE2Stuff called config.cfg and add:
cfg Machines {
cfg Wireless {
PowerBase = 10
PowerDistanceMultiplier = 1
}
}
The formula is Power use = PowerBase + PowerDistanceMultiplier * Distance^2 (AE/t)
I'm closing this issue as part of a spring cleaning of my issue trackers from old stuff.
If you believe it's a bug that is still relevant in Minecraft 1.12 - Feel free to reopen it.