mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r7
This commit is contained in:
parent
a149129deb
commit
01b745ccf9
4 changed files with 19 additions and 3 deletions
|
@ -18,7 +18,7 @@ buildscript {
|
||||||
apply plugin: 'forge'
|
apply plugin: 'forge'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
|
|
||||||
version = "1.7.10-r6"
|
version = "1.7.10-r7"
|
||||||
group = "ellpeck.actuallyadditions"
|
group = "ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ import java.util.Locale;
|
||||||
|
|
||||||
public class ModUtil{
|
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 MOD_ID = "ActuallyAdditions";
|
||||||
public static final String NAME = "Actually Additions";
|
public static final String NAME = "Actually Additions";
|
||||||
|
|
|
@ -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
|
# 1.7.10-r6
|
||||||
- Added Atomic Reconstructor
|
- Added Atomic Reconstructor
|
||||||
- Added Crystals replacing Items like Redstone & Iron Ingots in most crafting recipes
|
- Added Crystals replacing Items like Redstone & Iron Ingots in most crafting recipes
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.7.10-r6
|
1.7.10-r7
|
Loading…
Reference in a new issue