Mana storage cell sizes differ from AE2
grekdawid26 opened this issue ยท 1 comments
Hello,
Very simple issue here:
Is there a reason that this mod uses a 1000 multiplier of kB instead of 1024 (like the rest of AE2)?
When you hover over the cells this just looks weird - you know... all the cells say I'm 1024/4096/16384/65536/..., and these ones say 1000/4000/16000/64000/... ;/
I'm not great at Java, so that might be a wrong place to change it, but I looked for it anyway - looks very easy to change - just two digits (maybe... i'm not sure, if it's the only place or even the place):
this.totalBytes = kilobytes * 1000;
If it's not a problem I would appreciate greatly if you could think of that small little beautiful change.
Sorry, but stuff like that bother me a little bit.