Skip to content

Commit 2eb37a7

Browse files
committed
1.3.0 Release
1 parent 3737b2a commit 2eb37a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ private BlueLibConstants() {
7676
*
7777
* @since 1.0.0
7878
*/
79-
public static final Boolean isExampleEnabled = true;
79+
public static final Boolean isExampleEnabled = false;
8080

8181
/** TODO: Always have on False when pushing to production
8282
* A {@link Boolean} to enable or disable BlueLib specific logging.
8383
*
8484
* @since 1.0.0
8585
*/
86-
public static boolean isBlueLibLoggingEnabled = true;
86+
public static boolean isBlueLibLoggingEnabled = false;
8787

8888
/**
8989
* A {@link Boolean} to enable or disable general logging.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ minecraft_version=1.21.3
1010
mod_id=bluelib
1111
mod_name=BlueLib
1212
license=MIT License
13-
version=1.2.0
13+
version=1.3.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.

0 commit comments

Comments
 (0)