mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r132
This commit is contained in:
parent
532aa1ca60
commit
42cfe2ee2e
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-r131"
|
version = "1.12.2-r132"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
# 1.12.2-r132
|
||||||
|
* Added compat with FastWorkbench for the portable crafter.
|
||||||
|
* Made the logging of the crusher recipes a debug, instead of info (less log spam).
|
||||||
|
* The\_Fireplace: added en_UD.lang
|
||||||
|
|
||||||
# 1.12.2-r131
|
# 1.12.2-r131
|
||||||
* Vertical Digger no longer uses getMetaFromState and now uses getPickBlock.
|
* Vertical Digger no longer uses getMetaFromState and now uses getPickBlock.
|
||||||
* Farmer no longer breaks stem blocks.
|
* Farmer no longer breaks stem blocks.
|
||||||
|
|
|
@ -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=131
|
1.12.2=132
|
Loading…
Reference in a new issue