Switch to VTI 1000, finally

This commit is contained in:
Nadja Reitzenstein
2022-11-05 22:46:08 +01:00
parent 184bb02fe3
commit a462b5fe45

View File

@@ -25,7 +25,7 @@ import java.util.stream.Stream;
public final class VxlanBlockEntity extends ModBlockEntity implements NetworkInterface, TickableBlockEntity {
private static final int TTL_COST = 1;
//private int vti = ((int) (Math.random() * Integer.MAX_VALUE)) & 0x00ff_ffff;
private int vti = 4037973;
private int vti = 1000;
private int frameCount;
private long lastGameTime;