Fixed technical biomes not being registered under our namespace

This commit is contained in:
Adubbz 2020-11-05 18:55:23 +11:00 committed by GitHub
parent 527a89f4e5
commit 1761ab7ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ public class BiomeRegistry
return;
}
biome.setRegistryName(name);
biome.setRegistryName(new ResourceLocation(BiomesOPlenty.MOD_ID, name));
ForgeRegistries.BIOMES.register(biome);
if (data.getMetadata() != null)