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.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index fe513b6..b973016 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -1,35 +1,35 @@
{
"schemaVersion": 1,
- "id": "valvesneak",
+ "id": "valvesprint",
"version": "${version}",
- "name": "ValveSneak",
+ "name": "ValveSprint",
"description": "Sprinting like Valve games.",
"authors": [],
"contact": {},
"license": "MIT",
- "icon": "assets/valvesneak/icon.png",
+ "icon": "assets/valvesprint/icon.png",
"environment": "client",
"entrypoints": {
"fabric-datagen": [
- "eu.projnull.spelis.valvesneak.client.ValvesneakDataGenerator"
+ "eu.projnull.spelis.valvesprint.client.ValveSprintDataGenerator"
],
"client": [
- "eu.projnull.spelis.valvesneak.client.ValvesneakClient"
+ "eu.projnull.spelis.valvesprint.client.ValveSprintClient"
],
"main": [
- "eu.projnull.spelis.valvesneak.Valvesneak"
+ "eu.projnull.spelis.valvesprint.ValveSprint"
]
},
"mixins": [
- "valvesneak.mixins.json",
+ "valvesprint.mixins.json",
{
- "config": "valvesneak.client.mixins.json",
+ "config": "valvesprint.client.mixins.json",
"environment": "client"
}
],
"depends": {
- "fabricloader": "*",
+ "fabricloader": ">=0.16.0",
"fabric": "*",
- "minecraft": "*"
+ "minecraft": ">=1.16.0"
}
}