mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r11
This commit is contained in:
parent
7e4eedfae8
commit
28589faaeb
3 changed files with 12 additions and 2 deletions
|
@ -18,7 +18,7 @@ buildscript {
|
||||||
apply plugin: 'forge'
|
apply plugin: 'forge'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
|
|
||||||
version = "1.7.10-r10"
|
version = "1.7.10-r11"
|
||||||
group = "ellpeck.actuallyadditions"
|
group = "ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
# 1.7.10-r11
|
||||||
|
- Added Vertical Digger
|
||||||
|
- Added more Achievements
|
||||||
|
- Added Mouse Controls to the booklet (last page with right mouse button, flip through pages by scrolling)
|
||||||
|
- Rebalanced Reconstructor a bit
|
||||||
|
- Made Booklet closable with Inventory Key
|
||||||
|
- Fixed a Crash with Greenhouse Glass
|
||||||
|
- Fixed a load of little bugs that were put in during changing of a lot of things (I actually discovered all of these while showing the mod to a friend, so thanks friend!)
|
||||||
|
- Fixed Christmas seasonal being broken (dang)
|
||||||
|
|
||||||
# 1.7.10-r10
|
# 1.7.10-r10
|
||||||
- Made Redstone power only be determined when something changes (makes performance a lot better)
|
- Made Redstone power only be determined when something changes (makes performance a lot better)
|
||||||
- Made the damage lens use more energy
|
- Made the damage lens use more energy
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.7.10-r10
|
1.7.10-r11
|
Loading…
Reference in a new issue