24 lines
466 B
JSON
24 lines
466 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "voxelmon",
|
|
"version": "${version}",
|
|
"name": "voxelmon",
|
|
"description": "",
|
|
"authors": [],
|
|
"contact": {
|
|
},
|
|
"license": "All-Rights-Reserved",
|
|
"icon": "assets/voxelmon/icon.png",
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"client": ["me.cortex.voxelmon.Voxelmon"]
|
|
},
|
|
"mixins": [
|
|
"voxelmon.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.14.22"
|
|
},
|
|
"accessWidener": "voxelmon.accesswidener"
|
|
}
|