Closes #294
This commit is contained in:
parent
6636fc648b
commit
f8ca41a9ce
1 changed files with 577 additions and 679 deletions
|
@ -89,7 +89,6 @@ public class ConfigTechReborn {
|
||||||
public static int OmniToolCharge;
|
public static int OmniToolCharge;
|
||||||
public static int RockCutterCharge;
|
public static int RockCutterCharge;
|
||||||
public static int CloakingDeviceCharge;
|
public static int CloakingDeviceCharge;
|
||||||
public static int GravityCharge;
|
|
||||||
public static int CentrifugeCharge;
|
public static int CentrifugeCharge;
|
||||||
public static int ThermalGeneratorCharge;
|
public static int ThermalGeneratorCharge;
|
||||||
// Tier
|
// Tier
|
||||||
|
@ -100,7 +99,6 @@ public class ConfigTechReborn {
|
||||||
public static int OmniToolTier;
|
public static int OmniToolTier;
|
||||||
public static int RockCutterTier;
|
public static int RockCutterTier;
|
||||||
public static int CloakingDeviceTier;
|
public static int CloakingDeviceTier;
|
||||||
public static int GravityTier;
|
|
||||||
public static int CentrifugeTier;
|
public static int CentrifugeTier;
|
||||||
public static int ThermalGeneratorTier;
|
public static int ThermalGeneratorTier;
|
||||||
// EU/T
|
// EU/T
|
||||||
|
@ -195,496 +193,396 @@ public class ConfigTechReborn {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Configs() {
|
public static void Configs() {
|
||||||
GalenaOreTrue = config.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.galenaOre"),
|
GalenaOreTrue = config.get(CATEGORY_WORLD, "Generate Galena Ore", true, "Allow GalenaOre to generate in world")
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allow.galenaOre.tooltip")).getBoolean(true);
|
|
||||||
IridiumOreTrue = config
|
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.iridiumOre"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.iridiumOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
RubyOreTrue = config.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.rubyOre"),
|
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allow.rubyOre.tooltip")).getBoolean(true);
|
|
||||||
SapphireOreTrue = config
|
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.sapphireOre"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.sapphireOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
BauxiteOreTrue = config
|
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.bauxiteOre"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.bauxiteOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
TetrahedriteOreTrue = config
|
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.copperOre"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.copperOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
CassiteriteOreTrue = config
|
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.tinOre"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.tinOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
LeadOreTrue = config.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.leadOre"),
|
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allow.leadOre.tooltip")).getBoolean(true);
|
|
||||||
SilverOreTrue = config.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.silverOre"),
|
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allow.silverOre.tooltip")).getBoolean(true);
|
|
||||||
PyriteOreTrue = config.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.pyriteOre"),
|
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allow.pyriteOre.tooltip")).getBoolean(true);
|
|
||||||
CinnabarOreTrue = config
|
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.cinnabarOre"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.cinnabarOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
SphaleriteOreTrue = config
|
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.sphaleriteOre"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.sphaleriteOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
TungstenOreTrue = config
|
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.tungstonOre"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.tungstonOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
SheldoniteOreTrue = config
|
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.sheldoniteOre"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.sheldoniteOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
PeridotOreTrue = config
|
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.olivineOre"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.olivineOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
SodaliteOreTrue = config
|
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.allow.sodaliteOre"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.sodaliteOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
GalenaOreRare = config.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.galenaOre.rare"),
|
|
||||||
8, StatCollector.translateToLocal("config.techreborn.galenaOre.rare.tooltip")).getInt();
|
|
||||||
IridiumOreRare = config.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.iridiumOre.rare"),
|
|
||||||
1, StatCollector.translateToLocal("config.techreborn.iridiumOre.rare.tooltip")).getInt();
|
|
||||||
|
|
||||||
RubyOreRare = config.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.rubyOre.rare"), 6,
|
IridiumOreTrue = config
|
||||||
StatCollector.translateToLocal("config.techreborn.rubyOre.rare.tooltip")).getInt();
|
.get(CATEGORY_WORLD, "Generate Iridium Ore", true, "Allow Iridium Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
RubyOreTrue = config.get(CATEGORY_WORLD, "Generate Ruby Ore", true, "Allow Ruby Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
SapphireOreTrue = config
|
||||||
|
.get(CATEGORY_WORLD, "Generate Sapphire Ore", true, "Allow Sapphire Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
BauxiteOreTrue = config
|
||||||
|
.get(CATEGORY_WORLD, "Generate Bauxite Ore", true, "Allow Bauxite Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
TetrahedriteOreTrue = config
|
||||||
|
.get(CATEGORY_WORLD, "Generate Tetrahedrite Ore", true, "Allow Tetrahedrite Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
CassiteriteOreTrue = config
|
||||||
|
.get(CATEGORY_WORLD, "Generate Cassiterite Ore", true, "Allow Cassiterite Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
LeadOreTrue = config.get(CATEGORY_WORLD, "Generate Lead Ore", true, "Allow Lead Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
SilverOreTrue = config.get(CATEGORY_WORLD, "Generate Silver Ore", true, "Allow Silver Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
PyriteOreTrue = config.get(CATEGORY_WORLD, "Generate Pyrite Ore", true, "Allow Pyrite Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
CinnabarOreTrue = config
|
||||||
|
.get(CATEGORY_WORLD, "Generate Cinnabar Ore", true, "Allow Cinnabar Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
SphaleriteOreTrue = config
|
||||||
|
.get(CATEGORY_WORLD, "Generate Sphalerite Ore", true, "Allow Sphalerite Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
TungstenOreTrue = config
|
||||||
|
.get(CATEGORY_WORLD, "Generate Tungsten Ore", true, "Allow Tungsten Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
SheldoniteOreTrue = config
|
||||||
|
.get(CATEGORY_WORLD, "Generate Sheldonite Ore", true, "Allow Sheldonite Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
PeridotOreTrue = config
|
||||||
|
.get(CATEGORY_WORLD, "Generate Peridot Ore", true, "Allow Peridot Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
SodaliteOreTrue = config
|
||||||
|
.get(CATEGORY_WORLD, "Sodalite Peridot Ore", true, "Allow Sodalite Ore to generate in world")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
GalenaOreRare = config.get(CATEGORY_WORLD, "Galena Ore vein size", 8, "Set the max vein size for Galena Ore")
|
||||||
|
.getInt();
|
||||||
|
|
||||||
|
IridiumOreRare = config.get(CATEGORY_WORLD, "Iridium Ore vein size", 1, "Set the max vein size for Iridium Ore")
|
||||||
|
.getInt();
|
||||||
|
|
||||||
|
RubyOreRare = config.get(CATEGORY_WORLD, "Ruby Ore vein size", 6, "Set the max vein size for Ruby Ore")
|
||||||
|
.getInt();
|
||||||
|
|
||||||
SapphireOreRare = config
|
SapphireOreRare = config
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.sapphireOre.rare"), 6,
|
.get(CATEGORY_WORLD, "Sapphire Ore vein size", 6, "Set the max vein size for Sapphire Ore").getInt();
|
||||||
StatCollector.translateToLocal("config.techreborn.sapphireOre.rare.tooltip"))
|
|
||||||
|
BauxiteOreRare = config.get(CATEGORY_WORLD, "Bauxite Ore vein size", 6, "Set the max vein size for Bauxite Ore")
|
||||||
.getInt();
|
.getInt();
|
||||||
|
|
||||||
BauxiteOreRare = config.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.bauxiteOre.rare"),
|
PyriteOreRare = config.get(CATEGORY_WORLD, "Pyrite Ore vein size", 6, "Set the max vein size for Pyrite Ore")
|
||||||
6, StatCollector.translateToLocal("config.techreborn.bauxiteOre.rare.tooltip")).getInt();
|
.getInt();
|
||||||
|
|
||||||
PyriteOreRare = config.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.pyriteOre.rare"),
|
|
||||||
6, StatCollector.translateToLocal("config.techreborn.pyriteOre.rare.tooltip")).getInt();
|
|
||||||
|
|
||||||
CinnabarOreRare = config
|
CinnabarOreRare = config
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.cinnabarOre.rare"), 6,
|
.get(CATEGORY_WORLD, "Cinnabar Ore vein size", 6, "Set the max vein size for Cinnabar Ore").getInt();
|
||||||
StatCollector.translateToLocal("config.techreborn.cinnabarOre.rare.tooltip"))
|
|
||||||
.getInt();
|
|
||||||
|
|
||||||
SphaleriteOreRare = config
|
SphaleriteOreRare = config
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.sphaleriteOre.rare"), 6,
|
.get(CATEGORY_WORLD, "Sphalerite Ore vein size", 6, "Set the max vein size for Sphalerite Ore")
|
||||||
StatCollector.translateToLocal("config.techreborn.sphaleriteOre.rare.tooltip"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
|
|
||||||
TungstenOreRare = config
|
TungstenOreRare = config
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.tungstenOre.rare"), 6,
|
.get(CATEGORY_WORLD, "Tungsten Ore vein size", 6, "Set the max vein size for Tungsten Ore").getInt();
|
||||||
StatCollector.translateToLocal("config.techreborn.tungstenOre.rare.tooltip"))
|
|
||||||
.getInt();
|
|
||||||
|
|
||||||
SheldoniteOreRare = config
|
SheldoniteOreRare = config
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.sheldoniteOre.rare"), 6,
|
.get(CATEGORY_WORLD, "Sheldonite Ore vein size", 6, "Set the max vein size for Sheldonite Ore")
|
||||||
StatCollector.translateToLocal("config.techreborn.sheldoniteOre.rare.tooltip"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
|
|
||||||
PeridotOreRare = config.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.olivineOre.rare"),
|
PeridotOreRare = config.get(CATEGORY_WORLD, "Peridot Ore vein size", 6, "Set the max vein size for Peridot Ore")
|
||||||
6, StatCollector.translateToLocal("config.techreborn.olivineOre.rare.tooltip")).getInt();
|
.getInt();
|
||||||
|
|
||||||
SodaliteOreRare = config
|
SodaliteOreRare = config
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.sodaliteOre.rare"), 6,
|
.get(CATEGORY_WORLD, "Sodalite Ore vein size", 6, "Set the max vein size for Sodalite Ore").getInt();
|
||||||
StatCollector.translateToLocal("config.techreborn.sodaliteOre.rare.tooltip"))
|
|
||||||
.getInt();
|
|
||||||
|
|
||||||
TetrahedriteOreRare = config
|
TetrahedriteOreRare = config
|
||||||
.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.copperOre.rare"), 6,
|
.get(CATEGORY_WORLD, "Tetrahedrite Ore vein size", 6, "Set the max vein size for Tetrahedrite Ore")
|
||||||
StatCollector.translateToLocal("config.techreborn.copperOre.rare.tooltip"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
|
|
||||||
CassiteriteOreRare = config.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.tinOre.rare"),
|
CassiteriteOreRare = config
|
||||||
6, StatCollector.translateToLocal("config.techreborn.tinOre.rare.tooltip")).getInt();
|
.get(CATEGORY_WORLD, "Cassiterite Ore vein size", 6, "Set the max vein size for Cassiterite Ore")
|
||||||
|
.getInt();
|
||||||
|
|
||||||
LeadOreRare = config.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.leadOre.rare"), 6,
|
LeadOreRare = config.get(CATEGORY_WORLD, "Lead Ore vein size", 6, "Set the max vein size for Lead Ore")
|
||||||
StatCollector.translateToLocal("config.techreborn.leadOre.rare.tooltip")).getInt();
|
.getInt();
|
||||||
|
|
||||||
SilverOreRare = config.get(CATEGORY_WORLD, StatCollector.translateToLocal("config.techreborn.silverOre.rare"),
|
SilverOreRare = config.get(CATEGORY_WORLD, "Silver Ore vein size", 6, "Set the max vein size for Silver Ore")
|
||||||
6, StatCollector.translateToLocal("config.techreborn.silverOre.rare.tooltip")).getInt();
|
.getInt();
|
||||||
|
|
||||||
FortuneSecondaryOreMultiplierPerLevel = config
|
FortuneSecondaryOreMultiplierPerLevel = config.get(CATEGORY_WORLD, "FortuneSecondaryOreMultiplierPerLevel", 0.5,
|
||||||
.get(CATEGORY_WORLD,
|
"FortuneSecondaryOreMultiplierPerLevel").getDouble();
|
||||||
StatCollector.translateToLocal("config.techreborn.fortuneSecondaryOreMultiplierPerLevel"), 0.5,
|
|
||||||
StatCollector
|
|
||||||
.translateToLocal("config.techreborn.fortuneSecondaryOreMultiplierPerLevel.tooltip"))
|
|
||||||
.getDouble();
|
|
||||||
|
|
||||||
// Power
|
// Power
|
||||||
ThermalGenertaorOutput = config
|
ThermalGenertaorOutput = config
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.thermalGeneratorPower"), 30,
|
.get(CATEGORY_POWER, "ThermalGenerator Max Output", 30, "Set the max output for the ThermalGeneratot")
|
||||||
StatCollector.translateToLocal("config.techreborn.thermalGeneratorPower.tooltip"))
|
|
||||||
|
|
||||||
.getInt();
|
.getInt();
|
||||||
|
|
||||||
DragoneggsiphonerOutput = config
|
DragoneggsiphonerOutput = config
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.dragoneggsiphonerPower"), 30,
|
.get(CATEGORY_POWER, "DragoneggSiphoner Max Output", 30, "Set the max output for the DragoneggSiphoner")
|
||||||
StatCollector.translateToLocal("config.techreborn.dragoneggsiphonerPower.tooltip"))
|
|
||||||
|
|
||||||
.getInt();
|
.getInt();
|
||||||
|
|
||||||
CentrifugeInputTick = config
|
CentrifugeInputTick = config
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.centrifugePowerUsage"), 5,
|
.get(CATEGORY_POWER, "Centrifuge Max Tick", 30, "Set the max power the Centrifuge uses per tick")
|
||||||
StatCollector.translateToLocal("config.techreborn.centrifugePowerUsage.tooltip"))
|
|
||||||
.getInt();
|
|
||||||
heatGeneratorOutput = config
|
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.heatGeneratorOutput"), 1,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.heatGeneratorOutput.tooltip"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
|
|
||||||
aesuMaxOutput = config
|
heatGeneratorOutput = config
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.aesuMaxOutput"), 8192,
|
.get(CATEGORY_POWER, "HeatGenerator Max Output", 30, "Set the max output for the HeatGenerator")
|
||||||
StatCollector.translateToLocal("config.techreborn.aesuMaxOutput.tooltip"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
aesuMaxStorage = config
|
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.aesuMaxStorage"), 1000000000,
|
aesuMaxOutput = config.get(CATEGORY_POWER, "AESU Max Output", 30, "Set the max output for the AESU").getInt();
|
||||||
StatCollector.translateToLocal("config.techreborn.aesuMaxStorage.tooltip"))
|
|
||||||
|
aesuMaxStorage = config.get(CATEGORY_POWER, "AESU Max Storage", 30, "Set the max Storage for the AESU")
|
||||||
.getInt();
|
.getInt();
|
||||||
|
|
||||||
enableRF = config
|
enableRF = config
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.enableRF"), !Loader.isModLoaded("IC2"),
|
.get(CATEGORY_POWER, "Allow RF", !Loader.isModLoaded("IC2"), "Allow machines to be powered with RF")
|
||||||
StatCollector.translateToLocal("config.techreborn.enableRF.tooltip"))
|
|
||||||
.getBoolean();
|
.getBoolean();
|
||||||
|
|
||||||
enableEU = config
|
enableEU = config
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.enableEU"), Loader.isModLoaded("IC2"),
|
.get(CATEGORY_POWER, "Allow EU", Loader.isModLoaded("IC2"), "Allow machines to be powered with EU")
|
||||||
StatCollector.translateToLocal("config.techreborn.enableEU"))
|
|
||||||
.getBoolean();
|
.getBoolean();
|
||||||
|
|
||||||
// Charge
|
// Charge
|
||||||
AdvancedDrillCharge = config
|
AdvancedDrillCharge = config
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.advancedDrillMaxCharge"), 60000,
|
.get(CATEGORY_POWER, "AdvancedDrill MaxCharge", 60000, "Set the max charge for the advanced drill")
|
||||||
StatCollector.translateToLocal("config.techreborn.advancedDrillMaxCharge.tooltip"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
|
|
||||||
LapotronPackCharge = config
|
LapotronPackCharge = config
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.lapotronPackMaxCharge"),
|
.get(CATEGORY_POWER, "LapotronPack MaxCharge", 100000000, "Set the max charge for the LapotronPack")
|
||||||
100000000, StatCollector.translateToLocal("config.techreborn.lapotronPackMaxCharge.tooltop"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
|
|
||||||
LapotronicOrbMaxCharge = config
|
LapotronicOrbMaxCharge = config
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.lapotronicOrbMaxCharge"),
|
.get(CATEGORY_POWER, "LapotronicOrb MaxCharge", 10000000, "Set the max charge for the LapotronicOrb")
|
||||||
10000000, StatCollector.translateToLocal("config.techreborn.lapotronicOrbMaxCharge"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
|
|
||||||
LithiumBatpackCharge = config
|
LithiumBatpackCharge = config
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.lithiumBatpackMaxCharge"),
|
.get(CATEGORY_POWER, "LithiumBatpack MaxCharge", 4000000, "Set the max charge for the LithiumBatpack")
|
||||||
4000000, StatCollector.translateToLocal("config.techreborn.lithiumBatpackMaxCharge.tooltip"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
OmniToolCharge = config
|
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.omniToolMaxCharge"), 20000,
|
OmniToolCharge = config.get(CATEGORY_POWER, "OmniTool MaxCharge", 20000, "Set the max charge for the OmniTool")
|
||||||
StatCollector.translateToLocal("config.techreborn.omniToolMaxCharge.tooltip"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
|
|
||||||
RockCutterCharge = config
|
RockCutterCharge = config
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.rockCutterMaxCharge"), 10000,
|
.get(CATEGORY_POWER, "RockCutter MaxCharge", 10000, "Set the max charge for the RockCutter").getInt();
|
||||||
StatCollector.translateToLocal("config.techreborn.rockCutterMaxCharge.tooltip"))
|
|
||||||
.getInt();
|
|
||||||
CloakingDeviceCharge = config
|
CloakingDeviceCharge = config
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.cloakingDeviceMaxCharge"), 10000000,
|
.get(CATEGORY_POWER, "CloakingDevice MaxCharge", 10000000, "Set the max charge for the CloakingDevice")
|
||||||
StatCollector.translateToLocal("config.techreborn.cloakingDeviceMaxCharge.tooltip"))
|
|
||||||
.getInt();
|
|
||||||
GravityCharge = config
|
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.gravityChestplateMaxCharge"),
|
|
||||||
100000, StatCollector.translateToLocal("config.techreborn.gravityChestplateMaxCharge.tooltip"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
|
|
||||||
CentrifugeCharge = config
|
CentrifugeCharge = config
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.centrifugeMaxCharge"), 1000000,
|
.get(CATEGORY_POWER, "Centrifuge MaxCharge", 1000000, "Set the max charge for the Centrifuge").getInt();
|
||||||
StatCollector.translateToLocal("config.techreborn.centrifugeMaxCharge.tooltip"))
|
|
||||||
|
ThermalGeneratorCharge = config.get(CATEGORY_POWER, "ThermalGenerator MaxCharge", 1000000,
|
||||||
|
"Set the max charge for the ThermalGenerator").getInt();
|
||||||
|
|
||||||
|
aveargeEuOutTickTime = config.get(CATEGORY_POWER, "config.techreborn.aveargeEuOutTickTime", 100,
|
||||||
|
"config.techreborn.aveargeEuOutTickTime.tooltip").getInt();
|
||||||
|
|
||||||
|
lesuStoragePerBlock = config.get(CATEGORY_POWER, "LESU Storage Block Amount", 1000000,
|
||||||
|
"The Amount of energy storage added per Storage block").getInt();
|
||||||
|
|
||||||
|
baseLesuOutput = config.get(CATEGORY_POWER, "LESU base output", 16, "The output of the LESU befor upgrades")
|
||||||
.getInt();
|
.getInt();
|
||||||
ThermalGeneratorCharge = config
|
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.thermalGeneratorMaxCharge"),
|
extraOutputPerLesuBlock = config.get(CATEGORY_POWER, "Extra output on Storage Blocks", 8, "").getInt();
|
||||||
1000000, StatCollector.translateToLocal("config.techreborn.thermalGeneratorMaxCharge.tooltip"))
|
|
||||||
.getInt();
|
euPerRF = config.get(CATEGORY_POWER, "EU - RF ratio", 4, "The Amount of RF to output from EU").getInt();
|
||||||
aveargeEuOutTickTime = config
|
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.aveargeEuOutTickTime"), 100,
|
farmEu = config.get(CATEGORY_POWER, "farmeu", 32, "").getInt();
|
||||||
StatCollector.translateToLocal("config.techreborn.aveargeEuOutTickTime.tooltip"))
|
|
||||||
.getInt();
|
|
||||||
lesuStoragePerBlock = config
|
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.lesuStoragePerBlock"), 1000000,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.lesuStoragePerBlock.tooltip"))
|
|
||||||
.getInt();
|
|
||||||
baseLesuOutput = config.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.baseLesuOutput"),
|
|
||||||
16, StatCollector.translateToLocal("config.techreborn.baseLesuOutput.tooltip")).getInt();
|
|
||||||
extraOutputPerLesuBlock = config
|
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.extraOutputPerLesuBlock"), 8,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.extraOutputPerLesuBlock.tooltip"))
|
|
||||||
.getInt();
|
|
||||||
euPerRF = config.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.euPerRF"), 4,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.euPerRF.tooltip")).getInt();
|
|
||||||
farmEu = config.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.farmeu"), 32,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.farmeu.tooltip")).getInt();
|
|
||||||
|
|
||||||
// Teir
|
// Teir
|
||||||
AdvancedDrillTier = config
|
AdvancedDrillTier = config.get(CATEGORY_POWER, "AdvancedDrill Tier", 2, "Set the Tier of the advanced drill")
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.advancedDrillTier"), 2,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.advancedDrillTier.tooltip"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
LapotronPackTier = config
|
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.lapotronPackTier"), 2,
|
LapotronPackTier = config.get(CATEGORY_POWER, "LapotronPack Tier", 2, "Set the Tier of the LapotronPack")
|
||||||
StatCollector.translateToLocal("config.techreborn.lapotronPackTier.tooltip"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
LapotronicOrbTier = config
|
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.lapotronicOrbTier"), 2,
|
LapotronicOrbTier = config.get(CATEGORY_POWER, "LapotronicOrb Tier", 2, "Set the Tier of the LapotronicOrb")
|
||||||
StatCollector.translateToLocal("config.techreborn.lapotronicOrbTier.tooltip"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
LithiumBatpackTier = config
|
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.lithiumBatpackTier"), 3,
|
LithiumBatpackTier = config.get(CATEGORY_POWER, "LithiumBatpack Tier", 3, "Set the Tier of the LithiumBatpack")
|
||||||
StatCollector.translateToLocal("config.techreborn.lithiumBatpackTier.tooltip"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
OmniToolTier = config.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.omniToolTier"), 3,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.omniToolTier.tooltip")).getInt();
|
OmniToolTier = config.get(CATEGORY_POWER, "OmniTool Tier", 3, "Set the Tier of the OmniTool").getInt();
|
||||||
RockCutterTier = config.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.rockCutterTier"),
|
|
||||||
3, StatCollector.translateToLocal("config.techreborn.rockCutterTier.tooltip")).getInt();
|
RockCutterTier = config.get(CATEGORY_POWER, "RockCutter Tier", 2, "Set the Tier of the RockCutter").getInt();
|
||||||
CloakingDeviceTier = config.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.cloakingDeviceTier"),
|
|
||||||
3, StatCollector.translateToLocal("config.techreborn.cloakingDeviceTier.tooltip")).getInt();
|
CloakingDeviceTier = config.get(CATEGORY_POWER, "CloakingDevice Tier", 2, "Set the Tier of the CloakingDevice")
|
||||||
CloakingDeviceEUTick = config.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.cloakingDeviceEUTick"),
|
|
||||||
10000, StatCollector.translateToLocal("config.techreborn.cloakingDeviceEUTick.tooltip")).getInt();
|
|
||||||
GravityTier = config
|
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.gravityChestplateTier"), 3,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.gravityChestplateTier.tooltip"))
|
|
||||||
.getInt();
|
.getInt();
|
||||||
CentrifugeTier = config.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.centrifugeTier"),
|
|
||||||
1, StatCollector.translateToLocal("config.techreborn.centrifugeTier.tooltip")).getInt();
|
CloakingDeviceEUTick = config.get(CATEGORY_POWER, "CloakingDevice EUTick", 10000, "CloakingDevice EUTick")
|
||||||
|
.getInt();
|
||||||
|
|
||||||
|
CentrifugeTier = config.get(CATEGORY_POWER, "Centrifuge Tier", 1, "Set the Tier of the Centrifuge").getInt();
|
||||||
|
|
||||||
ThermalGeneratorTier = config
|
ThermalGeneratorTier = config
|
||||||
.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.thermalGeneratorTier"), 1,
|
.get(CATEGORY_POWER, "ThermalGenerator Tier", 1, "Set the Tier of the ThermalGenerator").getInt();
|
||||||
StatCollector.translateToLocal("config.techreborn.thermalGeneratorTier.tooltip"))
|
|
||||||
.getInt();
|
|
||||||
|
|
||||||
// Crafting
|
// Crafting
|
||||||
ExpensiveMacerator = config
|
ExpensiveMacerator = config
|
||||||
.get(CATEGORY_CRAFTING, StatCollector.translateToLocal("config.techreborn.allowExpensiveMacerator"),
|
.get(CATEGORY_CRAFTING, "Expensive Macerator", true, "Allow TechReborn to change the Macerator recipe")
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allowExpensiveMacerator.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
ExpensiveDrill = config
|
|
||||||
.get(CATEGORY_CRAFTING, StatCollector.translateToLocal("config.techreborn.allowExpensiveDrill"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allowExpensiveDrill.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
ExpensiveDiamondDrill = config
|
|
||||||
.get(CATEGORY_CRAFTING, StatCollector.translateToLocal("config.techreborn.allowExpensiveDiamondDrill"),
|
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allowExpensiveDiamondDrill.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
ExpensiveSolar = config
|
|
||||||
.get(CATEGORY_CRAFTING, StatCollector.translateToLocal("config.techreborn.allowExpensiveSolarPanels"),
|
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allowExpensiveSolarPanels.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
ExpensiveWatermill = config
|
|
||||||
.get(CATEGORY_CRAFTING, StatCollector.translateToLocal("config.techreborn.allowExpensiveWatermill"),
|
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allowExpensiveWatermill.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
ExpensiveWindmill = config
|
|
||||||
.get(CATEGORY_CRAFTING, StatCollector.translateToLocal("config.techreborn.allowExpensiveWindmill"),
|
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allowExpensiveWindmill.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
// Uu
|
|
||||||
HideUuRecipes = config.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.hiderecipes"),
|
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allow.hiderecipes.tooltip")).getBoolean(true);
|
|
||||||
UUrecipesIridiamOre = config
|
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesIridiamOre"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesIridiamOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
UUrecipesWood = config
|
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesWood"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesWood.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesStone = config
|
ExpensiveDrill = config
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesStone"), true,
|
.get(CATEGORY_CRAFTING, "Expensive Drill", true, "Allow TechReborn to change the Drill recipe")
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesStone.tooltip"))
|
.getBoolean(true);
|
||||||
|
|
||||||
|
ExpensiveDiamondDrill = config.get(CATEGORY_CRAFTING, "Expensive DiamondDrill", true,
|
||||||
|
"Allow TechReborn to change the DiamondDrill recipe").getBoolean(true);
|
||||||
|
|
||||||
|
ExpensiveSolar = config.get(CATEGORY_CRAFTING, "Expensive Solarpanels", true,
|
||||||
|
"Allow TechReborn to change the Solarpanels recipe").getBoolean(true);
|
||||||
|
|
||||||
|
ExpensiveWatermill = config
|
||||||
|
.get(CATEGORY_CRAFTING, "Expensive Watermill", true, "Allow TechReborn to change the Watermill recipe")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
ExpensiveWindmill = config
|
||||||
|
.get(CATEGORY_CRAFTING, "Expensive Windmill", true, "Allow TechReborn to change the Windmill recipe")
|
||||||
|
.getBoolean(true);
|
||||||
|
// Uu
|
||||||
|
HideUuRecipes = config.get(CATEGORY_UU, "Hide UU Recipes", true, "Hide UU Recipes from JEI/NEI")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
UUrecipesIridiamOre = config
|
||||||
|
.get(CATEGORY_UU, "UUrecipe IridiamOre", true, "Allow IridiamOre to be crafted with UU")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
UUrecipesWood = config.get(CATEGORY_UU, "UUrecipe Wood", true, "Allow Wood to be crafted with UU")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
UUrecipesStone = config.get(CATEGORY_UU, "UUrecipe Stone", true, "Allow Stone to be crafted with UU")
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesSnowBlock = config
|
UUrecipesSnowBlock = config
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesSnowBlock"), true,
|
.get(CATEGORY_UU, "UUrecipe SnowBlock", true, "Allow SnowBlock to be crafted with UU").getBoolean(true);
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesSnowBlock.tooltip"))
|
|
||||||
|
UUrecipesGrass = config.get(CATEGORY_UU, "UUrecipe Grass", true, "Allow Grass to be crafted with UU")
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesGrass = config
|
UUrecipesObsidian = config.get(CATEGORY_UU, "UUrecipe Obsidian", true, "Allow Obsidian to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesGrass"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesGrass.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesObsidian = config
|
UUrecipesGlass = config.get(CATEGORY_UU, "UUrecipe Glass", true, "Allow Glass to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesObsidian"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesObsidian.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesGlass = config
|
UUrecipesWater = config.get(CATEGORY_UU, "UUrecipe Water", true, "Allow Water to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesGlass"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesGlass.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesWater = config
|
UUrecipesLava = config.get(CATEGORY_UU, "UUrecipe Lava", true, "Allow Lava to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesWater"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesWater.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesLava = config
|
UUrecipesCocoa = config.get(CATEGORY_UU, "UUrecipe Cocoa", true, "Allow Cocoa to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesLava"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesLava.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
|
|
||||||
UUrecipesCocoa = config
|
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesCocoa"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesCocoa.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesGlowstoneBlock = config
|
UUrecipesGlowstoneBlock = config
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesGlowstoneBlock"),
|
.get(CATEGORY_UU, "UUrecipe GlowstoneBlock", true, "Allow GlowstoneBlock to be crafted with UU")
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allow.uurecipesGlowstoneBlock.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesCactus = config
|
UUrecipesCactus = config.get(CATEGORY_UU, "UUrecipe Cactus", true, "Allow Cactus to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesCactus"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesCactus.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesSugarCane = config
|
UUrecipesSugarCane = config
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesSugarCane"), true,
|
.get(CATEGORY_UU, "UUrecipe SugarCane", true, "Allow SugarCane to be crafted with UU").getBoolean(true);
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesSugarCane.tooltip"))
|
|
||||||
|
UUrecipesVine = config.get(CATEGORY_UU, "UUrecipe Vine", true, "Allow Vine to be crafted with UU")
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesVine = config
|
UUrecipesSnowBall = config.get(CATEGORY_UU, "UUrecipe SnowBall", true, "Allow SnowBall to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesVine"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesVine.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesSnowBall = config
|
UUrecipeslilypad = config.get(CATEGORY_UU, "UUrecipe lilypad", true, "Allow lilypad to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesSnowBall"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesSnowBall.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipeslilypad = config
|
UUrecipesBone = config.get(CATEGORY_UU, "UUrecipe Bone", true, "Allow Bone to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesLilypad"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesLilypad.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesBone = config
|
UUrecipesFeather = config.get(CATEGORY_UU, "UUrecipe Feather", true, "Allow Feather to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesBone"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesBone.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesFeather = config
|
UUrecipesInk = config.get(CATEGORY_UU, "UUrecipe Ink", true, "Allow Ink to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesFeather"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesFeather.tooltip"))
|
|
||||||
.getBoolean(true);
|
|
||||||
|
|
||||||
UUrecipesInk = config
|
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesInk"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesInk.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesEnderPearl = config
|
UUrecipesEnderPearl = config
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.uurecipesEnderPearl"), true,
|
.get(CATEGORY_UU, "UUrecipe EnderPearl", true, "Allow EnderPearl to be crafted with UU")
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.uurecipesEnderPearl.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesCoal = config
|
UUrecipesCoal = config.get(CATEGORY_UU, "UUrecipe Coal", true, "Allow Coal to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesCoal"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesCoal.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesIronOre = config
|
UUrecipesIronOre = config.get(CATEGORY_UU, "UUrecipe IronOre", true, "Allow IronOre to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesIronOre"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesIronOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesIronDust = config
|
UUrecipesIronDust = config.get(CATEGORY_UU, "UUrecipe IronDust", true, "Allow IronDust to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesIronDust"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesIronDust.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesGoldOre = config
|
UUrecipesGoldOre = config.get(CATEGORY_UU, "UUrecipe GoldOre", true, "Allow GoldOre to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesGoldOre"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesGoldOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesGoldDust = config
|
UUrecipesGoldDust = config.get(CATEGORY_UU, "UUrecipe GoldDust", true, "Allow GoldDust to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesGoldDust"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesGoldDust.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesRedStone = config
|
UUrecipesRedStone = config.get(CATEGORY_UU, "UUrecipe RedStone", true, "Allow RedStone to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesRedStone"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesRedStone.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesLapis = config
|
UUrecipesLapis = config.get(CATEGORY_UU, "UUrecipe Lapis", true, "Allow Lapis to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesLapis"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesLapis.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesEmeraldOre = config
|
UUrecipesEmeraldOre = config
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesEmeraldOre"), true,
|
.get(CATEGORY_UU, "UUrecipe EmeraldOre", true, "Allow EmeraldOre to be crafted with UU")
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesEmeraldOre.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesEmerald = config
|
UUrecipesEmerald = config.get(CATEGORY_UU, "UUrecipe Emerald", true, "Allow Emerald to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesEmerald"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesEmerald.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesDiamond = config
|
UUrecipesDiamond = config.get(CATEGORY_UU, "UUrecipe Diamond", true, "Allow Diamond to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesDiamond"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesDiamond.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesResin = config
|
UUrecipesResin = config.get(CATEGORY_UU, "UUrecipe Resin", true, "Allow Resin to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesResin"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesResin.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesTinDust = config
|
UUrecipesTinDust = config.get(CATEGORY_UU, "UUrecipe TinDust", true, "Allow TinDust to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesTinDust"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesTinDust.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesCopperDust = config
|
UUrecipesCopperDust = config
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesCopperDust"), true,
|
.get(CATEGORY_UU, "UUrecipe CopperDust", true, "Allow CopperDust to be crafted with UU")
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesCopperDust.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesLeadDust = config
|
UUrecipesLeadDust = config.get(CATEGORY_UU, "UUrecipe LeadDust", true, "Allow LeadDust to be crafted with UU")
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesLeadDust"), true,
|
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesLeadDust.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesPlatinumDust = config
|
UUrecipesPlatinumDust = config
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesPlatinumDust"), true,
|
.get(CATEGORY_UU, "UUrecipe PlatinumDust", true, "Allow PlatinumDust to be crafted with UU")
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesPlatinumDust.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesTungstenDust = config
|
UUrecipesTungstenDust = config
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesTungstenDust"), true,
|
.get(CATEGORY_UU, "UUrecipe TungstenDust", true, "Allow TungstenDust to be crafted with UU")
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesTungstenDust.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesTitaniumDust = config
|
UUrecipesTitaniumDust = config
|
||||||
.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesTitaniumDust"), true,
|
.get(CATEGORY_UU, "UUrecipe TitaniumDust", true, "Allow TitaniumDust to be crafted with UU")
|
||||||
StatCollector.translateToLocal("config.techreborn.allow.UUrecipesTitaniumDust.tooltip"))
|
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
UUrecipesAluminumDust = config.get(CATEGORY_UU, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesAluminumDust"),
|
UUrecipesAluminumDust = config
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allow.UUrecipesAluminumDust.tooltip")).getBoolean(true);
|
.get(CATEGORY_UU, "UUrecipe AluminumDust", true, "Allow AluminumDust to be crafted with UU")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
ShowChargeHud = config.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.showChargehud"),
|
ShowChargeHud = config.get(CATEGORY_POWER, "Show Charge hud", true, "Show Charge hud (ClientSideOnly)")
|
||||||
true, StatCollector.translateToLocal("config.techreborn.showChargehud.tooltip")).getBoolean(true);
|
.getBoolean(true);
|
||||||
|
|
||||||
useConnectedTextures = config.get(CATEGORY_INTEGRATION, StatCollector.translateToLocal("config.techreborn.connectTextures"),
|
useConnectedTextures = config.get(CATEGORY_INTEGRATION, "Render Conected Textures", true,
|
||||||
true, StatCollector.translateToLocal("config.techreborn.connectTextures.tooltip")).getBoolean(true);
|
"Render Conected Textures (Clinet Side Only)").getBoolean(true);
|
||||||
|
|
||||||
oreUnifer = config.get(CATEGORY_INTEGRATION, StatCollector.translateToLocal("config.techreborn.oreUnifer"),
|
oreUnifer = config.get(CATEGORY_INTEGRATION, "OreUnifer", false, "change all ores int TechReborn Ores")
|
||||||
false, StatCollector.translateToLocal("config.techreborn.oreUnifer.tooltip")).getBoolean(false);
|
.getBoolean(false);
|
||||||
|
|
||||||
// Integration
|
// Integration
|
||||||
AllowBOPRecipes = config.get(CATEGORY_INTEGRATION, StatCollector.translateToLocal("config.techreborn.allowBopRecipes"),
|
AllowBOPRecipes = config.get(CATEGORY_INTEGRATION, "Allow Bop Recipes", true, "Add BOP suport")
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allowBopRecipes.tooltip")).getBoolean(true);
|
.getBoolean(true);
|
||||||
AllowForestryRecipes = config.get(CATEGORY_INTEGRATION, StatCollector.translateToLocal("config.techreborn.allowForestryRecipes"),
|
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allowForestryRecipes.tooltip")).getBoolean(true);
|
|
||||||
AllowNaturaRecipes = config.get(CATEGORY_INTEGRATION, StatCollector.translateToLocal("config.techreborn.allowNaturaRecipes"),
|
|
||||||
true, StatCollector.translateToLocal("config.techreborn.allowNaturaRecipes.tooltip")).getBoolean(true);
|
|
||||||
|
|
||||||
if (config.hasChanged())
|
AllowForestryRecipes = config.get(CATEGORY_INTEGRATION, "Allow Forestry Recipes", true, "Add Forestry suport")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
AllowNaturaRecipes = config.get(CATEGORY_INTEGRATION, "Allow Natura Recipes", true, "Add Natura suport")
|
||||||
|
.getBoolean(true);
|
||||||
|
|
||||||
|
if (config.hasChanged()) {
|
||||||
config.save();
|
config.save();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue