Do more configs. Still a lot to go
This commit is contained in:
parent
cba5fff3c2
commit
2d5d60be6b
23 changed files with 197 additions and 137 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue