diff --git a/src/main/java/ch/njol/skript/expressions/ExprVillagerType.java b/src/main/java/ch/njol/skript/expressions/ExprVillagerType.java index ab55f4f29c0..f29da4972ba 100644 --- a/src/main/java/ch/njol/skript/expressions/ExprVillagerType.java +++ b/src/main/java/ch/njol/skript/expressions/ExprVillagerType.java @@ -14,7 +14,7 @@ import org.jetbrains.annotations.Nullable; @Name("Villager Type") -@Description("Represents the Type of a villager.") +@Description("Represents the type of a villager. This usually represents the biome the villager is from.") @Examples({ "set {_type} to villager type of {_villager}", "villager type of {_villager} = plains",