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