1
0
forked from Clones/Controlify

Initial commit

This commit is contained in:
Xander
2023-01-30 22:08:45 +00:00
committed by GitHub
commit b090ccb5c1
18 changed files with 872 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"schemaVersion": 1,
"id": "${id}",
"version": "${version}",
"name": "${name}",
"description": "${description}",
"authors": [
"isXander"
],
"contact": {
"homepage": "https://isxander.dev",
"issues": "https://github.com/${github}/issues",
"sources": "https://github.com/${github}"
},
"license": "LGPL-3.0-or-later",
"environment": "client",
"entrypoints": {
},
"mixins": [
"fabric-mod-template.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.0",
"minecraft": "1.19.x",
"java": ">=17"
}
}