Remove SpawnListener and adjust egg drop mechanics for difficulty-based spawning.

This commit is contained in:
2026-04-05 17:36:32 +02:00
parent f25e696448
commit 465cbd17fc
9 changed files with 83 additions and 121 deletions
@@ -28,8 +28,8 @@ public final class ItemUtils {
case MAGENTA_ENDERMAN -> "Magenta";
case PINK_HOGLIN -> "Pink";
case WHITE_SKELETON -> "White";
case LIGHT_GRAY_SILVERFISH -> "Light Grey";
case GRAY_WITHER -> "Grey";
case LIGHT_GRAY_SILVERFISH -> "Light Gray";
case GRAY_WITHER -> "Gray";
case BLACK_WITHER_SKELETON -> "Black";
};
}