This commit is contained in:
Shadows_of_Fire 2018-06-22 19:47:21 -04:00
parent ac2bc0124a
commit 9d5a949d27
3 changed files with 11 additions and 2 deletions

View file

@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'idea'
version = "1.12.2-r135"
version = "1.12.2-r136"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -1,3 +1,12 @@
# 1.12.2-r136
* Fixed a crash in BlockWildPlant.
* Prevented torch placement on laser relays.
* Auto breaker no longer dupes clay.
* Traveller's Sack should no longer crash with NBT-heavy items inside.
* Items with Curse of Binding can no longer be removed inside the Energizer gui.
* Crusher recipes no longer allow duplicates, and use Ingredient for inputs. Hopefully modtweaker compat was maintainted.
* Massive overhaul to the inventory system of AA. Some things might be broken, but overall the underlying structure fixed a few things.
# 1.12.2-r135
* Added armor toughness to a few AA armors.
* Resolved a mod interaction with RealBench. This fix only functions if FastWorkbench is present.

View file

@ -8,4 +8,4 @@
1.11.2=110
1.12=118
1.12.1=121
1.12.2=135
1.12.2=136