Started by
MrLave
on
Topic category: Help with Minecraft modding (Java Edition)
Hi,
I have a problem with the code "Is event/target entity (sub)type of" in procedures.
When I select Spider, it targets all Spiders, Cave Spiders and Custom Spiders. Is there a way to only target vanilla big Spiders?
I tried to use tags, but no result.
I tried "NOT Is event/target entity (sub)type of" for all other spiders, but still doesn't work.
Any idea?
Ok my bad, I found the solution. I forgot that I was using entity iterator, and yet used "NOT Is event/target entity (sub-type of" for the other spiders.
Anyway, I still think it would be cool to have to different spiders in the entity list: one for the group "Spider". An other for the vanilla big spider. Because I'm creating a mod with custom spiders, and having to exclude every single spider to find the one is quite a waste of time.