ZPMAddon - Configurable world settings
Dockter opened this issue ยท 1 comments
Currently the ZPMAddon class has pre-set world names hard coded into it to calculate the dimension multiplier power usage values. It would be nice if this would be configurable.
Example:
[Primary Key = Point of Origin, subkey == destination, value = multiplier]
world:
world_1: 25
world_2: 15
It would be ideal if the class would hot load this information without a restart.
Class: https://github.com/AlmuraDev/SGCraft/blob/feature/zpm/src/mod/gcewing/sg/ic2/zpm/ZpmAddon.java