![Mob Catcher [FABRIC/FORGE/NEOFORGE]](https://media.forgecdn.net/avatars/thumbnails/399/811/256/256/637604057472544154.png)
Suggestion: add entity type blacklist tag for this mod
TelepathicGrunt opened this issue ยท 6 comments
Hello, I am making some new entities for my mod and was looking into various mod's abilities to capture my entities. Most are using a tag blacklist so I am able to add my entity to those tags by adding the tag to my jar file. Mob Catcher seems to not have a blacklist tag which means I can't prevent the item from capturing my new uncapturable entities by default. Would you be willing to add a tag for this?
I'm finally getting around to these, sorry for the delay.
At this point, should I just be checking that the entity in question is NOT in CAPTURING_NOT_SUPPORTED
?
Which version of Minecraft did you add the new mob in question? I fixed this for 1.20.6 and I'm wondering how far back I may need to back port.
My Bumblezone mod with the entity in question is on 1.20.1 and 1.20.4 as my main supporting versions for a while