mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-08-15 16:05:43 +00:00
Corrected wolf variant spawn reasons list
This commit is contained in:
parent
4e70ee99c9
commit
4e890f96e4
@ -48,7 +48,7 @@ import java.util.List;
|
|||||||
public class CommonListener implements Listener {
|
public class CommonListener implements Listener {
|
||||||
private static final Logger logger = LoggerFactory.getLogger(CommonListener.class);
|
private static final Logger logger = LoggerFactory.getLogger(CommonListener.class);
|
||||||
private static final List<SpawnReason> WOLF_VARIANT_SPAWN_REASONS = List.of(
|
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;
|
private final Platform platform;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user