Render issues with updated 1.15 worlds (vanilla)
MatthewOverall opened this issue ยท 6 comments
Description: Experiencing a dsync issue while including the latest fabric-api mod.
Effect: Items are rendered on the client incorrectly, (i.e Ghasts swapped for foxes, Elytras are rendered as shields, etc...)
Workaround: The workaround described by @modmuss50 is to delete the following files (please take a backup first)
/.fabric/
directory/world/data/fabricRegistry.dat
Hmm, so only deleting .fabric
doesn't work? That part is loader-centric. The registry dat deletion is a fabric registry issue then.
Is this happening when connecting to a remote server, or does it happen in single player?
I think the way to reproude this is:
create a 1.14.4 server with only fabric-api
update that server and world to 1.15
While connecting with a vanilla client.
Maybe related with #135
Duplicate of #122