Started by
mdpotato
on
Topic category: Help with Minecraft modding (Java Edition)
i have an item that when you hit an entity it gives them a logic nbt variable for true and i want to make a procedure to explode at every entity with that nbt tag.
how would i do this?
anyone who finds this,
you can just use the global trigger to add the nbt tag and use the same nbt tag check to explode them
my issue was that i wanted to do it in a command and didnt add the ForgeData parent tag