Rebalance the windmill

This commit is contained in:
modmuss50 2016-02-25 20:29:56 +00:00
parent bb6b53490b
commit ec054e09f6

View file

@ -12,7 +12,7 @@ public class TileWindMill extends TilePowerAcceptor {
super(2); super(2);
} }
int basePower = 480; int basePower = 10;
@Override @Override
public void updateEntity() { public void updateEntity() {