mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r124
This commit is contained in:
parent
6ded1cc7b3
commit
9ca8e3d1ce
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-r123"
|
version = "1.12.2-r124"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# 1.12.2-r124
|
||||||
|
* Made the booklet not crash
|
||||||
|
|
||||||
# 1.12.2-r123
|
# 1.12.2-r123
|
||||||
* Made things crash less (null itemstack issues)
|
* Made things crash less (null itemstack issues)
|
||||||
|
|
||||||
|
|
|
@ -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=123
|
1.12.2=124
|
Loading…
Reference in a new issue