aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 0123ad916166e628ce8e6f02b6f86e15b8b7b74f (plain)
1
2
3
4
5
6
7
8
9
10
{
  "id": "notenoughupdates",
  "version": "${version}",
  "schemaVersion": 1,
  "entrypoints": {
    "main": [
      "io.github.moulberry.notenoughupdates.envcheck.FabricEntrypoint"
    ]
  }
}