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

This commit is contained in:
jamesahhh
2021-01-14 19:04:41 -07:00
committed by GitHub
parent b205e8da1a
commit c81390fb75

View File

@@ -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);