Updated dependencies
Added dependencies check for forge and fabric Added update check for forge and fabric TO-DO add the updateChecker.json GitHub link to forge entry point
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
"name": "speedometer",
|
||||
"description": "just displaying your speed",
|
||||
"authors": ["Allen"],
|
||||
"contact": {},
|
||||
"contact": {
|
||||
"sources": "https://github.com/zaze06/Speedometer",
|
||||
"issues": "https://github.com/zaze06/Speedometer/issues"
|
||||
},
|
||||
|
||||
"license": "All Rights Reserved",
|
||||
"icon": "icon.png",
|
||||
@@ -18,6 +21,8 @@
|
||||
},
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.21",
|
||||
"minecraft": ">=1.20"
|
||||
"minecraft": ">=1.20",
|
||||
"cloth-config": ">=11.1.106",
|
||||
"architectury": ">= 9.1.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user