We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was also running into a similar issue as #524.
tl;dr: From poking around in the code, I believe it's due to LootTableFetcher not being set with a ReloadableServerRegistry here: https://github.com/way2muchnoise/JustEnoughResources/blob/master/Common/src/main/java/jeresources/util/LootTableHelper.java#L162-L179
LootTableFetcher
lootTableFetcher.getLootTable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was also running into a similar issue as #524.
tl;dr:
From poking around in the code, I believe it's due to
LootTableFetcher
not being set with a ReloadableServerRegistry here: https://github.com/way2muchnoise/JustEnoughResources/blob/master/Common/src/main/java/jeresources/util/LootTableHelper.java#L162-L179lootTableFetcher.getLootTable
during initiation. e.g. https://github.com/way2muchnoise/JustEnoughResources/blob/master/Common/src/main/java/jeresources/compatibility/minecraft/MinecraftCompat.java#L43The text was updated successfully, but these errors were encountered: