Fixed technical biomes not being registered properly
This commit is contained in:
parent
4fc61b1930
commit
ad1deb9352
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ public class BiomeRegistry
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
biome.setRegistryName(name);
|
biome.setRegistryName(new ResourceLocation(BiomesOPlenty.MOD_ID, name));
|
||||||
ForgeRegistries.BIOMES.register(biome);
|
ForgeRegistries.BIOMES.register(biome);
|
||||||
|
|
||||||
if (data.getMetadata() != null)
|
if (data.getMetadata() != null)
|
||||||
|
|
Loading…
Reference in a new issue