This commit is contained in:
Ellpeck 2015-10-29 21:27:56 +01:00
parent caed3ead70
commit d6dcb17e2a
6 changed files with 6 additions and 7 deletions

View file

@ -2,7 +2,7 @@
##It's a Minecraft Mod!
For more information, visit the main Minecraft Forum Thread at http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/2374910-actually-additions-a-bunch-of-awesome-gadgets
For more information, visit the main Minecraft Forum Thread at http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2551118
If you want to see Information on how you can use my Mod and its InterModComms Feature in your own Mod, see the InterModCommsInfo.md File!

View file

@ -242,7 +242,7 @@ public class GuiBooklet extends GuiScreen{
else if(button == this.buttonForum){
try{
if(Desktop.isDesktopSupported()){
Desktop.getDesktop().browse(new URI("http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/2374910-actually-additions-a-bunch-of-awesome-gadgets"));
Desktop.getDesktop().browse(new URI("http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2551118"));
}
}
catch(Exception e){

View file

@ -371,7 +371,7 @@ container.actuallyadditions.rangedCollector.name=Ranged Collector
info.actuallyadditions.update.generic=[{"text":"There is an Update for "},{"text":"Actually Additions ","color":"dark_green"},{"text":"available!","color":"none"}]
info.actuallyadditions.update.versionCompare=[{"text":"Current Version: "},{"text":"%s","color":"dark_red"},{"text":", newest Version: ","color":"none"},{"text":"%s","color":"dark_green"}]
info.actuallyadditions.update.buttons=[{"text":"["},{"text":"Click for Changelog","color":"green","clickEvent":{"action":"open_url","value":"%s"}},{"text":"] [","color":"none"},{"text":"Click for Download","color":"green","clickEvent":{"action":"open_url","value":"%s"}},{"text":"]","color":"none"}]
info.actuallyadditions.update.buttonOptions=Click for Changelog, Shift-Click for Download!
info.actuallyadditions.update.buttonOptions=Click: Changelog, Shift-Click: Download! (In Browser)
info.actuallyadditions.update.failed=[{"text":"The Update Check for "},{"text":"Actually Additions ","color":"dark_green"},{"text":"failed! Check Logs for more Info!","color":"none"}]
#Achievements

View file

@ -9,5 +9,5 @@
- Chocolate Toast (canitzp)
- New AIOT Textures
- AIOT Integration for SimpleOres 2
- Changed Ball Of Hair Name to "Ball Of Fur", addedBooklet Page
- Changed Ball Of Hair Name to "Ball Of Fur", added Booklet Page
- Added Iron Casing & Drill Core

View file

@ -1,2 +1,2 @@
Laser Relays, out of Beta! +New Update Checker
Laser Relays, out of Beta! +New Update Checker (If you still see this message, you really should update!)
(This is a fallback for the old versions of the mod which use the old versioning System. Don't change.)

View file

@ -1,2 +1 @@
1.7.10-r2
//For Testing the Update Checker
1.7.10-r1