forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
amidst.json
31 lines (31 loc) · 1.13 KB
/
amidst.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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"
}
}