Added in an auto-magic downloader for Guide-API
This commit is contained in:
parent
4f9acb223f
commit
3efabb4e26
5 changed files with 628 additions and 8 deletions
|
@ -468,3 +468,11 @@ achievement.alchemicalwizardry:firstPrick=Your First Prick!
|
|||
achievement.alchemicalwizardry:firstPrick.desc=The first drop of life into the Altar...
|
||||
achievement.alchemicalwizardry:weakOrb=Faintly Glowing Red...
|
||||
achievement.alchemicalwizardry:weakOrb.desc=This orb will suffice...for now...
|
||||
|
||||
#G-API Thread
|
||||
bm.versioning.startingDownload=[{"text":"Starting download of %s Please do not remove your hard disk.", "color":"orange"}]
|
||||
bm.versioning.doneDownloading=Finished downloading %s. Reload your game to update
|
||||
bm.versioning.downloadMessage=[",{"text":"Download Guide-API","color":"red","hoverEvent":{"action":"show_text","value":{"text":"Click this to auto-magically download the latest version","color":"red"}},"clickEvent":{"action":"run_command","value":"/bloodmagic-download-g-api %version%"}},"]
|
||||
bm.versioning.downloadedAlready=You have the latest version already, reload your game to update!
|
||||
bm.versioning.downloadingAlready=It's downloading! Be patient!
|
||||
bm.versioning.disabled=This feature is disabled.
|
||||
|
|
7
src/main/resources/dependancies.info
Normal file
7
src/main/resources/dependancies.info
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"repo": "http://tehnut.info/jenkins/job/Guide-API/lastSuccessfulBuild/artifact/build/libs/",
|
||||
"file": "Guide-API-1.7.10-1.0.1-20.jar",
|
||||
"dev": "Guide-API-1.7.10-1.0.1-20-deobf.jar",
|
||||
"class": "amerifrance.guideapi.GuideAPI",
|
||||
"version": "1.0.1.20"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue