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

Merge pull request #736 from CocoTheOwner/customSpawnEntity

Context Fix
This commit is contained in:
Brian Fopiano
2022-02-09 13:46:24 -08:00
committed by GitHub

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)