GeyserMC / MCProtocolLib

A library for communication with a Minecraft client/server.
MIT License
714 stars 201 forks source link

Fix writing mobeffectinstances #814

Closed AlexProgrammerDE closed 1 month ago

AlexProgrammerDE commented 1 month ago

mobeffectdetails don't actually store the effect type. Nested details thus don't contain the effect multiple times. Only the MobEffectInstance has the effect type.