mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
r145
This commit is contained in:
parent
345c7a4817
commit
6bbd5fdbbd
3 changed files with 11 additions and 3 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.12.2-r144"
|
||||
version = "1.12.2-r145"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
# 1.12.2-r145
|
||||
* Sir-Will: Cache KittyVanCat UUID.
|
||||
* Ore generation can be dimension whitelisted.
|
||||
* Filters work properly now. OreDict was completely non-functional.
|
||||
* Farmer farming area is now configurable.
|
||||
* Placed laser relays will not be converted by the reconstructor.
|
||||
* Canola Press and Fermenting Barrel can now be nbt-cleared in a crafting grid.
|
||||
|
||||
# 1.12.2-r144
|
||||
* Phantom Breakers should function properly again.
|
||||
* Greenhouse Glass functions again (wasn't broken, but it works now)
|
||||
* Greenhouse Glass functions again (wasn't broken, but it works now).
|
||||
|
||||
# 1.12.2-r143
|
||||
* Greenhouse Glass will now work with any non-opaque block below it, instead of only air below it. Yes, this means they can stack.
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
1.11.2=110
|
||||
1.12=118
|
||||
1.12.1=121
|
||||
1.12.2=144
|
||||
1.12.2=145
|
Loading…
Reference in a new issue