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()
|
default boolean swapBones()
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
@@ -149,7 +149,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
)
|
)
|
||||||
default boolean swapHarpoon()
|
default boolean swapHarpoon()
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
|
|||||||
Reference in New Issue
Block a user