mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-16 03:45:10 +01:00
Modulized into: puzzle-base (update checker + config) puzzle-gui (unified config gui) puzzle-models (remove limitations) puzzle-blocks (custom render layers) puzzle-splashscreen (resourcepack-provided spash screen) Updated to 1.17
27 lines
523 B
JSON
Executable File
27 lines
523 B
JSON
Executable File
{
|
|
"schemaVersion": 1,
|
|
"id": "puzzle",
|
|
"version": "${version}",
|
|
|
|
"name": "Puzzle",
|
|
"description": "Fancy and performance-improving features.",
|
|
"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",
|
|
|
|
"depends": {
|
|
"fabric": "*"
|
|
}
|
|
}
|