9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00

Warning message in configurable radius

This commit is contained in:
CocoTheOwner
2022-01-24 13:46:09 +01:00
parent 510535fdd4
commit 73ffcbcb41
2 changed files with 39 additions and 3 deletions

View File

@@ -227,6 +227,8 @@ public class IrisDimension extends IrisRegistrant {
// private IrisVillagerOverride patchCartographers = new IrisVillagerOverride().setDisableTrade(false);
@Desc("Remove cartographers so they do not crash the server (Iris worlds only)")
private boolean removeCartographersDueToCrash = true;
@Desc("Notify players of cancelled cartographer villager in this radius in blocks (set to -1 to disable, -2 for everyone)")
private int notifyPlayersOfCartographerCancelledRadius = 30;
@Desc("Collection of ores to be generated")
@ArrayType(type = IrisOreGenerator.class, min = 1)
private KList<IrisOreGenerator> ores = new KList<>();