Just Enough Resources (JER)

Just Enough Resources (JER)

163M Downloads

Forge 1.20.1 incompatibility with Vampirism

SnackJunkie opened this issue ยท 3 comments

commented

JER never displays when Vampirism is installed. Error at line 2437: https://pastebin.com/JNPhgGfL

commented

Doesn't the VanillaRegistries#createLoookup only contain vanilla registry objects and not modded ones?

VanillaRegistries.createLookup().lookupOrThrow(Registries.BIOME).listElements().map(Holder.Reference::value).forEach(biomes::add);

Usually you get all registry objects (including modded ones) with Level#registryAccess

commented

Also seems very similar to #412 and #417 and #410
For Vampirism, there appears to be a workaround by installing TerraBlender, maybe it works for the other mods as well.
However, it would be nice if this could be fixed in JER. Maybe it can be resolved by applying Cheaterpaul's suggestion above.