-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
-
CraftBukkit version 4137-Spigot-e2c1eee-666f091 (MC: 1.20.6) (Implementing API version 1.20.6-R0.1-SNAPSHOT)
-
Yes
SPELL_MOB_AMBIENT remaps to AMBIENT_ENTITY_EFFECT instead of SPELL_MOB, causing a
java.lang.NoSuchFieldError: Class org.bukkit.Particle does not have member field 'org.bukkit.Particle AMBIENT_ENTITY_EFFECT'
This seems to be because it's remapped to AMBIENT_ENTITY_EFFECT in Source of FieldRename.java - CraftBukkit - SpigotMC Stash, which causes it to not remap later on in Source of Commodore.java - CraftBukkit - SpigotMC Stash