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

@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.12.12 loader_version=0.12.12
# Mod Properties # Mod Properties
mod_version = 1.0.0-pre2 mod_version = 1.0.0-pre3
maven_group = net.puzzlemc maven_group = net.puzzlemc
archives_base_name = puzzle archives_base_name = puzzle

View File

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

View File

@@ -1,7 +1,7 @@
archivesBaseName = "puzzle-models" archivesBaseName = "puzzle-models"
minecraft { loom {
accessWidener = file("src/main/resources/puzzle-models.accesswidener") accessWidenerPath = file("src/main/resources/puzzle-models.accesswidener")
} }
dependencies { dependencies {