diff options
| author | Elis Eriksson <Spelis@duck.com> | 2025-08-20 21:04:20 +0200 |
|---|---|---|
| committer | Elis Eriksson <Spelis@duck.com> | 2025-08-20 21:04:20 +0200 |
| commit | 9c99aa9fc8ce39c412e3acd8a77864e638bb0769 (patch) | |
| tree | 1b187922b929793b85d84a6418a504ff62e5f240 /src/main/resources/fabric.mod.json | |
| parent | c35f1f9b588f1d6c899800185fa5bd37143b302a (diff) | |
| download | valvesprint-9c99aa9fc8ce39c412e3acd8a77864e638bb0769.tar valvesprint-9c99aa9fc8ce39c412e3acd8a77864e638bb0769.tar.gz valvesprint-9c99aa9fc8ce39c412e3acd8a77864e638bb0769.tar.bz2 valvesprint-9c99aa9fc8ce39c412e3acd8a77864e638bb0769.tar.lz valvesprint-9c99aa9fc8ce39c412e3acd8a77864e638bb0769.tar.xz valvesprint-9c99aa9fc8ce39c412e3acd8a77864e638bb0769.tar.zst valvesprint-9c99aa9fc8ce39c412e3acd8a77864e638bb0769.zip | |
Rename to ValveSprint
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 20 |
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" } } |
