From cdb7b6faffa3d708a936b36197996d0beb5be82c Mon Sep 17 00:00:00 2001 From: Rosa Date: Tue, 19 May 2026 17:40:02 -0400 Subject: the mod works --- src/main/resources/fabric.mod.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 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..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" + } +} -- cgit v1.3.1