diff --git a/src/main/java/techreborn/api/recipe/RecipeHanderer.java b/src/main/java/techreborn/api/recipe/RecipeHanderer.java index 513424320..3bc7f3f60 100644 --- a/src/main/java/techreborn/api/recipe/RecipeHanderer.java +++ b/src/main/java/techreborn/api/recipe/RecipeHanderer.java @@ -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 recipeList = new ArrayList(); + public static final ArrayList recipeList = new ArrayList(); /** * This is a backedup clone of the master recipeList