summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 797724d2098abd4e1a49b9427af8ab65082f80d4 (plain)
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": "ohmyvanillamc",
  "version": "${version}",
  "name": "Oh My Vanilla Minecraft",
  "description": "What's wrong with my Minecraft?",
  "authors": [
    "trueKeuin",
    "Merrg1n"
  ],
  "contact": {
    "homepage": "https://www.keuin.cc",
    "sources": "https://github.com/hit-mc/OhMyVanillaMinecraft"
  },
  "license": "MIT",
  "icon": "assets/ohmyvanillamc/icon.png",
  "environment": "*",
  "entrypoints": {
    "main": [
      "com.keuin.ohmyvanillamc.OhMyVanillaMinecraft"
    ]
  },
  "mixins": [
    "ohmyvanillamc.mixins.json"
  ],
  "depends": {
    "fabricloader": ">=0.7.4",
    "fabric": "*",
    "minecraft": "1.16.x",
    "carpet": "*"
  },
  "suggests": {
    "another-mod": "*"
  }
}