mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r10 as crafting recipe disabling was broken
This commit is contained in:
parent
40191b840a
commit
3d7e2c91a6
3 changed files with 10 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-r9"
|
version = "1.7.10-r10"
|
||||||
group = "ellpeck.actuallyadditions"
|
group = "ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 1.7.10-r9
|
||||||
- Added Explosion Lens
|
- Added Explosion Lens
|
||||||
- Added Lens of Certain Death
|
- Added Lens of Certain Death
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.7.10-r9
|
1.7.10-r10
|
Loading…
Reference in a new issue