What to do with it... (Tags, mobs, entities, drops...)

Started by Magrodor on

Topic category: Help with modding (Java Edition)

Last seen on 17:03, 16. Apr 2023
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What to do with it... (Tags, mobs, entities, drops...)

I tried to make a beautiful drop (item from the mod) from the Ender Dragon, I ran into a problem in the tags ... I have already tried all the tags, and this is not only with the dragon ... Initially, there are “skeletons” and it works on skeletons (checked), and you write (for example) "zombie" - does not work, "zombie" - does not work. I've already tried everything with the dragon, EntityDragon, ender_dragon, dragon, entityenderdragon, minecraft:ender_dragon, minecraft:ender_dragons, I just don't know what to do anymore... Maybe I'm stupid. I could not find any information on the Internet, none at all ... And most importantly, it works with skeletons (which is the default), nothing else works...

 

Last seen on 17:03, 16. Apr 2023
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(No subject)
Tue, 04/11/2023 - 04:26

Last seen on 10:36, 15. Oct 2023
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The thing is that the…
Sun, 04/30/2023 - 01:06

The thing is that the skeletons have a tag for themselves in vanilla Minecraft while the dragon or zombie don't. So you would have to make your own tag and then in the procedure make it check for (mod namespace):(tag name)