mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
SPIGOT-4886: Villager type SNOWY should be named SNOW
By: blablubbabc <lukas@wirsindwir.de>
This commit is contained in:
parent
4ed27a6eca
commit
413964569b
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…
Reference in a new issue