Adrian Siekierka b755e01769 first commit
2018-11-03 23:25:39 +01:00

11 lines
229 B
JSON

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