cleanup, change dye colors

This commit is contained in:
Sen 2025-06-30 20:48:53 +02:00
parent a73901a584
commit 1fe5003028
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
77 changed files with 409 additions and 1004 deletions

View file

@ -16,7 +16,7 @@ public class BlockStainedGlassPane extends BlockPane
private final DyeColor color;
public static BlockStainedGlassPane getByColor(DyeColor color) {
return PANES[color.getMetadata()];
return PANES[color.ordinal()];
}
public BlockStainedGlassPane(DyeColor color)