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
commit d61d732a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)