Skip to content

Commit f87d101

Browse files
committed
1.6.0 Release
1 parent dc214a6 commit f87d101

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

common/src/main/java/software/bluelib/BlueLibConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private BlueLibConstants() {}
7575
*
7676
* @since 1.0.0
7777
*/
78-
public static boolean isBlueLibLoggingEnabled = true;
78+
public static boolean isBlueLibLoggingEnabled = false;
7979

8080
/**
8181
* A {@link Boolean} to enable or disable general logging.

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ minecraft_version=1.21.4
1010
mod_id=bluelib
1111
mod_name=BlueLib
1212
license=MIT License
13-
version=1.5.0
13+
version=1.6.0
1414
group=software.bluelib
1515
mod_author=Dan, Aram
1616
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
2626
parchment_version=2024.12.07
2727

2828
# Fabric
29-
fabric_version=0.112.0+1.21.4
29+
fabric_version=0.112.2+1.21.4
3030
fabric_loader_version=0.16.9
3131

3232
# NeoForge
33-
neoforge_version=21.4.18-beta
33+
neoforge_version=21.4.33-beta
3434
neoforge_loader_version_range=[4,)
3535
neoforge_version_range=[21.0.0-beta,)
3636

0 commit comments

Comments
 (0)