
[1.18] Champions completely ignoring predefined affixes
Saereth opened this issue · 3 comments
- Champions: champions-forge-1.18.2-2.1.6.0
- Forge: 40.1.80
Observed Behavior:
Define affixes for mobs, summon mobs and they are getting random affixes instead
Expected Behavior:
For the mobs to have the predefined affixes
Steps to Reproduce:
- Setup affixes for the mobs, save in defaultconfigs and move to save/world/serverconfigs/champions-entites.toml
- summon mobs in game
- they will have random prefixes
...
Config file:
https://gist.github.com/Saereth/0bc90ccec058c082163e36ab338c898b
for example here the sickened skeleton from witherstormmod should have
[[entities]]
entity = "witherstormmod:sickened_skeleton"
minTier = 4
maxTier = 4
presetAffixes = ["Hasty", "Reflective", "Knocking", "Dampening"]
affixList = []
affixPermission = "BLACKLIST"
This is the same for everymod I tested in here.
I previously had the extrachampions mod but disabled it for testing so its just champions currently
Worth noting that the champion min/max tier DO work so the file is at least partially being respected.
yep that was the issue, making them all lower case seems to have sorted it, thanks!
Can you lowercase all of the affixes instead? So "hasty" instead of "Hasty". I should probably make that case-insensitive, but I just need to verify if that's the issue first.