12345678910111213141516171819202122232425262728 |
- {
- "schemaVersion": 1,
- "id": "bettermounthud",
- "version": "${version}",
- "name": "Better Mount HUD",
- "description": "Improves the ingame HUD while riding a mount",
- "authors": [
- "Lortseam"
- ],
- "icon": "assets/bettermounthud/icon.png",
- "contact": {
- "email": "lortseam@gmail.com",
- "sources": "https://gitlab.com/Lortseam/better-mount-hud",
- "issues": "https://gitlab.com/Lortseam/better-mount-hud/-/issues"
- },
- "license": "GPL-3.0",
- "environment": "client",
- "mixins": [
- {
- "config": "bettermounthud.mixins.json",
- "environment": "client"
- }
- ],
- "depends": {
- "java": ">=17",
- "fabricloader": ">=0.11.3"
- }
- }
|