Kas-tle
Kas-tle
@Camotoy here I made a datapack to give yourself the item. [bukkit_datapack.tar.gz](https://github.com/GeyserMC/Geyser/files/8895960/bukkit_datapack.tar.gz)
Hot loading has (I believe) never been supported so this is more a feature request. Also I assume you meant 1.19.10 for the version?
Note: Only seems to occur on ViaVersion.
Might be related to https://github.com/ViaVersion/ViaVersion/blame/master/common/src/main/java/com/viaversion/viaversion/protocols/protocol1_19to1_18_2/packets/EntityPackets.java#L133-L135
Effect is not modified by GeyserOptionalPack (see [developer_documentation.md](https://github.com/GeyserMC/GeyserOptionalPack/blob/master/developer_documentation.md#Particles)) and was working at the time of its release so I assume the regression is some time in between now and then.
Posting conversation about this issue from Geyser Discord in case it is relevant: ``` Camotoy — Today at 11:39 AM Just tested and I can replicate the issue using Spigot...
Apparently there is a "use_animation" item component that we could set to "eat" for food items (and "drink" for... drinks I guess), so maybe that would work.
@ImDaBigBoss would probably know better
@hihihih565 I believe the issue is not with phantoms, but phantom spawners. Could you see if this resource pack solves your issue? [GeyserOptionalPack.zip](https://github.com/GeyserMC/Geyser/files/9332807/GeyserOptionalPack.zip)
Then we will be able to reproduce the issue and see if it can be fixed by Geyser. But for that to happen we need to identify what plugin is...