mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-15 11:25:11 +01:00
- Removed intrusive branding (previously visible on Title screen and F3 menu) - De-modularized: Previously, Puzzle was split into multiple modules which complicated the development process and was just unnecessary - Experimental NeoForge support - Many small improvements - puzzle-splashscreen: Improved background image blending - puzzle-splashscreen: Added support for custom blend functions for full OptiFine parity
11 lines
186 B
JSON
Executable File
11 lines
186 B
JSON
Executable File
{
|
|
"required": true,
|
|
"package": "net.puzzlemc.gui.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"client": [
|
|
"MixinOptionsScreen"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |