Fix incorrectly mapped mixin
This commit is contained in:
parent
4a15e277aa
commit
ac261a0bfd
|
|
@ -15,7 +15,7 @@ import java.util.function.Function;
|
||||||
|
|
||||||
@Mixin(Minecraft.class)
|
@Mixin(Minecraft.class)
|
||||||
public class MinecraftMixin {
|
public class MinecraftMixin {
|
||||||
@Inject(method = "doWorldLoad", at = @At("HEAD"), remap = false)
|
@Inject(method = "m_231380_", at = @At("HEAD"), remap = false)
|
||||||
private void setLatch(String string, LevelStorageSource.LevelStorageAccess arg, PackRepository arg2, WorldStem arg3, CallbackInfo ci) {
|
private void setLatch(String string, LevelStorageSource.LevelStorageAccess arg, PackRepository arg2, WorldStem arg3, CallbackInfo ci) {
|
||||||
ModernFix.worldLoadSemaphore = new CountDownLatch(1);
|
ModernFix.worldLoadSemaphore = new CountDownLatch(1);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user