diff --git a/build.gradle b/build.gradle index 4c56c8460..7a319ff25 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-r6" +version = "1.7.10-r7" group = "ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java b/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java index 2675d549f..cb5fcb776 100644 --- a/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java +++ b/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java @@ -17,7 +17,7 @@ import java.util.Locale; public class ModUtil{ - public static final String VERSION = "1.7.10-r6"; + public static final String VERSION = "1.7.10-r7"; public static final String MOD_ID = "ActuallyAdditions"; public static final String NAME = "Actually Additions"; diff --git a/update/changelog.md b/update/changelog.md index 3b1d08aab..ef306dbe5 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,19 @@ +# 1.7.10-r7 +- Made the Atomic Reconstructor save its power +- Added Automation Tutorial for Atomic Reconstructor +- Added Background Graphic for current chapter's name in booklet +- Added Bookmarks +- Made Magnet Ring Energy balancing better (Might need to reset configs!) +- Made Phantom Device Range being tested better (Check your Phantomfaces, they might not be in range anymore now!) +- Sneaking breaks rings' ability now (Magnet Ring, Growth Ring, Water Removal Ring) +- Made TileEntities update less often to reduce server traffic +- Made ActAdd Fluid Names not clash with other mods' ones +- Made Wild Plants not generate on Mycelium and plop off right away +- Added OreGen and Plant Gen Dimension Blacklist +- Atomic Reconstructor now uses Energy depending on the recipe +- Added misc. reconstructor Recipes +- Added Ethetic Quartz, a decor block and wall, slab & stair variants of them + # 1.7.10-r6 - Added Atomic Reconstructor - Added Crystals replacing Items like Redstone & Iron Ingots in most crafting recipes diff --git a/update/updateVersion.txt b/update/updateVersion.txt index ce9ffb3c3..532a1b6b3 100644 --- a/update/updateVersion.txt +++ b/update/updateVersion.txt @@ -1 +1 @@ -1.7.10-r6 \ No newline at end of file +1.7.10-r7 \ No newline at end of file