summary refs log tree commit diff stats
path: root/src/main/resources/mod.json
blob: f9dcafde21b040477dc4f2a1163f70e427214056 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "id": "modid",
  "name": "Example Mod",
  "version": "1.0.0",
  "side": "universal",
  "initializer": "net.fabricmc.example.ExampleMod",
  "mixins": {
    "client": "modid.client.json",
    "common": "modid.common.json"
  }
}