Fix glass panes not affecting beacon colors

This commit is contained in:
James Seibel
2024-09-01 15:04:24 -05:00
parent fc90cf3377
commit ec012d9fd6
3 changed files with 21 additions and 14 deletions
@@ -114,8 +114,8 @@ public class LightingTestBlockStateWrapper implements IBlockStateWrapper
@Override
public Color getMapColor() { throw new UnsupportedOperationException("Not Implemented"); }
@Override
public boolean isGlassBlock() { throw new UnsupportedOperationException("Not Implemented"); }
public boolean isBeaconTintBlock() { throw new UnsupportedOperationException("Not Implemented"); }
@Override
public Color getBeaconTintColor() { throw new UnsupportedOperationException("Not Implemented"); }
}