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 8665ec4 commit ae65c73Copy full SHA for ae65c73
src/main/java/nekiplay/meteorplus/mixin/meteorclient/gui/TitleScreenCreditsMixin.java
@@ -21,7 +21,7 @@ private static void modifyAddText(Args args) {
21
int day = calendar.get(Calendar.DAY_OF_MONTH);
22
int month = calendar.get(Calendar.MONTH) + 1;
23
24
- if (day <= 7 && month == 4) {
+ if (day <= 5 && month == 4) {
25
MutableText newText = Text.literal(text.getString().replaceAll("Meteor", "Motor"))
26
.setStyle(text.getStyle());
27
if (text instanceof MutableText mutableText) {
0 commit comments