From 972efc44810f227a4d210f320bdbceec5f6d25d6 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Sat, 6 Jun 2015 21:59:54 +0100 Subject: [PATCH] A commit, it might be the answer to everything --- src/main/java/techreborn/api/recipe/RecipeHanderer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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