37 lines
764 B
JSON
37 lines
764 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omega-config",
|
|
"version": "1.1.0",
|
|
"name": "OmegaConfig",
|
|
"description": "The last config solution you will ever use.",
|
|
"authors": [
|
|
"Draylar",
|
|
"Frqnny"
|
|
],
|
|
"entrypoints": {
|
|
"main": [
|
|
"draylar.omegaconfig.OmegaConfig"
|
|
]
|
|
},
|
|
"contact": {
|
|
"homepage": "https://github.com/Draylar/omega-config",
|
|
"sources": "https://github.com/Draylar/omega-config",
|
|
"issues": "https://github.com/Draylar/omega-config/issues"
|
|
},
|
|
"license": "MIT",
|
|
"environment": "*",
|
|
"mixins": [
|
|
"omega-config.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": "*",
|
|
"fabric": "*",
|
|
"minecraft": "*"
|
|
},
|
|
"custom": {
|
|
"modmenu": {
|
|
"badges": [ "library" ]
|
|
}
|
|
}
|
|
}
|