Skip to content

Commit

Permalink
Fix stupid recipe registration error
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Aug 11, 2015
1 parent 2dc8e5a commit de4d76f
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -116,6 +116,9 @@ public void scriptReload(ScriptReloadEvent event) {
ItemScriptContainer.shapelessRecipesMap.put(container, ingredients);
}
}

recipes_to_register.clear();
shapeless_to_register.clear();
}

public static boolean isBound(ItemStack item) {
Expand Down

0 comments on commit de4d76f

Please sign in to comment.