[1.11.2] - Wrong entity string format used in config under "vengeance_spirit.entityBlacklist"
Cakx opened this issue ยท 0 comments
There is a little flaw in your config file!
In your config file it says:
The blacklisted entity spirits, by entity name.
S:vengeance_spirit.entityBlacklist <
evilcraft.werewolf
intangible.soul
In 1.11.2 entity id strings are written with a colon " : "
It must be written like this to have any blacklisting effect:
The blacklisted entity spirits, by entity name.
S:vengeance_spirit.entityBlacklist <
evilcraft:werewolf
intangible:soul