Skip to content

Commit

Permalink
Not this
Browse files Browse the repository at this point in the history
  • Loading branch information
xJon committed Apr 18, 2024
1 parent a69b92e commit c6be683
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ public IEntityLivingData onInitialSpawn(DifficultyInstance difficulty, IEntityLi
return super.onInitialSpawn(difficulty, par1EntityLivingData);
}

@Override
protected boolean canDespawn() {
return this.world.provider.getDimension() != MoCreatures.proxy.wyvernDimension;
}

@Override
public void selectType() {
if (getType() == 0) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ public IEntityLivingData onInitialSpawn(DifficultyInstance difficulty, IEntityLi
return super.onInitialSpawn(difficulty, par1EntityLivingData);
}

@Override
protected boolean canDespawn() {
return this.world.provider.getDimension() != MoCreatures.proxy.wyvernDimension;
}

@Override
public void selectType() {
checkSpawningBiome();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ public IEntityLivingData onInitialSpawn(DifficultyInstance difficulty, IEntityLi
return super.onInitialSpawn(difficulty, par1EntityLivingData);
}

@Override
protected boolean canDespawn() {
return this.world.provider.getDimension() != MoCreatures.proxy.wyvernDimension;
}

public boolean getHasEaten() {
return this.dataManager.get(HAS_EATEN);
}
Expand Down

0 comments on commit c6be683

Please sign in to comment.