mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-15 11:25:11 +01:00
Fix build
This commit is contained in:
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
|
||||
loader_version=0.12.12
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.0.0-pre2
|
||||
mod_version = 1.0.0-pre3
|
||||
maven_group = net.puzzlemc
|
||||
archives_base_name = puzzle
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
archivesBaseName = "puzzle-models"
|
||||
|
||||
minecraft {
|
||||
accessWidener = file("src/main/resources/puzzle-models.accesswidener")
|
||||
loom {
|
||||
accessWidenerPath = file("src/main/resources/puzzle-models.accesswidener")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user