cleanup, change dye colors
This commit is contained in:
parent
a73901a584
commit
1fe5003028
77 changed files with 409 additions and 1004 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue