mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r149
This commit is contained in:
parent
4d97a943fa
commit
de01551a94
3 changed files with 7 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
|
|
||||||
version = "1.12.2-r148"
|
version = "1.12.2-r149"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
# 1.12.2-r149
|
||||||
|
* Items can now be removed from the bio reactor.
|
||||||
|
* Mining lens energy use is now a config.
|
||||||
|
* Items converted by the atomic reconstructor can no longer be further converted until being picked up.
|
||||||
|
|
||||||
# 1.12.2-r148
|
# 1.12.2-r148
|
||||||
* Fixed atomic reconstructor not hitting items on pressure plates.
|
* Fixed atomic reconstructor not hitting items on pressure plates.
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,4 @@
|
||||||
1.11.2=110
|
1.11.2=110
|
||||||
1.12=118
|
1.12=118
|
||||||
1.12.1=121
|
1.12.1=121
|
||||||
1.12.2=148
|
1.12.2=149
|
Loading…
Reference in a new issue