Skip to content

Commit

Permalink
Undo breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
CodexAdrian committed Oct 13, 2024
1 parent 6c349b3 commit 73ef9eb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,10 @@ public static DataResult<Color> decodeColor(Dynamic<?> dynamic) {
}
//endregion

@Deprecated
@ApiStatus.ScheduledForRemoval(inVersion = "1.21.2")
public static void initRainbow() {}

public class ColorEditor {
private ColorEditor() {
}
Expand Down

0 comments on commit 73ef9eb

Please sign in to comment.