mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 10:39:07 +00:00
improve villager placements
This commit is contained in:
committed by
StrangeOne101
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user