diff --git a/common/src/main/java/software/bluelib/BlueLibConstants.java b/common/src/main/java/software/bluelib/BlueLibConstants.java index 32d7453..57afe68 100644 --- a/common/src/main/java/software/bluelib/BlueLibConstants.java +++ b/common/src/main/java/software/bluelib/BlueLibConstants.java @@ -75,7 +75,7 @@ private BlueLibConstants() {} * * @since 1.0.0 */ - public static boolean isBlueLibLoggingEnabled = true; + public static boolean isBlueLibLoggingEnabled = false; /** * A {@link Boolean} to enable or disable general logging. diff --git a/gradle.properties b/gradle.properties index 0d47779..9bed6f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ minecraft_version=1.21.4 mod_id=bluelib mod_name=BlueLib license=MIT License -version=1.5.0 +version=1.6.0 group=software.bluelib mod_author=Dan, Aram description=BlueLib is an All round Minecraft mod library that offers data-driven features, allowing users to implement and customize its features with full freedom. \nIt supports both Resource and Datapacks, ensuring seamless integration and flexibility. @@ -26,11 +26,11 @@ parchment_minecraft=1.21.4 parchment_version=2024.12.07 # Fabric -fabric_version=0.112.0+1.21.4 +fabric_version=0.112.2+1.21.4 fabric_loader_version=0.16.9 # NeoForge -neoforge_version=21.4.18-beta +neoforge_version=21.4.33-beta neoforge_loader_version_range=[4,) neoforge_version_range=[21.0.0-beta,)