9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00

improve villager placements

This commit is contained in:
CocoTheOwner
2021-07-25 21:34:14 +02:00
committed by StrangeOne101
parent c7ee183fe4
commit 4f65c6bbcc

View File

@@ -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);
}