menuentryswapper: Fix birdhouse swap

This commit is contained in:
Jordan Atwood
2020-06-23 21:49:16 -07:00
committed by Adam
parent 86ddd6ebd4
commit db917454e8
2 changed files with 32 additions and 1 deletions

View File

@@ -252,7 +252,7 @@ public class MenuEntrySwapperPlugin extends Plugin
swap("pick-up", "chase", config::swapChase);
swap("interact", "birdhouse", "empty", config::swapBirdhouseEmpty);
swap("interact", target -> target.endsWith("birdhouse"), "empty", config::swapBirdhouseEmpty);
swap("enter", "the gauntlet", "enter-corrupted", config::swapGauntlet);