Fuzss / effectdescriptions

Find out what potion effects do without checking the wiki.
https://www.curseforge.com/minecraft/mc-mods/new-effect-descriptions
Mozilla Public License 2.0
1 stars 1 forks source link

[Bug]: Durations from CustomPotionEffects tag should not be divided in lingering potions and tipped items #10

Closed Galysso closed 2 months ago

Galysso commented 2 months ago

Mod Loader (Required)

Forge

Minecraft Version(s) (Required)

1.20.1

Mod Version(s) (Required)

v8.0.2

Minimal Setup (Required)

Notes (Required)

Hello,

I have created a lingering potion of poison which for my test was configured to last 2400 ticks. The problem is that the tooltip displays divided durations as if the effects information was in a Potion tag, but when it comes from a CustomPotionEffects tag the durations are not divided by 4 in the lingering potions, and by 8 in the tipped arrows.

Shortly said, my 2400 ticks duration effect should always be displayed with a duration of 2:00 instead of 00:30 (in a lingering potion) and 00:15 (in a tipped arrow).

Thank you for your work and your help :-)

latest.log (Required)

Logs are probably useless for this issue

Galysso commented 2 months ago

I have realized that the tooltip I am talking about does not come from this mod. Sorry about that.