Fix build

This commit is contained in:
Motschen
2021-12-30 18:25:04 +01:00
parent da4f52561e
commit 8e86674dff
3 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ public class PuzzleConfig extends MidnightConfigLite {
@Entry public static boolean checkUpdates = true;
@Entry public static boolean showPuzzleInfo = true;
@Entry public static boolean resourcepackSplashScreen = true;
@Entry public static boolean disableSplashScreenBlend = false;
@Entry public static boolean emissiveTextures = true;
@Entry public static boolean customRenderLayers = true;
@Entry public static boolean unlimitedRotations = true;