22 lines
393 B
JSON
22 lines
393 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omega-config",
|
|
"version": "${version}",
|
|
"name": "OmegaConfig",
|
|
"description": "The last config solution you will ever use.",
|
|
"authors": [
|
|
"Draylar"
|
|
],
|
|
"contact": {},
|
|
"license": "MIT",
|
|
"environment": "*",
|
|
"mixins": [
|
|
"omega-config.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": "*",
|
|
"fabric": "*",
|
|
"minecraft": "*"
|
|
}
|
|
}
|