Corrected wolf variant spawn reasons list

This commit is contained in:
OakLoaf 2025-08-13 20:22:25 +01:00
parent 4e70ee99c9
commit 4e890f96e4

View File

@ -48,7 +48,7 @@ import java.util.List;
public class CommonListener implements Listener {
private static final Logger logger = LoggerFactory.getLogger(CommonListener.class);
private static final List<SpawnReason> WOLF_VARIANT_SPAWN_REASONS = List.of(
SpawnReason.SPAWNER, SpawnReason.TRIAL_SPAWNER, SpawnReason.SPAWNER_EGG, SpawnReason.DEFAULT
SpawnReason.SPAWNER, SpawnReason.TRIAL_SPAWNER, SpawnReason.SPAWNER_EGG, SpawnReason.NATURAL
);
private final Platform platform;