Textures for other ores
This commit is contained in:
parent
7914f530d2
commit
ce1ff273c2
6 changed files with 36 additions and 38 deletions
|
@ -61,7 +61,6 @@ public class ConfigTechReborn {
|
||||||
public static boolean SodaliteOreTrue;
|
public static boolean SodaliteOreTrue;
|
||||||
public static int SodaliteOreRare;
|
public static int SodaliteOreRare;
|
||||||
|
|
||||||
|
|
||||||
// Power
|
// Power
|
||||||
public static int ThermalGenertaorOutput;
|
public static int ThermalGenertaorOutput;
|
||||||
public static int CentrifugeInputTick;
|
public static int CentrifugeInputTick;
|
||||||
|
@ -89,7 +88,7 @@ public class ConfigTechReborn {
|
||||||
public static boolean ExpensiveDiamondDrill;
|
public static boolean ExpensiveDiamondDrill;
|
||||||
public static boolean ExpensiveSolar;
|
public static boolean ExpensiveSolar;
|
||||||
|
|
||||||
//UU
|
// UU
|
||||||
public static boolean HideUuRecipes;
|
public static boolean HideUuRecipes;
|
||||||
public static boolean UUrecipesIridiamOre;
|
public static boolean UUrecipesIridiamOre;
|
||||||
public static boolean UUrecipesWood;
|
public static boolean UUrecipesWood;
|
||||||
|
@ -112,7 +111,7 @@ public class ConfigTechReborn {
|
||||||
public static boolean UUrecipesFeather;
|
public static boolean UUrecipesFeather;
|
||||||
public static boolean UUrecipesInk;
|
public static boolean UUrecipesInk;
|
||||||
public static boolean UUrecipesEnderPearl;
|
public static boolean UUrecipesEnderPearl;
|
||||||
//TODO
|
// TODO
|
||||||
public static boolean UUrecipesCoal;
|
public static boolean UUrecipesCoal;
|
||||||
public static boolean UUrecipesIronOre;
|
public static boolean UUrecipesIronOre;
|
||||||
public static boolean UUrecipesIronDust;
|
public static boolean UUrecipesIronDust;
|
||||||
|
@ -132,7 +131,6 @@ public class ConfigTechReborn {
|
||||||
public static boolean UUrecipesTitaniumDust;
|
public static boolean UUrecipesTitaniumDust;
|
||||||
public static boolean UUrecipesAluminumDust;
|
public static boolean UUrecipesAluminumDust;
|
||||||
|
|
||||||
|
|
||||||
public static Configuration config;
|
public static Configuration config;
|
||||||
|
|
||||||
private ConfigTechReborn(File configFile)
|
private ConfigTechReborn(File configFile)
|
||||||
|
@ -625,7 +623,7 @@ public class ConfigTechReborn {
|
||||||
StatCollector
|
StatCollector
|
||||||
.translateToLocal("config.techreborn.allowExpensiveSolarPanels.tooltip"))
|
.translateToLocal("config.techreborn.allowExpensiveSolarPanels.tooltip"))
|
||||||
.getBoolean(true);
|
.getBoolean(true);
|
||||||
//Uu
|
// Uu
|
||||||
HideUuRecipes = config
|
HideUuRecipes = config
|
||||||
.get(CATEGORY_UU,
|
.get(CATEGORY_UU,
|
||||||
StatCollector
|
StatCollector
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 434 B |
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Loading…
Add table
Reference in a new issue