diff --git a/README.md b/README.md index 1ed51d0b7..7c2769619 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/src/main/java/ellpeck/actuallyadditions/booklet/GuiBooklet.java b/src/main/java/ellpeck/actuallyadditions/booklet/GuiBooklet.java index cf3517719..63ad7bb75 100644 --- a/src/main/java/ellpeck/actuallyadditions/booklet/GuiBooklet.java +++ b/src/main/java/ellpeck/actuallyadditions/booklet/GuiBooklet.java @@ -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){ diff --git a/src/main/resources/assets/actuallyadditions/lang/en_US.lang b/src/main/resources/assets/actuallyadditions/lang/en_US.lang index 224aaf142..599fedd84 100644 --- a/src/main/resources/assets/actuallyadditions/lang/en_US.lang +++ b/src/main/resources/assets/actuallyadditions/lang/en_US.lang @@ -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 diff --git a/update/changelog.md b/update/changelog.md index a2766afd0..84c0d401b 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -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 \ No newline at end of file diff --git a/update/changelog.txt b/update/changelog.txt index e4d9a3c6f..6e4d36d2d 100644 --- a/update/changelog.txt +++ b/update/changelog.txt @@ -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.) \ No newline at end of file diff --git a/update/updateVersion.txt b/update/updateVersion.txt index bf2568732..4e0debcd3 100644 --- a/update/updateVersion.txt +++ b/update/updateVersion.txt @@ -1,2 +1 @@ -1.7.10-r2 -//For Testing the Update Checker \ No newline at end of file +1.7.10-r1 \ No newline at end of file