Merge pull request #5969 from deathbeam/swap-stuff
Disable bury and harpoon swaps by default
This commit is contained in:
@@ -83,7 +83,7 @@ public interface MenuEntrySwapperConfig extends Config
|
||||
)
|
||||
default boolean swapBones()
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
@@ -149,7 +149,7 @@ public interface MenuEntrySwapperConfig extends Config
|
||||
)
|
||||
default boolean swapHarpoon()
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
|
||||
Reference in New Issue
Block a user