This commit is contained in:
Shadows_of_Fire 2017-11-02 20:02:40 -04:00
parent 856d62f78c
commit bb8a42bfed
3 changed files with 6 additions and 2 deletions

View file

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

View file

@ -1,3 +1,6 @@
# 1.12.2-r123
* Made things crash less (null itemstack issues)
# 1.12.2-r122
* Artemish: Added JEI support for compost recipes
* Added a recipe for smelting spawner shards into iron ingots

View file

@ -7,4 +7,5 @@
1.11=92
1.11.2=110
1.12=118
1.12.1=122
1.12.1=121
1.12.2=123