This commit is contained in:
Shadows_of_Fire 2019-05-02 04:37:09 -04:00
parent f18f148ff3
commit ea57f49c8b
3 changed files with 12 additions and 2 deletions

View file

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

View file

@ -1,3 +1,13 @@
# 1.12.2-r147
* Sacks should no longer duplicate items when used on multi-slot inventories with slot size limits.
* Updated systems to use IForgeRarity instead of EnumRarity.
* Formatted the everything.
* Plants now try to add the stack to the player inv before spawning it on right click.
* Block Breakers now set the location of the fake player to their location.
* Auto-Placers will no longer spam errors when clicking on a GUI-based block.
* A blacklist has been added for the Item Repairer.
* Atomic Reconstructor beams should now check a slightly larger area (for compat with ItemPhysic).
# 1.12.2-r146
* IrresoluteArkia: Solid experience no longer drops when doMobLoob = false.
* IrresoluteArkia: Black quartz blocks and black dye oredicts updated.

View file

@ -8,4 +8,4 @@
1.11.2=110
1.12=118
1.12.1=121
1.12.2=146
1.12.2=147