This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
FreshCoffee/src/main/resources/fabric.mod.json

25 lines
757 B
JSON
Raw Normal View History

2020-08-23 02:05:06 +00:00
{
"schemaVersion": 1,
"id": "freshcoffee",
"version": "${version}",
"name": "FreshCoffee",
"description": "This ensures you are running a supported version of Java and can install a supported one if you are not.",
"authors": [
"TheBrokenRail"
],
"contact": {
"homepage": "https://thebrokenrail.com/",
"sources": "https://gitea.thebrokenrail.com/TheBrokenRail/FreshCoffee.git",
"issues": "https://gitea.thebrokenrail.com/TheBrokenRail/FreshCoffee/issues"
},
"license": "MIT",
"environment": "*",
"entrypoints": {
"preLaunch": [
"com.thebrokenrail.freshcoffee.FreshCoffee"
]
},
"custom": {
"freshcoffee:minimum_java_version": 8
}
}