A commit, it might be the answer to everything

This commit is contained in:
modmuss50 2015-06-06 21:59:54 +01:00
parent 37258cb84c
commit 972efc4481

View file

@ -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