mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
r63!
This commit is contained in:
parent
ea982f025e
commit
3b9afdc568
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-r62"
|
||||
version = "1.10.2-r63"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
# 1.10.2-r63
|
||||
* Added more different kinds of oils that the oil generator can use (Check Oil chapter in booklet for info!)
|
||||
* Added Item Distributor that can distribute items evenly around it
|
||||
* Added BioReactor that uses food and plants to generate power
|
||||
* Increased the performance of TileEntities significantly
|
||||
* Added information to the booklet on how to remove a worm
|
||||
* Removed console spam about syncing player data
|
||||
* Changed the color of page buttons to be more visible
|
||||
* Made the Lamp Controller toggle entire areas
|
||||
* Make solar panels work through non-solid blocks but become less efficient in the process
|
||||
* Fixed Phantom Energyface not working for certain tesla machines
|
||||
* Fixed Phantom Liquiface crashing with some machines
|
||||
* Fixed the booklet crashing if you had a recipe disabled
|
||||
### I just want to take the time to pitch a mod I've been working on. It's called Rarmor and it's about an electrical RF/Tesla-powered armor! If you fancy something like that, look at it by [clicking here](http://minecraft.curseforge.com/projects/rarmor)! :3
|
||||
|
||||
# 1.10.2-r62
|
||||
* Fixed a MASSIVE derpup breaking basically all of the things that ever existed ever. _Dang, I was hoping I could get a version out without needing a fix a day after for once. Whatevs. ¯\_(ツ)_/¯_
|
||||
* Implemented new system of detemining the type of laser relay connection. There might be a bit of lag occuring when you join a world for the first time with this version.
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
1.9=33
|
||||
1.9.4=45
|
||||
1.10=46
|
||||
1.10.2=62
|
||||
1.10.2=63
|
Loading…
Reference in a new issue