FabricMC / fabric

Essential hooks for modding with Fabric.
Apache License 2.0
2.37k stars 417 forks source link

replaces items #464

Closed jSdCool closed 4 years ago

jSdCool commented 4 years ago

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

modmuss50 commented 4 years ago

Was this with a vanilla client?

jSdCool commented 4 years ago

Yes

Dinip commented 4 years ago

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

liach commented 4 years ago

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

Dinip commented 4 years ago

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

modmuss50 commented 4 years ago

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 commented 4 years ago

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

Dinip commented 4 years ago

@jSdCool if you are updating from 1.14.4 to 1.15.1 you need to delete two folders

jSdCool commented 4 years ago

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

i509VCB commented 4 years ago

Could you link a log with the errors?

Prospector commented 4 years ago

Duplicate of #122