mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-15 03:11:07 -07:00
Balance
This commit is contained in:
parent
b4fb687c4f
commit
905ca3dcfc
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue