Blame view

src/main/resources/litemod.json 130 Bytes
Mumfrey authored
1
2
3
{
    "name": "example",
    "version": 0.0,
Mumfrey authored
4
    "mcversion": "1.9.4",
Mumfrey authored
5
6
7
8
    "mixinConfigs": [
        "mixins.example.json"
    ]
}