Spells & Shields

Spells & Shields

319k Downloads

Jeed mod compatibility

CCCClear opened this issue ยท 9 comments

commented

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.

commented

Please let me know if this is correct (can close if yes): 50fca7c#diff-9b6a23fe654d68dd73a43daad2c90c44ce17e2e0e5e8b640f8a778b87ebbbab3

commented

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

commented

I've found that adding fields to the lang file solves this problem

commented

Can you show me what you added?

commented

Just like
"effect.spells_and_shields.extra_mana.description": "Provides additional mana. Additional mana is consumed first and does not regenerate";

commented

Thank you! Will add that to the mod as well. Keeping it open until added.

commented

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",

commented

I suspected this but did not look it up yet. Thank you for this! It will be included as well.

commented

@CCCClear https://www.curseforge.com/minecraft/mc-mods/jei-enchantment-info this is the mod adding enchantment descriptions, correct?