Do more configs. Still a lot to go

This commit is contained in:
Prospector 2017-06-09 08:31:19 -07:00
parent cba5fff3c2
commit 2d5d60be6b
23 changed files with 197 additions and 137 deletions

View file

@ -43,14 +43,12 @@ public class TilePlayerDectector extends TilePowerAcceptor {
public static int maxInput = 32;
@ConfigRegistry(config = "machines", category = "player_detector", key = "PlayerDetectorMaxEnergy", comment = "Player Detector Max Energy (Value in EU)")
public static int maxEnergy = 10000;
@ConfigRegistry(config = "machines", category = "player_detector", key = "PlayerDetectorTier", comment = "Player Detector Tier")
public static int tier = 1;
public String owenerUdid = "";
boolean redstone = false;
public TilePlayerDectector() {
super(tier);
super();
}
@Override