EnchantmentAPI

EnchantmentAPI

111k Downloads

Anvil Broken

erichoshaw opened this issue ยท 4 comments

commented

Field container = ContainerAnvilInventory.class.getDeclaredField("a");
(From MainAnvil.java)
this throws an exception every time the anvil is used, since i believe "a" is a private field
i also saw your comment there, figured you had some issues anyway

commented

That says you're using 1.8.6 for a server, which I haven't built for

commented

What server are you using?

commented

It appears to be running the 1.8.1 code for some reason. I've tested on my own Spigot 1.8.3 and it worked fine. Try getting a later 1.8.3 build?