Skip to content

Commit

Permalink
removed legacy water tint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gollorum committed Aug 13, 2023
1 parent 8da8685 commit 8d1d714
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion src/main/java/gollorum/signpost/utils/Tint.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public static void register(String type, CompoundSerializable<? extends Tint> se
}

static {
LegacyWaterTint.register();
FoliageTint.register();
BlockColorTint.register();
GrassTint.register();
Expand Down

0 comments on commit 8d1d714

Please sign in to comment.