replaces items
jSdCool opened this issue ยท 11 comments
when i booted up my server i found that my fireworks were pumpkin pies, my eleytra was a sheld and my blast furnace was a smoker and all mob heads were wither skull
in addition all item frames were glitched
luckily this is all temporary and by reverting to vanilla it fixes its self
same issue here, have a fabric server with carpet and need fabric-api to load Fabric-Discord Link. people with the vanilla clients have items changed, like said before (fireworks are pies, elytra is a shield). for people with fabric clients, everything is fine
ok, seems that I needed to delete /world/data/fabricRegistry.dat
. the server was running 1.14.4 fabric+fabricAPI+carpet+FBLink and when I updated it to 1.15 I only deleted the .fabric folder.
now it is running fine with fabricAPI
Found this issue later yesterday
I think the issue is when updating vanilla worlds from 1.14 to 1.15 fabric isnt following vanillas registry.
Im not sure, but my guess is vanilla is shifting the ids around and fixing them via a datafixer.
Sloving this has a few challanges, as it should ensure that all vanilla ids are kept the same, but then ensure that they do not conflict with added mods when updating the world.
@jSdCool if you are updating from 1.14.4 to 1.15.1 you need to delete two folders
- .fabric in your server root folder
- ./world/data/fabricRegistry.dat (this fixed my problem)
edit: make sure that you have a backup just in case :)
Duplicate of #122