mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 02:59:06 +00:00
fix villager despawning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user