From b742ccf5be7d5b22fc894ec863bcb556cec0ddc1 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 14 Nov 2018 15:59:29 +0100 Subject: [PATCH] increase the default range of the aura field creator to 10 --- src/main/java/de/ellpeck/naturesaura/ModConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/de/ellpeck/naturesaura/ModConfig.java b/src/main/java/de/ellpeck/naturesaura/ModConfig.java index cecc7d9d..1a4d9480 100644 --- a/src/main/java/de/ellpeck/naturesaura/ModConfig.java +++ b/src/main/java/de/ellpeck/naturesaura/ModConfig.java @@ -21,7 +21,7 @@ public final class ModConfig { public String[] additionalHerbivorousAbsorberFlowers = new String[0]; @Comment("The amount of blocks that can be between two Aura Field Creators for them to be connectable and work together") - public int fieldCreatorRange = 8; + public int fieldCreatorRange = 10; } public static class Features {