Added OreDrop API
This commit is contained in:
parent
c01ae43435
commit
601812a10c
4 changed files with 126 additions and 0 deletions
|
@ -61,6 +61,8 @@ public class ConfigTechReborn {
|
|||
public static boolean SodaliteOreTrue;
|
||||
public static int SodaliteOreRare;
|
||||
|
||||
public static double FortuneSecondaryOreMultiplierPerLevel;
|
||||
|
||||
// Power
|
||||
public static int ThermalGenertaorOutput;
|
||||
public static int CentrifugeInputTick;
|
||||
|
@ -438,6 +440,15 @@ public class ConfigTechReborn {
|
|||
.translateToLocal("config.techreborn.silverOre.rare.tooltip"))
|
||||
.getInt();
|
||||
|
||||
FortuneSecondaryOreMultiplierPerLevel = config
|
||||
.get(CATEGORY_WORLD,
|
||||
StatCollector
|
||||
.translateToLocal("config.techreborn.fortuneSecondaryOreMultiplierPerLevel"),
|
||||
0.5,
|
||||
StatCollector
|
||||
.translateToLocal("config.techreborn.fortuneSecondaryOreMultiplierPerLevel.tooltip"))
|
||||
.getDouble();
|
||||
|
||||
// Power
|
||||
ThermalGenertaorOutput = config
|
||||
.get(CATEGORY_POWER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue