Enchancement

Enchancement

286k Downloads

Channeling description is inaccurate

MerchantPug opened this issue ยท 2 comments

commented

Mod version

1.20-3

A description of the issue

"Causes the Trident to summon lightning when striking a mob while it's thundering."

Enchancement allows summoning lightning without the thundering condition.

I'm unsure if this can be fixed because the game won't know whether to load Enchancement's description or Enchantment Descriptions' description. You could always reroute channeling to use a different key if necessary, but I'm unsure if that'd be too much hassle for what it's worth.

Log or crash report

No response

commented

Enchancement already reroutes the key if the config options are different

see:

if (key.equals("enchantment.minecraft.channeling.desc")) {

I'm unable to reproduce this issue and it appears to work fine with every config combination
2023-08-03_11 57 25
2023-08-03_11 57 36
2023-08-03_11 57 45
2023-08-03_11 57 54

commented

Oh, interesting. I didn't know about this.