increase the default range of the aura field creator to 10

This commit is contained in:
Ellpeck 2018-11-14 15:59:29 +01:00
parent c4f83bfb6e
commit b742ccf5be

View file

@ -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 {