Skip to content

Commit

Permalink
This may be required on Fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiboo committed Jun 16, 2024
1 parent 780ba50 commit ad86499
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public static void warnPlayer(@Nullable Player player, String translationKey, Ob
player.sendSystemMessage(Component.translatable(translationKey, formatArgs).withStyle(ChatFormatting.RED));
else
LogManager.getLogger("NoCubes notification fallback").warn(I18n.get(translationKey, formatArgs));
// Language.getInstance().getOrDefault(translationKey).formatted
}

public static float getBlockDensity(Predicate<BlockState> isSmoothable, BlockState state) {
Expand Down

0 comments on commit ad86499

Please sign in to comment.