diff options
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 32 |
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" + } +} |
