mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r1!
This commit is contained in:
parent
caed3ead70
commit
d6dcb17e2a
6 changed files with 6 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
##It's a Minecraft Mod!
|
##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!
|
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!
|
||||||
|
|
||||||
|
|
|
@ -242,7 +242,7 @@ public class GuiBooklet extends GuiScreen{
|
||||||
else if(button == this.buttonForum){
|
else if(button == this.buttonForum){
|
||||||
try{
|
try{
|
||||||
if(Desktop.isDesktopSupported()){
|
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){
|
catch(Exception e){
|
||||||
|
|
|
@ -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.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.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.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"}]
|
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
|
#Achievements
|
||||||
|
|
|
@ -9,5 +9,5 @@
|
||||||
- Chocolate Toast (canitzp)
|
- Chocolate Toast (canitzp)
|
||||||
- New AIOT Textures
|
- New AIOT Textures
|
||||||
- AIOT Integration for SimpleOres 2
|
- 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
|
- Added Iron Casing & Drill Core
|
|
@ -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.)
|
(This is a fallback for the old versions of the mod which use the old versioning System. Don't change.)
|
|
@ -1,2 +1 @@
|
||||||
1.7.10-r2
|
1.7.10-r1
|
||||||
//For Testing the Update Checker
|
|
Loading…
Reference in a new issue