mirror of
https://github.com/barkeser2002/Not-Enough-Crashes.git
synced 2026-09-25 05:59:49 +03:00
38 lines
653 B
JSON
38 lines
653 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "nec_testmod",
|
|
"version": "1.0.0",
|
|
|
|
"name": "Not Enough Crashes Test Mod",
|
|
"description": "Tests Not Enough Crashes",
|
|
"authors": [
|
|
"Fudge"
|
|
],
|
|
"contact": {
|
|
"sources": "https://github.com/natanfudge/Not-Enough-Crashes"
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"io.github.natanfudge.nectest.NecTestMod"
|
|
],
|
|
"client": [
|
|
"io.github.natanfudge.nectest.NecTestModClient"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"nec_testmod.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.11.3",
|
|
"java": ">=16"
|
|
},
|
|
"suggests": {
|
|
"another-mod": "*"
|
|
}
|
|
}
|