
The spectral_eye_unaffected NBT tag is not working
Closed this issue ยท 1 comments
Describe the bug
The spectral_eye_unaffected tag is not working in the 1.21.1-2.5.17 version.
To Reproduce
Steps to reproduce the behavior:
- Spawn a mob with NBT TAG spectral_eye_unaffected (Tested it with Sheep, Armor Stand)
- Tested with command /summon minecraft:armor_stand ~ ~ ~ {Tags:["spectral_vision_unaffected"]}
Expected behavior
That mob should be ignored by the Spectral Eye ability.
Screenshots
Versions
Forbidden & Arcanus: 1.21.1-2.5.17
Valhelsia Core: 1.21.1-1.1.5
NeoForge: 21.1.180
Hi, the forbidden_arcanus:spectral_eye_unaffected is an entity tag, not an nbt tag. See here for information what an data pack tag is.
You will need to create a datapack that adds the entity tag to armor stands for it to work.