You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
375 B
JSON

{
"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"
}
}