mirror of
https://github.com/JonasunderscoreJones/BuildGPT.git
synced 2025-10-23 15:49:18 +02:00
1.15
This commit is contained in:
parent
705d4da55b
commit
97a962625c
3 changed files with 7 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
|||
package net.fabricmc.example.mixin;
|
||||
|
||||
import net.minecraft.client.MinecraftClient;
|
||||
import net.minecraft.client.gui.screen.TitleScreen;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
import org.spongepowered.asm.mixin.injection.At;
|
||||
import org.spongepowered.asm.mixin.injection.Inject;
|
||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||
|
||||
@Mixin(MinecraftClient.class)
|
||||
@Mixin(TitleScreen.class)
|
||||
public class ExampleMixin {
|
||||
@Inject(at = @At("HEAD"), method = "init()V")
|
||||
private void init(CallbackInfo info) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue