SonarSonic / Calculator

Minecraft Forge Mod
MIT License
52 stars 33 forks source link

Configuration [5.0.4] #358

Closed MineWitherMC closed 6 years ago

MineWitherMC commented 6 years ago

We do have configuration files, but they seem to be quite useless. Imagine if I wanted to turn Glowstone Extractor into an extremely powerful generator (which I actually want to). The mod doesn't use the fact that, for example, "Glowstone Extractor generates <= 256 RF/t". However, if any higher number is written in configuration, the Extractor will still generate 256 RF/t. So, the question is: why is this restriction even added?!

Also, it would be nice to be able to configure Calculator usage in addition to their storage (including Flawless one, which currently doesn't use any power for any of the operations so Power Module included is absolutely useless). Their code is pretty strange though so I don't think it is easy nor it is absolutely needed, just a nice thing.