Fabric API

Fabric API

106M Downloads

ID's are shifted by -1 in fabric api 20w16a

NeoTheLynx opened this issue ยท 6 comments

commented

When installing the fabric api on a server and then join with a client that does not use the fabric api mod, the ID's of the blocks and items are shifted by -1, example a bow is a apple.

Image Of Bug

commented

Hmm, can you try without the fabric registry sync mod (remove its reference from fabric.mod.json in the api mod jar)

commented

@liach that fixed the problem

commented

I had the same issue, and I can confirm this fixes the issue.

commented

fabric-registry-sync does not freeze the IDs for vanilla registry entries - this is one of those TODOs I forgot to get around to, and this should be implemented ASAP (Carpet keeps running into it, among others).

commented

Block Ids dont need to be saved, only sycned. I started looking into fixing all the issues here: #525

Including not doing anything with registrys that havent been modified.

commented

Duplicate of #122