mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-15 19:35:10 +01:00
Fix build
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user