Initial commit

This commit is contained in:
mcrcortex
2023-11-14 08:16:22 +10:00
commit 046a419e4f
89 changed files with 5798 additions and 0 deletions

View 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"
}
}