First commit
This commit is contained in:
37
src/main/resources/fabric.mod.json
Normal file
37
src/main/resources/fabric.mod.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "autoreconnect",
|
||||
"version": "1.0.0",
|
||||
|
||||
"name": "Example Mod",
|
||||
"description": "This is an example description! Tell everyone what your mod is about!",
|
||||
"authors": [
|
||||
"Bstn1802"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://github.com/Bstn1802",
|
||||
"sources": "https://github.com/Bstn1802/AutoReconnect"
|
||||
},
|
||||
|
||||
"license": "CC0-1.0",
|
||||
"icon": "assets/modid/icon.png",
|
||||
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"net.autoreconnect.AutoReconnect"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"autoreconnect.mixins.json"
|
||||
],
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.7.4",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.16.x"
|
||||
},
|
||||
"suggests": {
|
||||
"flamingo": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user