mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-16 11:55:09 +01:00
Update to 1.18.1, New Icon, CEM integration, Better Iris integration
This commit is contained in:
@@ -16,7 +16,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||
import java.util.Objects;
|
||||
|
||||
@Mixin(OptionsScreen.class)
|
||||
public class MixinOptionsScreen extends Screen {
|
||||
public abstract class MixinOptionsScreen extends Screen {
|
||||
private static final Identifier PUZZLE_ICON_TEXTURE = new Identifier(PuzzleClient.id, "textures/gui/puzzle_button.png");
|
||||
|
||||
protected MixinOptionsScreen(Text title) {
|
||||
|
||||
Reference in New Issue
Block a user