New:
- ResourcePackDeleteEvent and ResourcePackGenerateEvent
- Added EventBus#post(Event) for calling events (overlay for bukkits method)
- Added a static instance of EventBus in AbyssalLib class, can be used if you dont want to make your own instance
Changes:
- You need to call GlyphWriter#writeAll(modid) to generate the glyphs into the pack properly now, this MUST be done BEFORE ResourcePack#generate()
Docs will be updated shortly to reflect these changes