mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
increase the default range of the aura field creator to 10
This commit is contained in:
parent
c4f83bfb6e
commit
b742ccf5be
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue