menuentryswapper: Fix birdhouse priority entries. (#1281)

* menuentryswapper: Fix birdhouse priority entries.

* menuentryswapper: Actually fix birdhouse this time?
This commit is contained in:
Ganom
2019-08-08 14:05:39 -04:00
committed by Lucwousin
parent b06ea47011
commit d0699717a5

View File

@@ -1265,6 +1265,14 @@ public class MenuEntrySwapperPlugin extends Plugin
if (this.swapBirdhouseEmpty)
{
menuManager.addPriorityEntry("Empty", "Birdhouse");
menuManager.addPriorityEntry("Empty", "Oak Birdhouse");
menuManager.addPriorityEntry("Empty", "Willow Birdhouse");
menuManager.addPriorityEntry("Empty", "Teak Birdhouse");
menuManager.addPriorityEntry("Empty", "Maple Birdhouse");
menuManager.addPriorityEntry("Empty", "Mahogany Birdhouse");
menuManager.addPriorityEntry("Empty", "Yew Birdhouse");
menuManager.addPriorityEntry("Empty", "Magic Birdhouse");
menuManager.addPriorityEntry("Empty", "Redwood Birdhouse");
}
if (this.swapQuick)
@@ -1565,6 +1573,14 @@ public class MenuEntrySwapperPlugin extends Plugin
menuManager.removePriorityEntry("Activate", "Box trap");
menuManager.removePriorityEntry("Chase");
menuManager.removePriorityEntry("Empty", "Birdhouse");
menuManager.removePriorityEntry("Empty", "Oak Birdhouse");
menuManager.removePriorityEntry("Empty", "Willow Birdhouse");
menuManager.removePriorityEntry("Empty", "Teak Birdhouse");
menuManager.removePriorityEntry("Empty", "Maple Birdhouse");
menuManager.removePriorityEntry("Empty", "Mahogany Birdhouse");
menuManager.removePriorityEntry("Empty", "Yew Birdhouse");
menuManager.removePriorityEntry("Empty", "Magic Birdhouse");
menuManager.removePriorityEntry("Empty", "Redwood Birdhouse");
menuManager.removePriorityEntry("Quick-enter");
menuManager.removePriorityEntry("Quick-start");
menuManager.removePriorityEntry("Quick-pass");