MineLittlePony/src/main/java/com/minelittlepony/client
Sollace 667ce0ce4b
Parse pony data on the client thread executor, and don't send unparsed pony data responses to a consenting server. Rather wait for the data to resolve and let the entity send it normally.
# Conflicts:
#	src/main/java/com/minelittlepony/api/events/Channel.java
#	src/main/java/com/minelittlepony/client/util/render/NativeUtil.java
2023-10-29 21:39:25 +00:00
..
compat Fixed pony skin data not being reliably sent to servers 2023-09-28 14:38:39 +01:00
mixin Fixed pony skin data not being reliably sent to servers 2023-09-28 14:38:39 +01:00
model Ponies can now lie down by holding crouch and not moving 2023-10-05 20:42:31 +01:00
render Fix constant logging when playing on a multiplayer server that doesn't register for receiving pony data packets 2023-10-24 01:16:53 +01:00
transform The direction a pony's head faces when lying in a bed is now determined by which way you're looking when you climb in 2023-09-26 17:57:18 +01:00
util/render Parse pony data on the client thread executor, and don't send unparsed pony data responses to a consenting server. Rather wait for the data to resolve and let the entity send it normally. 2023-10-29 21:39:25 +00:00
HorseCam.java Further refactoring and consolidating 2023-09-26 01:45:28 +01:00
LegacySkinConverter.java Rewrite pretty much everything to make more effective use of java's Records 2023-09-25 21:07:09 +01:00
MineLittlePony.java Fix typo 2023-09-27 01:18:26 +01:00
PonyBounds.java Rewrite pretty much everything to make more effective use of java's Records 2023-09-25 21:07:09 +01:00
PonyDataLoader.java Rewrites round tri 2023-09-26 16:42:55 +01:00
PonyManagerImpl.java The direction a pony's head faces when lying in a bed is now determined by which way you're looking when you climb in 2023-09-26 17:57:18 +01:00
PonySettingsScreen.java Move SkinsProxy to the api package and decouple from the implementations a little better 2023-09-28 14:07:36 +01:00
VariatedTextureSupplier.java Rewrite pretty much everything to make more effective use of java's Records 2023-09-25 21:07:09 +01:00