Mojira Archive
MC-250646

The "AbsoptionMobEffect" class incorrectly spells the word "Absorption" as "Absoption"

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 [Mod] 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".

Invalid

[Mod] Avoma

2022-04-24, 06:49 PM

2022-04-25, 07:45 AM

2022-04-25, 07:45 AM

2

2

Confirmed

(Unassigned)

1.18.2, 22w16b

-