blob: 406aeaea5140973653a0d5592d55eca45308a0ec (
plain) (
tree)
|
|
{
"id": "modid",
"name": "Example Mod",
"version": "1.0.0",
"side": "universal",
"initializer": "net.fabricmc.example.ExampleMod",
"requires": {
"fabric": "*"
},
"mixins": {
"client": "modid.client.json",
"common": "modid.common.json"
}
}
|