From 5c61713ce5c686b90d415086f2b9260be98e23f7 Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Thu, 9 Jul 2026 03:08:42 +0200 Subject: New era ig old source is on GitHub --- src/main/resources/fabric.mod.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/main/resources/fabric.mod.json (limited to 'src/main/resources/fabric.mod.json') 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}" + } +} -- cgit v1.3-7-ge9ab