scoop-games/bucket/amidst.json

24 lines
888 B
JSON
Raw Normal View History

{
"homepage": "https://github.com/toolbox4minecraft/amidst",
"description": "Minecraft interface and data/structure tracking tool",
2020-08-18 17:30:13 -07:00
"version": "4.5",
"license": "GPL-3.0-only",
2020-08-18 17:30:13 -07:00
"url": "https://github.com/toolbox4minecraft/amidst/releases/download/v4.5/amidst-v4-5.jar#/amidst.jar",
"hash": "f80bec93dd962a8298bc39651b4648f37d26970b72d3d9b2c8c7758c962bd0b7",
"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"
}
}