Skip to content

Commit

Permalink
Make CellLedRenderer public for add-on use
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Oct 20, 2023
1 parent 09d4ee1 commit 6857d59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/**
* Utility class to render LEDs for storage cells from a Block entity Renderer.
*/
class CellLedRenderer {
public class CellLedRenderer {

private static final EnumMap<CellState, Vector3f> STATE_COLORS;

Expand Down

0 comments on commit 6857d59

Please sign in to comment.