mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 21:06:16 +00:00
11 lines
229 B
JSON
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"
|
||
|
|
}
|
||
|
|
}
|