mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-15 19:35:10 +01:00
49 lines
946 B
JSON
Executable File
49 lines
946 B
JSON
Executable File
{
|
|
"schemaVersion": 1,
|
|
"id": "puzzle-gui",
|
|
"version": "${version}",
|
|
|
|
"name": "Puzzle GUI",
|
|
"description": "Unites optifine replacement mods in a clean & vanilla-style gui",
|
|
"authors": [
|
|
"PuzzleMC",
|
|
"Motschen"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://www.midnightdust.eu/",
|
|
"sources": "https://github.com/TeamMidnightDust/Puzzle",
|
|
"issues": "https://github.com/TeamMidnightDust/Puzzle/issues"
|
|
},
|
|
|
|
"license": "MIT",
|
|
"icon": "assets/puzzle/icon.png",
|
|
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"client": [
|
|
"net.puzzlemc.gui.PuzzleClient"
|
|
],
|
|
"modmenu": [
|
|
"net.puzzlemc.gui.config.ModMenuIntegration"
|
|
]
|
|
},
|
|
"custom": {
|
|
"modmenu": {
|
|
"parent": "puzzle"
|
|
}
|
|
},
|
|
|
|
"mixins": [
|
|
"puzzle-gui.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabric": "*",
|
|
"midnightlib": "*"
|
|
},
|
|
"breaks": {
|
|
"citresewn": "<=1.0.0+1.18.2",
|
|
"entity_texture_features": "<3.0.0"
|
|
}
|
|
}
|