mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-15 17:05:09 +01:00
- Many command-related fixes and improvements - Added test environment for easier development
24 lines
514 B
JSON
24 lines
514 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "midnightlib-example",
|
|
"version": "${version}",
|
|
|
|
"name": "MidnightLib Example",
|
|
"description": "Wow, you can do so much.",
|
|
"authors": [ "MidnightDust" ],
|
|
|
|
"license": "CC0",
|
|
"icon": "assets/midnightlib/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"eu.midnightdust.fabric.example.MLExampleFabric"
|
|
]
|
|
},
|
|
"depends": {
|
|
"fabric-resource-loader-v0": "*",
|
|
"midnightlib": ">=1.6.0"
|
|
}
|
|
}
|