Save version chunks changed to 4-byte lengths

This commit is contained in:
Anuken
2025-09-12 14:42:22 -04:00
parent 5f58adb764
commit 729f18726f
19 changed files with 311 additions and 150 deletions

View File

@@ -1,9 +1,7 @@
package mindustry.io.versions;
import mindustry.io.*;
/** Adds support for the marker binary data region. The code is unchanged here, because it was easier to add a >= 8 check in the SaveVersion class itself. */
public class Save8 extends SaveVersion{
public class Save8 extends ShortChunkSaveVersion{
public Save8(){
super(8);