Files
omega-config/omega-config-base/src/main/resources/fabric.mod.json
T
ffrann 09658ffee6 Fix mixin compat level being set to JAVA_16
Delete NoValidConstructorException.java (waste of space smh)
2021-06-15 23:39:08 -04:00

23 lines
402 B
JSON

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