mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 03:35:51 -07:00
SPIGOT-4886: Villager type SNOWY should be named SNOW
By: blablubbabc <lukas@wirsindwir.de>
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user