RF/tick spawn requirement can exceed 32000RF/tick
Ipsis opened this issue ยท 0 comments
I set a maximum of 32000RF/tick internally for power receive and use.
However if people up the levels of mobs, then a fully upgraded factory can require >32000RF/tick. If the strict power is also enabled then you will never see any loot.
Moving to the Forge power API, setting the max in/out energy to Integer.MAX_VALUE should solve this issue for those people that end up with extreme RF/tick requirements.