This commit is contained in:
Shadows_of_Fire 2019-05-19 13:54:25 -04:00
parent 29011db610
commit 73267ee00c
3 changed files with 5 additions and 2 deletions

View file

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

View file

@ -1,3 +1,6 @@
# 1.12.2-r148
* Fixed atomic reconstructor not hitting items on pressure plates.
# 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.

View file

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