Adjusted portal search radius to 64.

This commit is contained in:
tastybento 2021-04-25 09:35:45 -07:00
parent 352c6dec84
commit 09bac48b5e
2 changed files with 7 additions and 7 deletions

View File

@ -248,10 +248,10 @@ public class Settings implements ConfigObject {
@ConfigEntry(path = "island.clear-radius", since = "1.6.0")
private int clearRadius = 5;
@ConfigComment("Minimum nether portal search radius. This should not be less that 8 otherwise duplicate")
@ConfigComment("portals can occur")
@ConfigComment("Minimum nether portal search radius. If this is too low, duplicate portals may appear.")
@ConfigComment("Vanilla default is 128.")
@ConfigEntry(path = "island.portal-search-radius", since = "1.16.2")
private int minPortalSearchRadius = 8;
private int minPortalSearchRadius = 64;
@ConfigComment("Number of blocks to paste per tick when pasting blueprints.")
@ConfigComment("Smaller values will help reduce noticeable lag but will make pasting take slightly longer.")

View File

@ -169,10 +169,10 @@ island:
# Be careful not to make this too big. Does not cover standard nether or end teleports.
# Added since 1.6.0.
clear-radius: 5
# Minimum nether portal search radius. This should not be less that 8 otherwise duplicate
# can occur.
# Added since 1.17.0.
portal-search-radius: 8
# Minimum nether portal search radius. If this is too low, duplicate portals may appear.
# Vanilla default is 128.
# Added since 1.16.2.
portal-search-radius: 64
# Number of blocks to paste per tick when pasting blueprints.
# Smaller values will help reduce noticeable lag but will make pasting take slightly longer.
# On the contrary, greater values will make pasting take less time, but this benefit is quickly severely impacted by the