fix javadoc.
Signed-off-by: Sam Corbett <sam@corbettchocolates.com>
This commit is contained in:
parent
80e4852f90
commit
612510550f
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user