Add emissive textures module, Try to fix puzzle-splashscreen

This commit is contained in:
Motschen
2021-12-30 17:31:10 +01:00
parent 1a1335a659
commit da4f52561e
10 changed files with 167 additions and 4 deletions

View File

@@ -6,7 +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 randomEntityTextures = true;
@Entry public static boolean emissiveTextures = true;
@Entry public static boolean customRenderLayers = true;
@Entry public static boolean unlimitedRotations = true;
@Entry public static boolean biggerModels = true;