Initial commit
This commit is contained in:
21
src/main/resources/fabric.mod.json
Normal file
21
src/main/resources/fabric.mod.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "voxelmon",
|
||||
"version": "${version}",
|
||||
"name": "voxelmon",
|
||||
"description": "",
|
||||
"authors": [],
|
||||
"contact": {
|
||||
},
|
||||
"license": "All-Rights-Reserved",
|
||||
"icon": "assets/voxelmon/icon.png",
|
||||
"environment": "client",
|
||||
"entrypoints": {
|
||||
},
|
||||
"mixins": [
|
||||
"voxelmon.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.22"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user