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:
@@ -388,6 +388,10 @@ public class MenuEntrySwapperPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
swap("pay-toll(10gp)", option, target, true);
|
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"))
|
else if (config.swapHarpoon() && option.equals("cage"))
|
||||||
{
|
{
|
||||||
swap("harpoon", option, target, true);
|
swap("harpoon", option, target, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user