Added in a Guide-API download command

This commit is contained in:
Arcaratus 2015-06-13 17:46:48 -04:00
parent 4a32683322
commit cf5a445fbb
10 changed files with 263 additions and 620 deletions

View file

@ -0,0 +1 @@
1.0.1-20

View file

@ -468,3 +468,12 @@ 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 Downloading
bm.versioning.getGAPI=["[BM] You don't have Guide-API installed! Install it to get it to unlock the book! [",{"text":"Download","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"}},"]"]
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.error=An error has occurred while downloading the mod!
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.

View file

@ -1,7 +0,0 @@
{
"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"
}