Made some things public
This commit is contained in:
parent
6353f02541
commit
9ffce3b355
3 changed files with 2 additions and 15 deletions
|
@ -78,8 +78,8 @@ public class RecipeCrafter {
|
|||
}
|
||||
|
||||
|
||||
IBaseRecipeType currentRecipe;
|
||||
int currentTickTime = 0;
|
||||
public IBaseRecipeType currentRecipe;
|
||||
public int currentTickTime = 0;
|
||||
|
||||
/**
|
||||
* Call this on the tile tick
|
||||
|
|
|
@ -52,11 +52,4 @@ public class RecipeHanderer {
|
|||
}
|
||||
|
||||
|
||||
public static void addOreDicRecipes(){
|
||||
recipeListBackup.clear();
|
||||
recipeListBackup.addAll(recipeList);
|
||||
//TODO add all of the recipes with all the different ores
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue