diff options
| author | Elis Eriksson <spelis@spelis.li> | 2026-07-09 03:08:42 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis@spelis.li> | 2026-07-09 03:08:42 +0200 |
| commit | 5c61713ce5c686b90d415086f2b9260be98e23f7 (patch) | |
| tree | 570ce5ef6b71e3eebaec0cb8697387067d1042af /src/main/resources/fabric.mod.json | |
| download | valvesprint-main.tar valvesprint-main.tar.gz valvesprint-main.tar.bz2 valvesprint-main.tar.lz valvesprint-main.tar.xz valvesprint-main.tar.zst valvesprint-main.zip | |
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json new file mode 100644 index 0000000..51e92c5 --- /dev/null +++ b/src/main/resources/fabric.mod.json @@ -0,0 +1,34 @@ +{ + "schemaVersion": 1, + "id": "valvesprint", + "version": "${version}", + "name": "valvesprint", + "description": "Sprint like Gordon Freeman λλλ", + "authors": [ + "Spelis" + ], + "contact": { + "email": "spelis@spelis.li", + "homepage": "https://spelis.li/", + "sources": "https://git.spelis.li/spelis/mc/valvesprint" + }, + "license": "MIT", + "icon": "assets/valvesprint/icon.png", + "environment": "client", + "entrypoints": { + "fabric-datagen": [ + "li.spelis.client.valvesprintDataGenerator" + ], + "client": [ + "li.spelis.client.valvesprintClient" + ], + "main": [ + "li.spelis.valvesprint" + ] + }, + "depends": { + "fabricloader": ">=${loader_version}", + "fabric-api": "*", + "minecraft": "${minecraft_version}" + } +} |
