summary refs log tree commit diff stats
path: root/src/main/resources/fabric.mod.json
blob: 485459cd32e9f559f8d2a3db9b71bdbf86d7214a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "schemaVersion": 1,
  "id": "uwumode",
  "version": "${version}",

  "name": "UwU Mode",
  "description": "Makes your messages end in uwu, with consent.",
  "authors": [
    "SoniEx2"
  ],
  "contact": {
    "homepage": "https://autistic.space/",
    "sources": "https://soniex2.autistic.space/git-repos/uwumode.git"
  },

  "license": "AGPL-3.0-or-later",

  "environment": "*",
  "entrypoints": {
    "client": [
      "space.autistic.uwumode.UwuModeKt::init"
    ]
  },
  "mixins": [
    "uwumode.mixins.json"
  ],
  "depends": {
    "fabricloader": ">=0.8.7",
    "fabric": "*",
    "fabric-language-kotlin": "*",
    "minecraft": "1.17.x"
  },
  "suggests": {
  }
}