![Spells & Shields](https://media.forgecdn.net/avatars/thumbnails/578/437/256/256/637942728057967439.png)
Jeed mod compatibility
CCCClear opened this issue ยท 9 comments
1.18.2 latest
Currently the potion effects in this mod are not compatible with just enough effect description mod (a subsidiary mod of JEI) .
Therefore, the potion effect cannot be queried.
Please let me know if this is correct (can close if yes): 50fca7c#diff-9b6a23fe654d68dd73a43daad2c90c44ce17e2e0e5e8b640f8a778b87ebbbab3
Yes, I think that's correct.
But the enchantment descriptions mod I use is this one :
https://www.curseforge.com/minecraft/mc-mods/enchantment-descriptions
Just like
"effect.spells_and_shields.extra_mana.description": "Provides additional mana. Additional mana is consumed first and does not regenerate";
By the way, compatibility with the Enchantment Description mod can be achieved in the same way, like this:
"enchantment.spells_and_shields.magic_protection.desc": "Similar to Protection, but protects twice as well against magic damage as the Protection",
I suspected this but did not look it up yet. Thank you for this! It will be included as well.
@CCCClear https://www.curseforge.com/minecraft/mc-mods/jei-enchantment-info this is the mod adding enchantment descriptions, correct?