add block map (will reimplement this)

This commit is contained in:
Sen 2025-06-19 16:21:15 +02:00
parent 9930d1bb6d
commit 64cff6a171
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
4 changed files with 133 additions and 1 deletions

View file

@ -8,4 +8,6 @@ public abstract class Version {
public static final int MAJOR = 2;
public static final int MINOR = 3;
public static final int PATCH = 0;
public static final int DATA = 0;
}