MobFilter

MobFilter

984 Downloads

add ability to filter by namespace

pcal43 opened this issue ยท 0 comments

commented

I've ruled out general-purpose wildcarding for performance reasons. However, a pretty common use case is wanting to be able to filter out all vanilla mobs, or all mobs in a specific mod.

So it would be reasonable to support something like

      entityId : [minecraft:*]

in filter rules as a special case.