mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Merge pull request #736 from CocoTheOwner/customSpawnEntity
Context Fix
This commit is contained in:
commit
d61d732a75
@ -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