mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-12 03:37:27 +07:00
Balance
This commit is contained in:
parent
b4fb687c4f
commit
905ca3dcfc
@ -677,7 +677,7 @@ public class Blocks implements ContentList{
|
||||
size = 2;
|
||||
hasPower = hasItems = hasLiquids = true;
|
||||
|
||||
consumes.liquid(Liquids.oil, 3f);
|
||||
consumes.liquid(Liquids.oil, 0.09f);
|
||||
consumes.power(0.5f);
|
||||
}};
|
||||
|
||||
|
@ -41,7 +41,7 @@ import static io.anuke.mindustry.Vars.*;
|
||||
|
||||
public class NetServer implements ApplicationListener{
|
||||
public final static int maxSnapshotSize = 430;
|
||||
private final static float serverSyncTime = 30, kickDuration = 30 * 1000;
|
||||
private final static float serverSyncTime = 20, kickDuration = 30 * 1000;
|
||||
private final static Vector2 vector = new Vector2();
|
||||
private final static Rectangle viewport = new Rectangle();
|
||||
/** If a player goes away of their server-side coordinates by this distance, they get teleported back. */
|
||||
|
Loading…
Reference in New Issue
Block a user