Fixed creature group to include the latest version's mobs. In addition to this, created a new mob group for the vindication illager, thus fixing #2 by allowing "VINDICATOR" to be specified. (commit: 11c9c02)
Fixed the dyewool includes file that was incorrectly modifying wool due to the reversal of IDs between dyes and wools. For future reference, please refrain from using an @<COLOR>. Instead use the item's ID, such as [email protected] (to replace [email protected]). Fixes #4 by reverting all color references to Minecraft IDs. (commit 7c32480)
Completely cancels the events from off-hand slot, thus fixing #5. The off-hand had received its own call event in 1.9, thus resulting a potential "double-click" occuring. This fix cancels the off-hand result, and only deals with main hand inventory. (commit d14b8ba)