mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 18:50:51 +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,
|
||||
PLAINS,
|
||||
SAVANNA,
|
||||
SNOWY,
|
||||
SNOW,
|
||||
SWAMP,
|
||||
TAIGA;
|
||||
private final NamespacedKey key;
|
||||
|
|
Loading…
Reference in a new issue