Items displayed unnormally in 20w10a fabric server
Hibanaw opened this issue · 8 comments
The save was first created in 20w06a vanilla and can be used in the following snapshots and their fabric servers.
It's fine in 20w10a vanilla server but wrong in the fabric server.
The loader version is 0.7.8 build186 and the fabric api's version is 0.4.34 build.303
(sorry about my poor English)
Same problem when updating from 20w12a to 20w13a along with update fabric api.
The client must be fabric in order to receive the correct items.
Also, I tried using vanilla client to open the map, there is no problem.
yes, apparently fabric registry sync doesn't know if data fixer has updated id and still loads registry info from old versions.
Same problem when updating from 20w12a to 20w13a along with update fabric api.
The client must be fabric in order to receive the correct items.
Also, I tried using vanilla client to open the map, there is no problem.
The solution is
deleting the files named with "fabric" in world/data/
The solution is
deleting the files named with "fabric" in world/data/
oh, cool , I fixed the problem. Thanks
I just had the same problem upgrading my server from 20w12a to 20w13b .. everything appeared right on my client with the latest fabric and API installed. but not those using vanilla clients.
as has been stated above i fixed the issue but removing the fabric*.* files from the world-save/data directory. is there any way that this can be auto in future as this is a big gotcha. and some players don't like (or even know how to ) have to install fabric on their client. now that i know about it its easy enough for me to do. but for those that don't its a real head ache
Duplicate of #122