Added "since 1.6.0" to Settings#clearRadius

This commit is contained in:
Florian CUNY 2019-08-28 13:45:11 +02:00
parent 3cf6e2921b
commit 9dafeb1d19
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ public class Settings implements ConfigObject {
@ConfigComment("If hostile mobs are cleared on player teleport, then this sized box will be cleared")
@ConfigComment("around the player. e.g. 5 means a 10 x 10 x 10 box around the player")
@ConfigComment("Be careful not to make this too big. Does not cover standard nether or end teleports.")
@ConfigEntry(path = "island.clear-radius")
@ConfigEntry(path = "island.clear-radius", since = "1.6.0")
private int clearRadius = 5;
@ConfigComment("Number of blocks to paste per tick when pasting blueprints")