scoop-games/bucket/amidst.json

24 lines
888 B
JSON

{
"homepage": "https://github.com/toolbox4minecraft/amidst",
"description": "Minecraft interface and data/structure tracking tool",
"version": "4.6",
"license": "GPL-3.0-only",
"url": "https://github.com/toolbox4minecraft/amidst/releases/download/v4.6/amidst-v4-6.jar#/amidst.jar",
"hash": "137f4f718815f04a933325243ddca126c1d8d7720dcf8026926678a8a1ebe65b",
"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"
}
}