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.json25
1 files changed, 25 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..805e28b
--- /dev/null
+++ b/src/main/resources/fabric.mod.json
@@ -0,0 +1,25 @@
+{
+ "schemaVersion": 1,
+ "id": "lifesteal",
+ "version": "${version}",
+ "name": "LifeSteal",
+ "description": "",
+ "authors": [],
+ "contact": {},
+ "license": "AGPL-3.0",
+ "icon": "assets/lifesteal/icon.png",
+ "environment": "server",
+ "entrypoints": {
+ "main": [
+ "world.anhgelus.lifesteal.LifeSteal"
+ ]
+ },
+ "mixins": [
+ "lifesteal.mixins.json"
+ ],
+ "depends": {
+ "fabricloader": ">=${loader_version}",
+ "fabric": "*",
+ "minecraft": "${minecraft_version}"
+ }
+}