ID's are shifted by -1 in fabric api 20w16a
NeoTheLynx opened this issue ยท 6 comments
Hmm, can you try without the fabric registry sync mod (remove its reference from fabric.mod.json
in the api mod jar)
@liach that fixed the problem
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).
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.
Duplicate of #122