mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-16 01:15:08 +01:00
- alter: better test code in `common/src/test`, `neoforge/src/test` and `fabric/src/test`, run `Test Minecraft Client(:fabric)` or `Test Minecraft Client(:neoforge)` for testing
24 lines
515 B
JSON
24 lines
515 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "modid",
|
|
"version": "${version}",
|
|
|
|
"name": "MidnightLib Test Mod",
|
|
"description": "Example Mod for Team MidnightDust's mods.",
|
|
"authors": [ "MidnightDust" ],
|
|
|
|
"license": "CC0",
|
|
"icon": "assets/midnightlib/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"eu.midnightdust.test.fabric.MLExampleFabric"
|
|
]
|
|
},
|
|
"depends": {
|
|
"fabric-resource-loader-v0": "*",
|
|
"midnightlib": ">=1.6.0"
|
|
}
|
|
}
|