barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
534 stars 74 forks source link

Question: How would you make an entity appear to be upside down #167

Open Lilyp3892 opened 2 years ago

Lilyp3892 commented 2 years ago

Like when you name a entity Grumm it turns it upside down, how could i make it so a player is upside down? Im not sure which packet to modify

ErrorNoInternet commented 2 years ago

Correct me if I'm wrong, but I think the upside down part is client-side. As soon as your Minecraft client finds an entity that's called "Grumm" or "Dinnerbone" it'll just render the entity upside down.

davidawesome02 commented 2 years ago

You can send a texture pack, or you can send the entity with a custom name by modifying it, If you want help, I can figure that out lol.