From dc96af3343e6dfe724ffdbe242b3713481831620 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 22 Dec 2016 21:56:08 +0100 Subject: [PATCH] r93! --- .../mod/tile/TileEntityEmpowerer.java | 2 +- update/changelog.md | 14 ++++++++++++++ update/updateVersions.properties | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/main/java/de/ellpeck/actuallyadditions/mod/tile/TileEntityEmpowerer.java b/src/main/java/de/ellpeck/actuallyadditions/mod/tile/TileEntityEmpowerer.java index e718cfe29..2ed477b07 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/mod/tile/TileEntityEmpowerer.java +++ b/src/main/java/de/ellpeck/actuallyadditions/mod/tile/TileEntityEmpowerer.java @@ -29,7 +29,7 @@ import java.util.List; public class TileEntityEmpowerer extends TileEntityInventoryBase{ public int processTime; - public int recipeForRenderIndex; + public int recipeForRenderIndex = -1; private int lastRecipe; public TileEntityEmpowerer(){ diff --git a/update/changelog.md b/update/changelog.md index b99113c8b..4a868f1da 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,17 @@ +# 1.10.2-r93 +### This is a backport of some of the features present in the new 1.11 versions. So have fun with that. <3 +* Replace particles with laser renderers on multiple machines +* Make the Leaf Blower work on all shearable things including BoP grass +* Make the Reconstructor convert without needing blocks in its sight +* Added comparator outputs to a bunch of things (check the book) +* Added Elucent's nice Laser renderer +* Add drops to event list instead of dropping directly +* Fix disenchanting lens deleting books +* Make Laser Relays ignore full containers +* Tone down loot generation amounts a bit +* Backport Traveller's sack item count tooltip (number5) +* Removed the Item Distributor :( + # 1.11-r92 * Added Battery Box to store power * Replace particles on Empowerer, Leaf Generator, Atomic Reconstructor and Miner with Laser Renderer diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 8f8628062..19c05c0f2 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -3,5 +3,5 @@ 1.9=33 1.9.4=45 1.10=46 -1.10.2=90 +1.10.2=93 1.11=92 \ No newline at end of file