Change solar energy config from long to int
This commit is contained in:
parent
a9f80a1692
commit
ccffd62055
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class Settings
|
|||
@Config(category = "Power", key = "Water_tubine_Ratio")
|
||||
public static int WATER_POWER_RATIO = 1;
|
||||
@Config(category = "Power", key = "Solor_Panel")
|
||||
public static long SOLAR_ENERGY = 50;
|
||||
public static int SOLAR_ENERGY = 50;
|
||||
|
||||
public static void setModMetadata(ModMetadata metadata, String id, String name)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue