Skip to content

Commit

Permalink
Update src/main/java/ch/njol/skript/expressions/ExprVillagerType.java
Browse files Browse the repository at this point in the history
Co-authored-by: Efnilite <35348263+Efnilite@users.noreply.github.com>
  • Loading branch information
ShaneBeee and Efnilite authored Dec 18, 2024
1 parent 9032a5d commit fb4cfe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fb4cfe7

Please sign in to comment.