This commit is contained in:
modmuss50 2019-06-12 19:57:23 +01:00
parent 6b9f6cb4f8
commit 07a5c322e3
9 changed files with 256 additions and 207 deletions

View file

@ -0,0 +1,17 @@
{
"schemaVersion": 1,
"id": "techreborn",
"version": "${version}",
"name": "TechReborn",
"license": "MIT",
"environment": "*",
"entrypoints": {
"main": [
"techreborn.TechReborn"
]
},
"requires": {
"fabricloader": ">=0.4.0",
"fabric": "*"
}
}