Blood Arsenal

Blood Arsenal

9M Downloads

Bound Bow cannot be enchanted in Vanilla Enchanter

WBittner opened this issue ยท 4 comments

commented

According to NEI the bound bow can be enchanted with, among other things, infinity - and in your code I can see you check if it has the infinity enchant to see if it needs arrows to shoot, however I cannot place it in the enchantment table. Is this a bug or is there some other intended way to put infinity on the bow?

EDIT: To clarify, it can be placed in the table, it just that no enchantments show up to enchant it with.

commented

Tis vanilla Minecraft: I'll look for a work around to see if I can do something about it.

commented

I figured as much. I know a bit of java and I've tried to look around and see if I noticed anything different about the way other mods created/added bows and I've found that pretty much every mod does pretty much everything differently, so that's hardly helpful. If it makes your life any easier, I know that you can enchant Thermal Foundations bows, so maybe you can pick up something there that I cannot? I appreciate you looking into this, and so far I've loved your add on! I also updated my original comment to specify the issue, although I'm sure you understand what is wrong.

commented

I'll take a look

commented

Fixed! I was missing the method isItemTool (don't ask me why it wasn't in the ItemBow class)