mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-14 07:35:10 +01:00
⬆️ Update to Minecraft 1.15.
This commit is contained in:
@@ -34,7 +34,7 @@ public abstract class MinecraftClientMixin
|
||||
@Shadow
|
||||
public Screen currentScreen;
|
||||
|
||||
@Inject(method = "init", at = @At("RETURN"))
|
||||
@Inject(method = "<init>", at = @At("RETURN"))
|
||||
private void on_init(CallbackInfo ci)
|
||||
{
|
||||
LambdaControls.get().on_mc_init((MinecraftClient) (Object) this);
|
||||
|
||||
Reference in New Issue
Block a user