mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-17 04:15:10 +01:00
Update to 1.18.1, New Icon, CEM integration, Better Iris integration
This commit is contained in:
BIN
puzzle-base/src/main/resources/assets/puzzle/icon.png
Executable file → Normal file
BIN
puzzle-base/src/main/resources/assets/puzzle/icon.png
Executable file → Normal file
Binary file not shown.
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.3 KiB |
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"puzzle.text.update_available":"An update is available!",
|
||||
"puzzle.screen.title":"Puzzle Settings",
|
||||
"puzzle.page.graphics":"Graphics Settings",
|
||||
"puzzle.page.resources":"Resource Settings",
|
||||
"puzzle.page.performance":"Performance Settings",
|
||||
"puzzle.page.misc":"Miscellaneous Settings",
|
||||
"puzzle.option.ctm":"Connected Textures",
|
||||
"puzzle.option.inside_ctm":"Connect Inside Textures",
|
||||
"puzzle.midnightconfig.title":"Title",
|
||||
"puzzle.midnightconfig.showPuzzleInfo":"Show Puzzle Info",
|
||||
"puzzle.midnightconfig.showPuzzleInfo.tooltip":"Show Puzzle Info",
|
||||
"test.midnightconfig.title":"I am a title",
|
||||
"test.midnightconfig.text":"I am a comment *u*",
|
||||
"test.midnightconfig.showInfo":"Show Info",
|
||||
"test.midnightconfig.showInfo.tooltip":"Show more information"
|
||||
}
|
||||
@@ -3,8 +3,8 @@
|
||||
"id": "puzzle-base",
|
||||
"version": "${version}",
|
||||
|
||||
"name": "Puzzle",
|
||||
"description": "Unites optifine replacement mods in a clean & vanilla-style gui",
|
||||
"name": "Puzzle Base",
|
||||
"description": "Shared code between all Puzzle modules",
|
||||
"authors": [
|
||||
"PuzzleMC",
|
||||
"Motschen"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "net.puzzlemc.core.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"client": [
|
||||
"MixinTitleScreen",
|
||||
"MixinDebugHud"
|
||||
|
||||
Reference in New Issue
Block a user