mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-16 11:55:09 +01:00
Update to 1.21
This commit is contained in:
@@ -9,7 +9,7 @@ import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class PuzzleApi {
|
||||
private static Logger LOGGER = LogManager.getLogger("puzzle-gui");
|
||||
private static final Logger LOGGER = LogManager.getLogger("puzzle-gui");
|
||||
|
||||
public static List<PuzzleWidget> GRAPHICS_OPTIONS = new ArrayList<>();
|
||||
public static List<PuzzleWidget> MISC_OPTIONS = new ArrayList<>();
|
||||
|
||||
@@ -17,7 +17,7 @@ public class PuzzleClient implements ClientModInitializer {
|
||||
public final static String id = "puzzle";
|
||||
public static final Text YES = Text.translatable("gui.yes").formatted(Formatting.GREEN);
|
||||
public static final Text NO = Text.translatable("gui.no").formatted(Formatting.RED);
|
||||
public static final Identifier PUZZLE_BUTTON = new Identifier(id, "icon/button");
|
||||
public static final Identifier PUZZLE_BUTTON = Identifier.of(id, "icon/button");
|
||||
|
||||
@Override
|
||||
public void onInitializeClient() {
|
||||
|
||||
Reference in New Issue
Block a user