Changed hatchingType to MobType from CreatureType as refactoring (and so plugin breaking) will take place in a week.
This commit is contained in:
parent
da6ce2d80e
commit
e544fb71c3
@ -190,7 +190,7 @@ public class EntityEgg extends Entity {
|
|||||||
if (!hatching) {
|
if (!hatching) {
|
||||||
numHatching = 0;
|
numHatching = 0;
|
||||||
}
|
}
|
||||||
CreatureType hatchingType = CreatureType.CHICKEN;
|
MobType hatchingType = MobType.CHICKEN;
|
||||||
|
|
||||||
if (this.ak instanceof EntityPlayer) {
|
if (this.ak instanceof EntityPlayer) {
|
||||||
CraftServer server = ((WorldServer) this.world).getServer();
|
CraftServer server = ((WorldServer) this.world).getServer();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user