mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
It's an entity, not a particle (can be cows, idk)
This commit is contained in:
parent
df2c1ca6f2
commit
9553aa6e15
@ -37,7 +37,7 @@ import org.bukkit.entity.EntityType;
|
|||||||
@Data
|
@Data
|
||||||
public class IrisBiomeCustomSpawn {
|
public class IrisBiomeCustomSpawn {
|
||||||
@Required
|
@Required
|
||||||
@Desc("The biome's particle type")
|
@Desc("The biome's entity type")
|
||||||
private EntityType type = EntityType.COW;
|
private EntityType type = EntityType.COW;
|
||||||
|
|
||||||
@MinNumber(1)
|
@MinNumber(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user