mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r68!
This commit is contained in:
parent
7e46a77bcf
commit
78cd39e043
3 changed files with 17 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.10.2-r67"
|
||||
version = "1.10.2-r68"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
# 1.10.2-r68
|
||||
* Fixed the player interface not saving its data
|
||||
* Made the empowerer work with all of its recipes
|
||||
* make it clear the energy mode doesn't change anything
|
||||
* Fixed minor typos in en_US.lang (WesCook)
|
||||
* Significantly reduce performance loss when using Item Laser Relays with ESDs
|
||||
* Added digit seperators for large numbers
|
||||
* Fixed AIOTs having wrong harvest levels
|
||||
* Made empowering possible with any dyes, not just vanilla ones
|
||||
* Changed the way crusher recipes are registered to make the blacklist work properly
|
||||
* Added the loot from 1.7.10 back
|
||||
* Added back the jam house loot chest
|
||||
* Added lush cave loot chests that generate in the trees
|
||||
* Added fluids to booklet pages for searching and JEI handling
|
||||
|
||||
# 1.10.2-r67
|
||||
* Fixed horses not being able to be fed with the feeder
|
||||
* Made energy items not lose their power when used for crafting
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
1.9=33
|
||||
1.9.4=45
|
||||
1.10=46
|
||||
1.10.2=67
|
||||
1.10.2=68
|
Loading…
Reference in a new issue