A commit, it might be the answer to everything
This commit is contained in:
parent
37258cb84c
commit
972efc4481
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ public class RecipeHanderer {
|
|||
/**
|
||||
* This is the array list of all of the recipes for all of the machines
|
||||
*/
|
||||
public static ArrayList<IBaseRecipeType> recipeList = new ArrayList<IBaseRecipeType>();
|
||||
public static final ArrayList<IBaseRecipeType> recipeList = new ArrayList<IBaseRecipeType>();
|
||||
|
||||
/**
|
||||
* This is a backedup clone of the master recipeList
|
||||
|
|
Loading…
Reference in a new issue