mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-03 22:46:02 -04:00
Add extra variants & Splash change (#14)
This commit is contained in:
parent
18b1fb28bb
commit
74a60211f2
@ -46,6 +46,10 @@ public class SplashTextResourceSupplierMixin {
|
|||||||
bdSplash.add("Happy Birthday, Blurry!");
|
bdSplash.add("Happy Birthday, Blurry!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (now.getMonth() == Month.NOVEMBER && now.getDayOfMonth() == 8) {
|
||||||
|
bdSplash.add("Happy Birthday, Fery!");
|
||||||
|
}
|
||||||
|
|
||||||
if (!bdSplash.isEmpty()) {
|
if (!bdSplash.isEmpty()) {
|
||||||
cir.setReturnValue(bdSplash);
|
cir.setReturnValue(bdSplash);
|
||||||
} else {
|
} else {
|
||||||
|
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
x
Reference in New Issue
Block a user