-
Bug
-
Resolution: Invalid
-
None
-
1.18.2, 22w16b
-
None
-
Confirmed
-
(Unassigned)
The Bug:
The "AbsoptionMobEffect" class incorrectly spells the word "Absorption" as "Absoption".
This issue doesn't have any gameplay impact however, it's a mild inconvenience for the developers if they were to utilize this class in the future.
Steps to Reproduce:
- Decompile the latest version of Minecraft using any mappings of your choice.
- Locate this particular class.
- Take note as to whether or not the "AbsoptionMobEffect" class incorrectly spells the word "Absorption" as "Absoption".
Observed Behavior:
The word "Absorption" is spelled as "Absoption".
Expected Behavior:
The word "Absorption" would be spelled correctly.
Code Analysis:
Code analysis by Avoma can be found below.
The following is based on a decompiled version of Minecraft 1.18.2 using MCP-Reborn.
net.minecraft.world.effect.AbsoptionMobEffect.java
public class AbsoptionMobEffect extends MobEffect { protected AbsoptionMobEffect(MobEffectCategory $mec, int $i) { ...
If we look at the above class, we can see that the word "Absorption" is incorrectly spelled as "Absoption".