12345678910111213141516171819202122232425 |
- {
- "schemaVersion": 1,
- "id": "completeconfig",
- "version": "${version}",
- "name": "CompleteConfig",
- "description": "Flexible all-in-one configuration API",
- "contact": {
- "email": "lortseam@gmail.com",
- "issues": "https://gitlab.com/Lortseam/completeconfig/-/issues",
- "sources": "https://gitlab.com/Lortseam/completeconfig"
- },
- "authors": [
- "Lortseam"
- ],
- "license": "Apache-2.0",
- "environment": "client",
- "depends": {
- "minecraft": "1.15.x",
- "fabricloader": ">=0.7.4",
- "cloth-config2": "*"
- }
- }
|