AlmuraDev / SGCraft

Stargates mod for Minecraft
https://www.almuramc.com/sgcraft/SGCraft.html
MIT License
31 stars 29 forks source link

ZPMAddon - Configurable world settings #44

Closed Dockter closed 5 years ago

Dockter commented 5 years ago

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

Dockter commented 5 years ago

This has been completed.