Compatibility with non-vanilla blocks (CraftEngine)
Summary
CraftEngine (and likely other server-side modded blocks) don't seem to get recognized by the MythicMobs blocktype filter.
Steps to reproduce
Create a custom block with CraftEngine
Get the block id with /mm utilities getblockinfo
Try to target the block in a skill, for example: explode{yield=1.4;blockdamage=false} @BlocksNearOrigin{radius=5;blocktypes=craftengine:custom_430}
Blocktags (including both vanilla and custom ones) don't get recognized either explode{yield=1.4;blockdamage=false} @BlocksNearOrigin{radius=5;blocktypes="*mineable/shovel"}
The client-sided block doesn't work either, so targetting mushroom blocks also doesn't work
Current behavior
I can't make skills targetting custom blocks added by CraftEngine
Intended correct behavior
MythicMobs should be able to target non-vanilla blocks