mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r122
This commit is contained in:
parent
e95da124f1
commit
636156d2ee
3 changed files with 10 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.1-r121"
|
version = "1.12.1-r122"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
# 1.12.2-r122
|
||||||
|
* Artemish: Added JEI support for compost recipes
|
||||||
|
* Added a recipe for smelting spawner shards into iron ingots
|
||||||
|
* Made the magnet not grab items on IE conveyor belts
|
||||||
|
* Torches can no longer be placed on the sides of display stands
|
||||||
|
* Batteries will now only charge items with a stacksize of 1
|
||||||
|
* Thiakil: AA's itemstack handler now returns a copy during simulate
|
||||||
|
|
||||||
# 1.12.1-r121
|
# 1.12.1-r121
|
||||||
* Fix crashes relating to the breakers
|
* Fix crashes relating to the breakers
|
||||||
* Fix the jam zombie having invisible arms
|
* Fix the jam zombie having invisible arms
|
||||||
|
|
|
@ -7,4 +7,4 @@
|
||||||
1.11=92
|
1.11=92
|
||||||
1.11.2=110
|
1.11.2=110
|
||||||
1.12=118
|
1.12=118
|
||||||
1.12.1=121
|
1.12.1=122
|
Loading…
Reference in a new issue