30 lines
No EOL
551 B
JSON
30 lines
No EOL
551 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "boringsmp",
|
|
"version": "${version}",
|
|
"name": "Boring SMP",
|
|
"description": "The mod used for the Boring SMP.",
|
|
"authors": [
|
|
"1e99"
|
|
],
|
|
"contact": {
|
|
"sources": "https://git.1e99.eu/1e99/boringsmp"
|
|
},
|
|
"license": "MPL-2.0",
|
|
"icon": "assets/boringsmp/icon.png",
|
|
"environment": "server",
|
|
"entrypoints": {
|
|
"main": [
|
|
"eu.e99.boringsmp.BoringSMP"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"boringsmp.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.16.9",
|
|
"minecraft": "~1.21.4",
|
|
"java": ">=21",
|
|
"fabric-api": "*"
|
|
}
|
|
} |