Tweaks to Surface Rule application

This commit is contained in:
Frank 2022-06-22 01:08:12 +02:00
parent e1883409fa
commit ec764f99e6
4 changed files with 11 additions and 12 deletions

View file

@ -20,7 +20,7 @@ import java.net.Proxy;
@Mixin(value = MinecraftServer.class, priority = 2000)
public class MinecraftServerMixinLate {
@Inject(at = @At("RETURN"), method = "<init>")
private void appendGlobalFeatures(
private void bcl_restoreBiomeSource(
Thread thread,
LevelStorageSource.LevelStorageAccess levelStorageAccess,
PackRepository packRepository,