summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-05-19 17:40:02 -0400
committerRosa <rosaontheweb@proton.me>2026-05-19 17:40:02 -0400
commitcdb7b6faffa3d708a936b36197996d0beb5be82c (patch)
tree6e75255a3cb2e4f742e345f2da56d7464070bf70 /src/main/resources/fabric.mod.json
the mod works
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json32
1 files changed, 32 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..4be2f64
--- /dev/null
+++ b/src/main/resources/fabric.mod.json
@@ -0,0 +1,32 @@
+{
+ "schemaVersion": 1,
+ "id": "rosas-auto-reconnect",
+ "version": "${version}",
+ "name": "Auto Reconnect",
+ "description": "Dead simple auto-reconnect mod",
+ "authors": [
+ {
+ "name": "Rosa (evilandqueer)",
+ "contact": {
+ "email": "rosaontheweb@proton.me"
+ }
+ }
+ ],
+ "contributors": [],
+ "contact": {
+ "issues": "https://codeberg.org/evilandqueer/rosas-auto-reconnect/issues",
+ "sources": "https://codeberg.org/evilandqueer/rosas-auto-reconnect"
+ },
+ "license": "Unlicense",
+ "icon": "icon.png",
+ "environment": "client",
+ "entrypoints": {
+ "client": ["club.eviltransgenders.autoreconnect.AutoReconnect"]
+ },
+ "mixins": ["autoreconnect.mixins.json"],
+ "depends": {
+ "fabric-api": ">=0.141.4+1.21.11",
+ "fabricloader": ">=0.17.3",
+ "minecraft": ">=1.21.11"
+ }
+}