32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "4.7",
|
|
"description": "Minecraft interface and data/structure tracking tool",
|
|
"homepage": "https://github.com/toolbox4minecraft/amidst",
|
|
"license": "GPL-3.0-only",
|
|
"suggest": {
|
|
"Java Runtime Environment": "java/adoptopenjdk-hotspot-jre"
|
|
},
|
|
"url": [
|
|
"https://github.com/toolbox4minecraft/amidst/releases/download/v4.7/amidst-v4-7.jar#/amidst.jar",
|
|
"https://raw.githubusercontent.com/toolbox4minecraft/amidst/master/src/main/resources/amidst/icon/amidst.ico"
|
|
],
|
|
"hash": [
|
|
"a1e7118c3ec952ebc5ca6f0dfe1484e5c6c0150a234bacb13aec69c164655bd3",
|
|
"72a590ca98fc21d315b090b2ae82a46b99a56934c1d17e3c7ea0bba6f45a5d61"
|
|
],
|
|
"bin": "amidst.bat",
|
|
"shortcuts": [
|
|
[
|
|
"amidst.bat",
|
|
"Amidst",
|
|
"",
|
|
"amidst.ico"
|
|
]
|
|
],
|
|
"pre_install": "Set-Content -Path \"$dir\\amidst.bat\" -Value \"@echo off`njava -jar `\"$dir\\amidst.jar`\" %*\"",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/toolbox4minecraft/amidst/releases/download/v$version/amidst-v$dashVersion.jar#/amidst.jar"
|
|
}
|
|
}
|