Tweaks to Surface Rule application
This commit is contained in:
parent
e1883409fa
commit
ec764f99e6
4 changed files with 11 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue