mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r146
This commit is contained in:
parent
a866ecac23
commit
b81a91d1d6
3 changed files with 11 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-r145"
|
version = "1.12.2-r146"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
# 1.12.2-r146
|
||||||
|
* IrresoluteArkia: Solid experience no longer drops when doMobLoob = false.
|
||||||
|
* IrresoluteArkia: Black quartz blocks and black dye oredicts updated.
|
||||||
|
* Cascading would gen should be less prevalent. May be fixed entirely.
|
||||||
|
* A few more references to CF have been localized.
|
||||||
|
* shejery: Added ko_KR.lang
|
||||||
|
* Crushers and powered furnaces can now be forced into the "on" state with a redstone signal to avoid block updates.
|
||||||
|
* The Coffee Machine now uses the oredict "cropCoffee" for valid coffee beans.
|
||||||
|
|
||||||
# 1.12.2-r145
|
# 1.12.2-r145
|
||||||
* Sir-Will: Cache KittyVanCat UUID.
|
* Sir-Will: Cache KittyVanCat UUID.
|
||||||
* Ore generation can be dimension whitelisted.
|
* Ore generation can be dimension whitelisted.
|
||||||
|
|
|
@ -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=145
|
1.12.2=146
|
Loading…
Reference in a new issue