24 lines
888 B
JSON
24 lines
888 B
JSON
{
|
|
"homepage": "https://github.com/toolbox4minecraft/amidst",
|
|
"description": "Minecraft interface and data/structure tracking tool",
|
|
"version": "4.3",
|
|
"license": "GPL-3.0-only",
|
|
"url": "https://github.com/toolbox4minecraft/amidst/releases/download/v4.3/amidst-v4-3.jar#/amidst.jar",
|
|
"hash": "9feffda94e4adc2d132c0732b7e9de47a6087ee84adc9a0bb15c4b86c92e1c56",
|
|
"bin": "amidst.bat",
|
|
"shortcuts": [
|
|
[
|
|
"amidst.bat",
|
|
"Amidst"
|
|
]
|
|
],
|
|
"pre_install": "Set-Content -Path \"$dir\\amidst.bat\" -Value \"pushd $dir && javaw -jar amidst.jar && popd\"",
|
|
"suggest": {
|
|
"Java Runtime Environment": "java/adoptopenjdk-hotspot-jre"
|
|
},
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/toolbox4minecraft/amidst/releases/download/v$version/amidst-v$dashVersion.jar#/amidst.jar"
|
|
}
|
|
}
|