mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r147
This commit is contained in:
parent
f18f148ff3
commit
ea57f49c8b
3 changed files with 12 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-r146"
|
version = "1.12.2-r147"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 1.12.2-r146
|
||||||
* IrresoluteArkia: Solid experience no longer drops when doMobLoob = false.
|
* IrresoluteArkia: Solid experience no longer drops when doMobLoob = false.
|
||||||
* IrresoluteArkia: Black quartz blocks and black dye oredicts updated.
|
* IrresoluteArkia: Black quartz blocks and black dye oredicts updated.
|
||||||
|
|
|
@ -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=146
|
1.12.2=147
|
Loading…
Reference in a new issue