mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
SPIGOT-4886: Villager type SNOWY should be named SNOW
This commit is contained in:
parent
91b0487aed
commit
d88d828c57
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ public interface Villager extends AbstractVillager {
|
||||||
JUNGLE,
|
JUNGLE,
|
||||||
PLAINS,
|
PLAINS,
|
||||||
SAVANNA,
|
SAVANNA,
|
||||||
SNOWY,
|
SNOW,
|
||||||
SWAMP,
|
SWAMP,
|
||||||
TAIGA;
|
TAIGA;
|
||||||
private final NamespacedKey key;
|
private final NamespacedKey key;
|
||||||
|
|
Loading…
Add table
Reference in a new issue