Skip to content

Commit 1ef00e6

Browse files
committed
refactor: make PRESS_SHIFT protected rather than private
1 parent 332ccff commit 1ef00e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/galacticraft/machinelib/api/block/MachineBlock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public abstract class MachineBlock extends BaseBlock {
9292
/**
9393
* Tooltip prompt text. Shown instead of the long-form description when shift is not pressed.
9494
*/
95-
private static final Component PRESS_SHIFT = Component.translatable(Constant.TranslationKey.PRESS_SHIFT).setStyle(Constant.Text.DARK_GRAY_STYLE);
95+
protected static final Component PRESS_SHIFT = Component.translatable(Constant.TranslationKey.PRESS_SHIFT).setStyle(Constant.Text.DARK_GRAY_STYLE);
9696

9797
/**
9898
* Creates a new machine block.

0 commit comments

Comments
 (0)