r10 as crafting recipe disabling was broken

This commit is contained in:
Ellpeck 2015-12-04 13:04:07 +01:00
parent 40191b840a
commit 3d7e2c91a6
3 changed files with 10 additions and 2 deletions

View file

@ -18,7 +18,7 @@ buildscript {
apply plugin: 'forge'
apply plugin: 'maven'
version = "1.7.10-r9"
version = "1.7.10-r10"
group = "ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -1,3 +1,11 @@
# 1.7.10-r10
- Made Redstone power only be determined when something changes (makes performance a lot better)
- Made the damage lens use more energy
- Made the color lens use more energy
- Made the color lens pass through blocks
- Changed recipe of green ethetic quartz
- Fixed bug with the booklet crashing if a crafting recipe is turned off
# 1.7.10-r9
- Added Explosion Lens
- Added Lens of Certain Death

View file

@ -1 +1 @@
1.7.10-r9
1.7.10-r10