mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-25 08:28:34 +01:00
r95!
This commit is contained in:
parent
ce1ad10398
commit
f7522ccceb
3 changed files with 9 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.11.2-r92"
|
version = "1.11.2-r95"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
# 1.11.2-r95
|
||||||
|
### This is 1.11.2. Not 1.10.2. Yes, this is confusing I know.
|
||||||
|
* Made Filter items not be respected as a whitelisted item in filtered machines
|
||||||
|
* Fix Spawner Changer crashing with some mobs like Wither Skeletons
|
||||||
|
* Fixed creative consumption of the worms (xbony2)
|
||||||
|
|
||||||
# 1.10.2-r94
|
# 1.10.2-r94
|
||||||
* Make Laser Relay crafting use the Atomic Reconstructor instead of the Crafting Table
|
* Make Laser Relay crafting use the Atomic Reconstructor instead of the Crafting Table
|
||||||
* Made Filter Settings not treat the Filter item as a setting
|
* Made Filter Settings not treat the Filter item as a setting
|
||||||
|
|
|
@ -5,3 +5,4 @@
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=94
|
1.10.2=94
|
||||||
1.11=92
|
1.11=92
|
||||||
|
1.11.2=95
|
Loading…
Reference in a new issue