Moved to RebornCore
This commit is contained in:
parent
50a830a101
commit
8abf6e5282
313 changed files with 3987 additions and 16508 deletions
|
@ -102,7 +102,7 @@ public class ConfigTechReborn {
|
|||
public static int CloakingDeviceTier;
|
||||
public static int GravityTier;
|
||||
public static int CentrifugeTier;
|
||||
public static int ThermalGeneratorTier;
|
||||
public static int ThermalGeneratorTier;
|
||||
// EU/T
|
||||
public static int CloakingDeviceEUTick;
|
||||
// Crafting
|
||||
|
@ -675,7 +675,7 @@ public class ConfigTechReborn {
|
|||
|
||||
rainExplosions = config.get(CATEGORY_POWER, StatCollector.translateToLocal("config.techreborn.rainExplosions"),
|
||||
true, StatCollector.translateToLocal("config.techreborn.rainExplosions.tooltip")).getBoolean(true);
|
||||
|
||||
|
||||
//Integration
|
||||
AllowBOPRecipes = config.get(CATEGORY_INTEGRATION, StatCollector.translateToLocal("config.techreborn.allowBopRecipes"),
|
||||
true, StatCollector.translateToLocal("config.techreborn.allowBopRecipes.tooltip")).getBoolean(true);
|
||||
|
|
|
@ -182,7 +182,7 @@ public class TechRebornConfigGui extends GuiConfig {
|
|||
.toString()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//Mod Integration
|
||||
public static class TRINT extends CategoryEntry {
|
||||
public TRINT(GuiConfig owningScreen, GuiConfigEntries owningEntryList, IConfigElement configElement) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue