1
0
Fork 0
This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
one-time-overrides/src/main/resources/fabric.mod.json
2022-08-19 17:45:51 +02:00

29 lines
800 B
JSON

{
"schemaVersion": 1,
"id": "one-time-overrides",
"version": "${version}",
"name": "OneTimeOverrides",
"description": "Allows modpack authors to add non-overwriting override files.",
"authors": [
"zziius"
],
"contact": {
"homepage": "https://github.com/horizr/one-time-overrides",
"issues": "https://github.com/horizr/one-time-overrides/issues",
"sources": "https://github.com/horizr/one-time-overrides"
},
"license": "MIT",
"icon": "assets/one-time-overrides/icon.png",
"entrypoints": {
"main": [
{
"adapter": "kotlin",
"value": "xyz.horizr.onetimeoverrides.OneTimeOverridesKt::init"
}
]
},
"depends": {
"fabricloader": "${fabricLoaderVersion}",
"fabric-language-kotlin": "${fabricLanguageKotlinVersion}"
}
}