1234567891011121314151617181920212223242526272829303132333435 |
- {
- "schemaVersion": 1,
- "id": "umollu_ash",
- "version": "${version}",
- "name": "ASH - Another Simple HUD",
- "description": "ASH - Another Simple HUD with FPS count and coordinates.",
- "authors": [
- "umollu"
- ],
- "contact": {
- "homepage": "https://umollu.com/",
- "sources": "https://github.com/umollu/ash",
- "issues": "https://github.com/umollu/ash/issues"
- },
- "license": "MIT",
- "icon": "assets/umollu_ash/icon.png",
- "environment": "*",
- "entrypoints": {
- "client": [
- "com.umollu.ash.AshMod"
- ],
- "modmenu": [
- "com.umollu.ash.config.AshMenuIntegration"
- ],
- "cotton-client-commands": ["com.umollu.ash.AshCommands"]
- },
- "mixins": [
- "umollu_ash.mixins.json"
- ],
- "depends": {
- "fabricloader": ">=0.7.4",
- "fabric": ">=0.31.0",
- "minecraft": "1.16.x"
- }
- }
|