it runs
This commit is contained in:
parent
6b9f6cb4f8
commit
07a5c322e3
9 changed files with 256 additions and 207 deletions
17
src/main/resources/fabric.mod.json
Normal file
17
src/main/resources/fabric.mod.json
Normal 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": "*"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue