STS15 / Fargos-Talismans

A Fargo's style mod for equipable talismans
https://github.com/neoforged/mdk
Other
1 stars 2 forks source link

Librarian Talisman interaction with JDT experience holder #30

Closed STS15 closed 1 month ago

STS15 commented 1 month ago

Modpack

Yes

Neoforge Version

21.1.61

Mod Version

1.21.2.1.2

Describe the issue

Interaction with JDT experience holder (And probably other experience holding mods) provide xp, and on giving the xp back to the player, it runs through the mixin again, thus allowing an xp dupe. It hits the mixin giveExperiencePoints and does a 1.5F multiple to the experience gained as if it was new xp, and multiplies it every time it's given back to the player.

image image

Expected behaviour

XP level should only change from mob kills rather than player gain xp

Screenshots

No response