fabric.mod.json 340 B

12345678910111213141516
  1. {
  2. "id": "umollu_ash",
  3. "name": "ASH - Another Simple HUD",
  4. "description": "ASH - Another Simple HUD with FPS count and coordinates.",
  5. "version": "${version}",
  6. "side": "universal",
  7. "initializers": [
  8. "com.umollu.ash.AshMod"
  9. ],
  10. "requires": {
  11. "fabric": "*"
  12. },
  13. "mixins": {
  14. "client": "umollu_ash.client.json"
  15. }
  16. }