Merge pull request #3364 from iskarky/ge-minecart-travel-entry-swap

Swap menu entries for minecart travel from GE to Keldagrim
This commit is contained in:
Adam
2018-05-27 13:16:33 -04:00
committed by GitHub

View File

@@ -388,6 +388,10 @@ public class MenuEntrySwapperPlugin extends Plugin
{
swap("pay-toll(10gp)", option, target, true);
}
else if (config.swapTravel() && option.equals("inspect") && target.equals("trapdoor"))
{
swap("travel", option, target, true);
}
else if (config.swapHarpoon() && option.equals("cage"))
{
swap("harpoon", option, target, true);