From 6bfae779094a57089d534c9e730f54ea2e0fb297 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 22 Dec 2016 21:46:00 +0100 Subject: [PATCH] start this out with -1 so that it doesn't spazz out --- .../ellpeck/actuallyadditions/mod/tile/TileEntityEmpowerer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5cdaaf62b..0026a179b 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{ private int processTime; - public int recipeForRenderIndex; + public int recipeForRenderIndex = -1; private int lastRecipe; public TileEntityEmpowerer(){