mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-12-23 03:49:22 +01:00
r148
This commit is contained in:
parent
29011db610
commit
73267ee00c
3 changed files with 5 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-r147"
|
version = "1.12.2-r148"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# 1.12.2-r148
|
||||||
|
* Fixed atomic reconstructor not hitting items on pressure plates.
|
||||||
|
|
||||||
# 1.12.2-r147
|
# 1.12.2-r147
|
||||||
* Sacks should no longer duplicate items when used on multi-slot inventories with slot size limits.
|
* Sacks should no longer duplicate items when used on multi-slot inventories with slot size limits.
|
||||||
* Updated systems to use IForgeRarity instead of EnumRarity.
|
* Updated systems to use IForgeRarity instead of EnumRarity.
|
||||||
|
|
|
@ -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=147
|
1.12.2=148
|
Loading…
Reference in a new issue