mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
improve villager placements
This commit is contained in:
parent
c7ee183fe4
commit
4f65c6bbcc
@ -249,8 +249,6 @@ public class IrisEntity extends IrisRegistrant {
|
||||
villager.setRemoveWhenFarAway(false);
|
||||
Bukkit.getScheduler().scheduleSyncDelayedTask(Iris.instance, () -> {
|
||||
villager.setPersistent(true);
|
||||
villager.setCustomName(" ");
|
||||
villager.setCustomNameVisible(false);
|
||||
}, 1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user