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