mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r131
This commit is contained in:
parent
f7c5d9e1e9
commit
bf2e5642b3
3 changed files with 8 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-r130"
|
version = "1.12.2-r131"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
# 1.12.2-r131
|
||||||
|
* Vertical Digger no longer uses getMetaFromState and now uses getPickBlock.
|
||||||
|
* Farmer no longer breaks stem blocks.
|
||||||
|
* Config for atomic reconstructor battery size.
|
||||||
|
* Made a note on the oil generator that values are per 50 mB.
|
||||||
|
|
||||||
# 1.12.2-r130
|
# 1.12.2-r130
|
||||||
* Fixes the drill not breaking blocks of similar hardness in 3x3 or 5x5 mode.
|
* Fixes the drill not breaking blocks of similar hardness in 3x3 or 5x5 mode.
|
||||||
* Fixes the default farmer casting every IPlantable to a BlockBush.
|
* Fixes the default farmer casting every IPlantable to a BlockBush.
|
||||||
|
|
|
@ -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=130
|
1.12.2=131
|
Loading…
Reference in a new issue