diff --git a/src/main/java/gay/pridecraft/joy/mixin/SplashTextResourceSupplierMixin.java b/src/main/java/gay/pridecraft/joy/mixin/SplashTextResourceSupplierMixin.java index b09b0b8..aa3db7d 100644 --- a/src/main/java/gay/pridecraft/joy/mixin/SplashTextResourceSupplierMixin.java +++ b/src/main/java/gay/pridecraft/joy/mixin/SplashTextResourceSupplierMixin.java @@ -46,6 +46,10 @@ public class SplashTextResourceSupplierMixin { bdSplash.add("Happy Birthday, Blurry!"); } + if (now.getMonth() == Month.NOVEMBER && now.getDayOfMonth() == 8) { + bdSplash.add("Happy Birthday, Fery!"); + } + if (!bdSplash.isEmpty()) { cir.setReturnValue(bdSplash); } else { diff --git a/src/main/resources/assets/joy/textures/entity/axolotl/axolotl_ace.png b/src/main/resources/assets/joy/textures/entity/axolotl/axolotl_ace.png new file mode 100644 index 0000000..c99f2a3 Binary files /dev/null and b/src/main/resources/assets/joy/textures/entity/axolotl/axolotl_ace.png differ diff --git a/src/main/resources/assets/joy/textures/entity/axolotl/axolotl_aro.png b/src/main/resources/assets/joy/textures/entity/axolotl/axolotl_aro.png new file mode 100644 index 0000000..f18bfd2 Binary files /dev/null and b/src/main/resources/assets/joy/textures/entity/axolotl/axolotl_aro.png differ diff --git a/src/main/resources/assets/joy/textures/entity/axolotl/axolotl_bi.png b/src/main/resources/assets/joy/textures/entity/axolotl/axolotl_bi.png new file mode 100644 index 0000000..d03238b Binary files /dev/null and b/src/main/resources/assets/joy/textures/entity/axolotl/axolotl_bi.png differ