mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r139
This commit is contained in:
parent
234167f7ad
commit
614d6e41c4
3 changed files with 6 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.12.2-r138"
|
||||
version = "1.12.2-r139"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# 1.12.2-r139
|
||||
* Added a crash check to figure out who is causing TheWildPlants to be loaded before block init.
|
||||
* Fixed the farmer (and other inventories) failing to add items if all items have a stacksize of 1.
|
||||
|
||||
# 1.12.2-r138
|
||||
* DiamondKnight23: Clarify the text for chest upgrades.
|
||||
* Fixed farmer behaviors, mainly resolves pumpkins and melons being planted incorrectly.
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
1.11.2=110
|
||||
1.12=118
|
||||
1.12.1=121
|
||||
1.12.2=138
|
||||
1.12.2=139
|
Loading…
Reference in a new issue