diff --git a/src/main/java/refinedstorage/api/autocrafting/registry/ICraftingTaskRegistry.java b/src/main/java/refinedstorage/api/autocrafting/registry/ICraftingTaskRegistry.java index 58ac3098f..e2cb60ed2 100755 --- a/src/main/java/refinedstorage/api/autocrafting/registry/ICraftingTaskRegistry.java +++ b/src/main/java/refinedstorage/api/autocrafting/registry/ICraftingTaskRegistry.java @@ -4,7 +4,7 @@ import javax.annotation.Nullable; /** * A registry that stores crafting task factories. - * Implement this for adding custom crafting tasks. + * Implement this to handle the loading of custom crafting tasks. */ public interface ICraftingTaskRegistry { /**