mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r130
This commit is contained in:
parent
bfe876f423
commit
0b02277006
3 changed files with 6 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.12.2-r129"
|
||||
version = "1.12.2-r130"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# 1.12.2-r130
|
||||
* Fixes the drill not breaking blocks of similar hardness in 3x3 or 5x5 mode.
|
||||
* Fixes the default farmer casting every IPlantable to a BlockBush.
|
||||
|
||||
# 1.12.2-r129
|
||||
* Dalapo: Added an extra null check to canFillFluidType
|
||||
* Biocoal burn time is now 800 again, instead of 80. Whoops.
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
1.11.2=110
|
||||
1.12=118
|
||||
1.12.1=121
|
||||
1.12.2=129
|
||||
1.12.2=130
|
Loading…
Reference in a new issue