mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
fix villager despawning
This commit is contained in:
parent
28e809f92f
commit
7fce3bdd25
@ -263,6 +263,10 @@ public class IrisEntity extends IrisRegistrant
|
||||
((Panda) e).setMainGene(getPandaHiddenGene());
|
||||
}
|
||||
|
||||
if (e instanceof Villager) {
|
||||
((Villager) e).setRemoveWhenFarAway(false);
|
||||
}
|
||||
|
||||
if(Iris.awareEntities && e instanceof Mob)
|
||||
{
|
||||
Mob m = (Mob) e;
|
||||
|
Loading…
x
Reference in New Issue
Block a user