mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-13 03:49:09 +01:00
start this out with -1 so that it doesn't spazz out
This commit is contained in:
parent
97ce97d755
commit
6bfae77909
1 changed files with 1 additions and 1 deletions
|
@ -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(){
|
||||
|
|
Loading…
Reference in a new issue