fix javadoc.

Signed-off-by: Sam Corbett <sam@corbettchocolates.com>
This commit is contained in:
Sam Corbett 2020-09-08 19:00:41 +01:00
parent 80e4852f90
commit 612510550f

View File

@ -734,7 +734,7 @@ public final class Settings {
/** /**
* When allowOnlyExposedOres is enabled this is the distance around to search. * When allowOnlyExposedOres is enabled this is the distance around to search.
* <p> * <p>
* It is recommended to keep this value low, as it exponentially increases calculation times and also to keep the * It is recommended to keep this value low, as it dramatically increases calculation times.
*/ */
public final Setting<Integer> allowOnlyExposedOresDistance = new Setting<>(1); public final Setting<Integer> allowOnlyExposedOresDistance = new Setting<>(1);