mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r125
This commit is contained in:
parent
348b1eb92c
commit
b05ffcd0b6
3 changed files with 11 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-r124"
|
version = "1.12.2-r125"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
# 1.12.2-r125
|
||||||
|
* The colored lamps now no longer require sneaking to turn them on/off
|
||||||
|
* Viveleroi: Fixed a few typos in the booklet
|
||||||
|
* TartaricAcid: Update zh_CN.lang
|
||||||
|
* Require holding the traveller's sack (prevents a dupe)
|
||||||
|
* Adds a blacklist for the traveller's sack
|
||||||
|
* Makes the Precision Dropper update comparator output when the gui closes
|
||||||
|
* Blocks the harvesting of XU2 crops to prevent deletion until it is fixed on XU's end
|
||||||
|
|
||||||
# 1.12.2-r124
|
# 1.12.2-r124
|
||||||
* Made the booklet not crash
|
* Made the booklet not crash
|
||||||
|
|
||||||
|
|
|
@ -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=124
|
1.12.2=125
|
Loading…
Reference in a new issue