* Set max accepted Minecraft version to 1.12.2, as 1.13+ does not work yet.
* Change error splash text from "Check your logs!" to "Drama Generator fails to generate! [check your logs!]" (xbony2) ([#2](https://github.com/elifoster/dramasplash/issues/3))
* Change modid to match new Forge requirements as of Minecraft 1.11. This fixes the mod not loading properly on 1.11+.
* Officially supports 1.12 now ([#3](https://github.com/elifoster/dramasplash/issues/3)).
* Now supports any version above 1.8, because I am sick of updating the accepted versions (thank
you Maven for sucking at semantic versions; see Ruby `~>`). The code this modifies very rarely
gets changed so I think this is fairly safe. Now works on 1.11.
* Update to use the new API at mc-drama/raw. This improves loading performance as it does not
require performing regex or loops. ([#1](https://github.com/elifoster/dramasplash/issues/1))
* Close the reader BEFORE we return, rather than after. This should also improve performance.