mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-14 12:19:10 +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{
|
public class TileEntityEmpowerer extends TileEntityInventoryBase{
|
||||||
|
|
||||||
private int processTime;
|
private int processTime;
|
||||||
public int recipeForRenderIndex;
|
public int recipeForRenderIndex = -1;
|
||||||
private int lastRecipe;
|
private int lastRecipe;
|
||||||
|
|
||||||
public TileEntityEmpowerer(){
|
public TileEntityEmpowerer(){
|
||||||
|
|
Loading…
Reference in a new issue