Disable bury and harpoon swaps by default

Even though the swapper plugin is disabled by default, many people
enable it and these defaults are very niche and annoying in some
scenarios.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-10-12 20:26:33 +02:00
parent b0fbc09013
commit 5558b6bf03

View File

@@ -72,7 +72,7 @@ public interface MenuEntrySwapperConfig extends Config
)
default boolean swapBones()
{
return true;
return false;
}
@ConfigItem(
@@ -127,7 +127,7 @@ public interface MenuEntrySwapperConfig extends Config
)
default boolean swapHarpoon()
{
return true;
return false;
}
@ConfigItem(