Skip to content

Commit

Permalink
1.3.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
MeAlam1 committed Nov 22, 2024
1 parent 3737b2a commit 2eb37a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/src/main/java/software/bluelib/BlueLibConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ private BlueLibConstants() {
*
* @since 1.0.0
*/
public static final Boolean isExampleEnabled = true;
public static final Boolean isExampleEnabled = false;

/** TODO: Always have on False when pushing to production
* A {@link Boolean} to enable or disable BlueLib specific logging.
*
* @since 1.0.0
*/
public static boolean isBlueLibLoggingEnabled = true;
public static boolean isBlueLibLoggingEnabled = false;

/**
* A {@link Boolean} to enable or disable general logging.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ minecraft_version=1.21.3
mod_id=bluelib
mod_name=BlueLib
license=MIT License
version=1.2.0
version=1.3.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.
Expand Down

0 comments on commit 2eb37a7

Please sign in to comment.