This commit is contained in:
Anuken 2019-04-09 13:19:55 -04:00
parent b4fb687c4f
commit 905ca3dcfc
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}};

View File

@ -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. */