mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r80! ..hang on.. what?
This commit is contained in:
parent
cb1afac96e
commit
a24f389bb3
3 changed files with 11 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.11-r78"
|
||||
version = "1.11-r80"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
# 1.11-r80
|
||||
* This versioning system is all over the place now. But it works.
|
||||
* Made some Crusher and Empowerer recipes work again that weren't working because of registry order
|
||||
* Made Advanced Item Laser relays be viewable by just right-clicking
|
||||
* Fix Fluid Containers emptying giving you back nothing
|
||||
* Added Mining Lens white- and blacklist
|
||||
* Made machines use proper amounts of power again
|
||||
* Fix Batteries duping energy infinitely if two are on discharge mode in one inventory
|
||||
|
||||
# 1.10.2-r79
|
||||
* Fixed Batteries duping energy infinitely if two are on discharge mode in one inventory
|
||||
* Fixed the Lens of the Killer not actually dropping player-only drops
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
1.9.4=45
|
||||
1.10=46
|
||||
1.10.2=79
|
||||
1.11=78
|
||||
1.11=80
|
Loading…
Reference in a new issue