more fixes

This commit is contained in:
Zoë Gidiere
2023-12-12 16:54:27 -07:00
parent f6c2795eaf
commit 9d200565d7
4 changed files with 28 additions and 50 deletions
@@ -65,7 +65,7 @@ public final class BiomeUtil {
.orElseThrow());
} else {
((ProtoPlatformBiome) biome.getPlatformBiome()).setDelegate(Registry.registerReference(registry,
MinecraftUtil.registerKey(identifier)
MinecraftUtil.registerBiomeKey(identifier)
.getValue(),
minecraftBiome));
}