squeek502 / AppleSkin

Food-related HUD improvements for Minecraft (AppleCore without the core)
https://minecraft.curseforge.com/projects/appleskin
The Unlicense
349 stars 62 forks source link

Appleskin attempts to send packets to fake players #322

Closed IThundxr closed 3 months ago

IThundxr commented 3 months ago

Relevent section of the log: https://mclo.gs/rNHZ5UC

Attempting to make a npc from https://modrinth.com/mod/taterzens sit on a create seat crashes the server since appleskin tries sending the npc (which is a fake player) packets, simply checking for !(player instanceof FakePlayer) should be enough to fix this

Minecraft 1.20.1 Modlist: https://github.com/Layers-of-Railways/modpack/blob/1.20.1/dev/modlist.md

squeek502 commented 3 months ago

Any reason this was closed?