9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 18:19:14 +00:00

It's an entity, not a particle (can be cows, idk)

This commit is contained in:
CocoTheOwner
2022-01-30 15:45:33 +01:00
parent df2c1ca6f2
commit 9553aa6e15

View File

@@ -37,7 +37,7 @@ import org.bukkit.entity.EntityType;
@Data
public class IrisBiomeCustomSpawn {
@Required
@Desc("The biome's particle type")
@Desc("The biome's entity type")
private EntityType type = EntityType.COW;
@MinNumber(1)