Skip to content

Commit

Permalink
1.6.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
MeAlam1 committed Dec 20, 2024
1 parent dc214a6 commit f87d101
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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,)

Expand Down

0 comments on commit f87d101

Please sign in to comment.