1.8 Could not pass event PlayerInteractEvent to MCTowns
hockeymikey opened this issue ยท 6 comments
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.
I'm using still water at the moment.
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.
Re-opening so that I remember to make it not throw an exception when you've put an invalid material value in the config.
Fixed in c45e59f