mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r136
This commit is contained in:
parent
ac2bc0124a
commit
9d5a949d27
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-r135"
|
version = "1.12.2-r136"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 1.12.2-r135
|
||||||
* Added armor toughness to a few AA armors.
|
* Added armor toughness to a few AA armors.
|
||||||
* Resolved a mod interaction with RealBench. This fix only functions if FastWorkbench is present.
|
* Resolved a mod interaction with RealBench. This fix only functions if FastWorkbench is present.
|
||||||
|
|
|
@ -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=135
|
1.12.2=136
|
Loading…
Reference in a new issue