mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-12 10:31:37 +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
@ -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 New Issue
Block a user