diff --git a/core/src/mindustry/Vars.java b/core/src/mindustry/Vars.java index bbb56252fa..a8e0d9290e 100644 --- a/core/src/mindustry/Vars.java +++ b/core/src/mindustry/Vars.java @@ -149,7 +149,7 @@ public class Vars implements Loadable{ /** max GL texture size */ public static int maxTextureSize = 2048; /** Maximum schematic size.*/ - public static int maxSchematicSize = 32; + public static int maxSchematicSize = 64; /** Whether to show sector info upon landing. */ public static boolean showSectorLandInfo = true; /** Whether to check for memory use before taking screenshots. */