aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index b973016..39efb61 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -4,8 +4,15 @@
"version": "${version}",
"name": "ValveSprint",
"description": "Sprinting like Valve games.",
- "authors": [],
- "contact": {},
+ "authors": [
+ "Spelis"
+ ],
+ "contact": {
+ "email": "spelis.loves.rust@gmail.com",
+ "issues": "https://github.com/spelis/ValveSprint/issues",
+ "homepage": "https://spelis.projnull.eu",
+ "sources": "https://github.com/spelis/ValveSprint"
+ },
"license": "MIT",
"icon": "assets/valvesprint/icon.png",
"environment": "client",
@@ -15,13 +22,9 @@
],
"client": [
"eu.projnull.spelis.valvesprint.client.ValveSprintClient"
- ],
- "main": [
- "eu.projnull.spelis.valvesprint.ValveSprint"
]
},
"mixins": [
- "valvesprint.mixins.json",
{
"config": "valvesprint.client.mixins.json",
"environment": "client"