We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332ccff commit 1ef00e6Copy full SHA for 1ef00e6
src/main/java/dev/galacticraft/machinelib/api/block/MachineBlock.java
@@ -92,7 +92,7 @@ public abstract class MachineBlock extends BaseBlock {
92
/**
93
* Tooltip prompt text. Shown instead of the long-form description when shift is not pressed.
94
*/
95
- private static final Component PRESS_SHIFT = Component.translatable(Constant.TranslationKey.PRESS_SHIFT).setStyle(Constant.Text.DARK_GRAY_STYLE);
+ protected static final Component PRESS_SHIFT = Component.translatable(Constant.TranslationKey.PRESS_SHIFT).setStyle(Constant.Text.DARK_GRAY_STYLE);
96
97
98
* Creates a new machine block.
0 commit comments