start this out with -1 so that it doesn't spazz out

This commit is contained in:
Ellpeck 2016-12-22 21:46:00 +01:00
parent 97ce97d755
commit 6bfae77909

View file

@ -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(){