MCTowns

MCTowns

52.4k Downloads

1.8 Could not pass event PlayerInteractEvent to MCTowns

hockeymikey opened this issue ยท 6 comments

commented

Can you post your MCTowns config file?

You may need to update the value of the quickselect tool. "WOODEN_HOE" is now "WOOD_HOE" and leaving it as WOODEN_HOE causes this NPE. I should probably add in a null check to prevent a stack trace from getting dumped, though.

commented

http://pastebin.com/Qh5hrytj

I'm using still water at the moment.

commented

Try replacing 9 with STATIONARY_WATER

I think referencing blocks by integer id's is deprecated as of 1.8 or late 1.7, and I may have ended up using a method that expects a string instead of an int when parsing the config.

commented

Re-opening so that I remember to make it not throw an exception when you've put an invalid material value in the config.

commented

Yep seems to be fixed now. Thanks for the help.

commented

Fixed in c45e59f