geforkt von Mirrors/Paper
Add SPAWNER_EGG spawn reason to allow for filtering. Adds BUKKIT-3000
Dieser Commit ist enthalten in:
Ursprung
c36b3da573
Commit
a17ca07fe8
@ -21,7 +21,7 @@ public abstract class EntityAgeable extends EntityCreature {
|
||||
if (entityageable != null) {
|
||||
entityageable.setAge(-24000);
|
||||
entityageable.setPositionRotation(this.locX, this.locY, this.locZ, 0.0F, 0.0F);
|
||||
this.world.addEntity(entityageable);
|
||||
this.world.addEntity(entityageable, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.SPAWNER_EGG); // CraftBukkit
|
||||
|
||||
// CraftBukkit start
|
||||
if (!entityhuman.abilities.canInstantlyBuild) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren