Cap?
ZekePolarisBSH opened this issue · 7 comments
Is there a cap on this thing? Even when 20 levels should be dropped, I only get 7... When picking up dropped XP
There is no cap, you get EXACTLY the same amount of experience that you get in vanilla.
https://www.youtube.com/watch?v=_0Bo2yb63Eo
Please don't close things before we get to read them. Makes you kinda sus... And I picked up 22 levels on vanilla before. That is mending video? Do you have a video on how much is received instead?
The fact that the experience is used for mending doesn't matter, (in vanilla and forge without any mods) the XP to durability calculation is a deterministic function:
private int xpToDurability(int xp) {
return xp * 2;
}
Regardless, here is a new video showing that the experience is the same with clumps as it is with vanilla
https://www.youtube.com/watch?v=Oj7YbM4UW64
Just note that bottles of enchanting themselves are random, as dictated here:
https://minecraft.fandom.com/wiki/Bottle_o%27_Enchanting#Usage
On impact, it drops experience orbs worth 3–11 (average 7.0)
So even though vanilla got slightly more experience in the video, if you had to run the test again (which is something you can do yourself if you think I'm "sus") it is possible that vanilla would get less experience than clumps.
You not reading what I said shows I am right... Mending doesn't show how
much XP you get...
And you're not reading what I'm saying, if I got X
amount of mending on both clumps and vanilla, it means that I got (X / 2)
experience on both, it just doesn't show it as a single value.
I'm not interested in arguing with you, If you want help, give me information like:
MC Version
Version of Clumps installed
Forge or Fabric
Single player or Server
(if server) Does the client have the mod installed as well
The latest.log file (from both server and client if applicable).