menu swapper: Add Skull sceptre invoke swap (#12944)

This commit is contained in:
jamesahhh
2021-01-15 02:04:41 +00:00
committed by GitHub
parent b205e8da1a
commit c81390fb75
@@ -329,6 +329,7 @@ public class MenuEntrySwapperPlugin extends Plugin
swap("wear", "rub", config::swapTeleportItem);
swap("wear", "teleport", config::swapTeleportItem);
swap("wield", "teleport", config::swapTeleportItem);
swap("wield", "invoke", config::swapTeleportItem);
swap("bury", "use", config::swapBones);