b755e01
1 2 3 4 5 6 7 8 9 10 11
{ "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" } }