You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dynamic registry loading code calls RegistryKeys.getPath which, unlike getTagsPath, is unpatched by Fabric API. This means that my custom bingo:difficulty dynamic registry gets loaded from data/<namespace>/difficulty instead of the namespaced data/<namespace>/bingo/difficulty.
The text was updated successfully, but these errors were encountered:
The dynamic registry loading code calls
RegistryKeys.getPath
which, unlikegetTagsPath
, is unpatched by Fabric API. This means that my custombingo:difficulty
dynamic registry gets loaded fromdata/<namespace>/difficulty
instead of the namespaceddata/<namespace>/bingo/difficulty
.The text was updated successfully, but these errors were encountered: