Add spell quick access keys
This commit is contained in:
@@ -113,6 +113,11 @@ public class ItemWand extends Item implements IWorkbenchItem, ISpellCastingItem,
|
||||
WandHelper.selectPreviousSpell(stack);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean selectSpell(ItemStack stack, int index){
|
||||
return WandHelper.selectSpell(stack, index);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean showSpellHUD(EntityPlayer player, ItemStack stack){
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user