Fix for MC-243458
TheButterbrotMan opened this issue ยท 4 comments
Implenting a fix for https://bugs.mojang.com/browse/MC-243458 into Fabric.
I think this fix is very important because it is a general problem for modding. The bug causes that some custom structures and custom world generation is applied only after deleting /region files. This is very difficult to solve especially for modpack authors because not all players are able to do this.
I know that this was fixed some time ago in Forge, however I believe that this bug is still present in Fabric.
We already fix: https://bugs.mojang.com/browse/MC-195468 is this not the same bug? Can you try again on the latest fabric api released yesterday as it contained a number of fixes around this kind of issue.
Closing, as I believe it was fixed by the two PRs I mentioned. @TheButterbrotMan If this is still not fixed, please comment here.