summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 366f55c828f44b52d1406ff87f77e7ac05debf1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "schemaVersion": 1,
  "id": "wheelchair",
  "name": "Wheelchair",
  "description": "Walkers Utilities for Minecraft",
  "version": "1.0.0",
  "authors": [
    "Walkers"
  ],
  "entrypoints": {
    "client": ["com.walkerselby.wheelchair.client.Wheelchair"]
  }
}