Fabric API

Fabric API

106M Downloads

replaces items

jSdCool opened this issue ยท 11 comments

commented

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

commented

Was this with a vanilla client?

commented

Yes

commented

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

commented

Does this happen with only fabric (loader) without fabric registry sync?

commented

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

commented

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.

commented

Could you provide a step by step prosees for fixing this?

commented

@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 :)
commented

hmm now it just fills the console with errors and doesn't continue to load

commented

Could you link a log with the errors?

commented

Duplicate of #122