blob: 4b9af9f4e431de1e533f1e82cba209cf60a89ee0 (
plain) (
tree)
|
|
{
"id": "modid",
"name": "Example Mod",
"description": "This is an example description! Tell everyone what your mod is about!",
"version": "${version}",
"side": "universal",
"initializers": [
"net.fabricmc.example.ExampleMod"
],
"requires": {
"fabric": "*"
},
"mixins": {
"client": "modid.client.json",
"common": "modid.common.json"
}
}
|