1.21.2-pre1 builds

This commit is contained in:
Zoe Gidiere
2024-10-09 16:18:47 -06:00
parent 197cb12be2
commit 2ccf8a8805
14 changed files with 57 additions and 38 deletions

View File

@@ -51,7 +51,7 @@ public final class BiomeUtil {
if(pack.getContext().get(PreLoadCompatibilityOptions.class).useVanillaBiomes()) {
((ProtoPlatformBiome) biome.getPlatformBiome()).setDelegate(registry.getEntry(vanilla).orElseThrow());
((ProtoPlatformBiome) biome.getPlatformBiome()).setDelegate(registry.getEntry(registry.get(vanilla)));
} else {
VanillaBiomeProperties vanillaBiomeProperties = biome.getContext().get(VanillaBiomeProperties.class);