Updated caps to be manually disabled via config

Moved the cap injection to a method, allows them to be configurable.
This is not possible for Forge Energy as it is injected before even the
configuration are lodaed, thus violating their own capability contract
to use the method injection to explicitly make it configurable.

Updated the ratio key for forge energy to "ForgeEnergy" without a space
This commit is contained in:
yueh
2017-07-22 13:29:14 +02:00
parent 4ad31f5066
commit a4c468b9cf
7 changed files with 50 additions and 14 deletions
@@ -90,7 +90,9 @@ public enum IntegrationType
{
return new TheOneProbeModule();
}
};
},
TESLA( IntegrationSide.BOTH, "Tesla", "tesla" );
public final IntegrationSide side;
public final String dspName;