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.4",
|
|
"license": "GPL-3.0-only",
|
|
"url": "https://github.com/toolbox4minecraft/amidst/releases/download/v4.4/amidst-v4-4.jar#/amidst.jar",
|
|
"hash": "4cde61b7012626022d136d1857329374c50ec867f3169940eb1ed62248f7aee9",
|
|
"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"
|
|
}
|
|
}
|